Page 1 of 1

bandwidth usage monitoring

Posted: Wed Oct 05, 2005 3:40 pm
by Ted
Here a macro I use the check the traffic logs on my dedicated server daily:

Code: Select all

VERSION BUILD=4310722     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=https://www.servercommand.net/main/     
SIZE X=865 Y=665   
SET !ENCRYPTION TMPKEY 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/main/index.asp ATTR=NAME:login_id CONTENT=RS-XXXXXX
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/main/index.asp ATTR=NAME:password CONTENT=392AA94134334334C4D702181AB3423C5C2A2A3BD04F063E449A821B 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/main/index.asp ATTR=NAME:submit&&VALUE:Submit  
TAG POS=1 TYPE=A ATTR=HREF:https://www.servercommand.net/mon/monitor_bandwidth.asp   
TAG POS=1 TYPE=SELECT FORM=NAME:bandwidth ATTR=NAME:ip_address CONTENT=3 
TAG POS=1 TYPE=A ATTR=TXT:<SP><SP><SP>MRTG   
TAB T=2     
TAG POS=1 TYPE=H2 ATTR=TXT:Traffic<SP>Analysis<SP>*
It is designed to work with the "ServerCommand" control panel from ev1servers.

For security reasons, most of my login macros work with a temporary key as described in http://www.iopus.com/iim/help/passwords.htm (one master password for all login macros)