Archive for the tag 'snmp'

 

 

Jul 23 2010

Files Required for SNMP Installation

Published by dave under Windows

Installation with no CDROM, for windows 2003 server Should work on XP File list: accserv.mib evntwin.exe ipforwd.mib mripsap.mib smi.mib apver.vbs ftp.mib lmmib2.dll msft.mib snmp.exe authserv.mib hostmib.dll lmmib2.mib msipbtp.mib snmpmib.dll dhcp.mib hostmib.mib mcastmib.mib msiprip2.mib snmptrap.exe evntagnt.dll http.mib mib_ii.mib nipx.mib wfospf.mib evntcmd.exe inetsrv.mib mipx.mib rfc2571.mib wins.mib   Download

4 responses so far

Apr 10 2009

Monitor AS400 Resources with MRTG

Published by dave under AS400,Monitoring

It is recommended to monitor AS400 CPU load with OID .1.3.6.1.4.1.2.6.4.5.1.0 that returns a value based on 10,000. It needs then to be divided by 100 to get a percentage. The 2nd disadvantage is that the result is slightly wrong, the integer part only being returned. OID HOST-RESOURCES-MIB::hrProcessorLoad.2 from an IBM i5 520 gives the [...]

2 responses so far

Mar 19 2009

Graph Only One Value in MRTG

Published by dave under Monitoring

MRTG needs at least 2 values to generate graphs. Thus, Most configurations contain the same OID twice in the target line. This leads to 2 problems: – The same data is collected twice which requires more bandwidth, especially when a large number of hosts is monitored – The value may vary during this very short [...]

No responses yet