They have something called "gauges" that gives realtime stats via anmp of the interfaces you want. It also works on 3com due to SNMP ( and I guess any other that has MIBS with the correct calls)
I should say that I have no biz ties to solarwinds other then being a happy customer and I tend to push what works for me.
To build a simple and default configuration file copy the follwing to a batch file call "BldCfg.bat"
Run the batch file: bldcfg public@10.10.10.10
This will create a default called BLDCFG.cfg in the current directory and the edit it so you can 'adjust' it to su-te.
Watch out for line raps. This only has 13 lines include blank lines.
====================== copy from here to next ==========
@Echo Off
: BldCfg.bat
If "%1"=="" ECHO Forgot readstring@ipaddress
If "%1"=="" GoTo End99
NotePad BldCfg.cfg
:End99
===================== Stop one line above this =========
To test try this: test bldcfg
Note: no not pass the '.cfg' on the command line
This will make on pass through the config file you passed on the ocmmand line and dump all error to bldcfg.log file
This has 8 lines including any blank lines
====================== start copy below ===========
@Echo off
: Test.bat {mrtg-config-file}
:if "%1"=="" GoTo End
if exist %1.log del %1.log ERL C:\mrtg-2.10.15\bin\MRTG C:\mrtg-2.10.15\cfg\%1.cfg --logging %1.log --debug="base,tarp"
PERL C:\mrtg-2.10.15\bin\MRTG C:\mrtg-2.10.15\cfg\%1.cfg --logging %1.log
notepad %1.log %1.cfg
:End
=================== stop copy one line above ============
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.