Dan Track wrote:
Hi,
I hope someone can help me please.
I trying to get mrtg to monitor cpu and memory on a server, but its
not working. In my mrtg.cfg file I have the following:
Target[server.cpu]:.1.3.6.1.4.1.2021.11.9.0&.1.3.6.1.4.1.2021.11.10.0:string@server
Do you have net-snmp-utils installed?
If you do, you might want to try using those OIDs on the server, and
seeing if any authentication errors/etc are reported:
snmpwalk -v1 -c string server.1.3.6.1.4.1.2021.11.9.0
snmpwalk -v1 -c string server .1.3.6.1.4.1.2021.11.10.0
would the command for the example above, assuming Version 1 SNMP.
Steve