Ipmonitor & Linux snmp OID issues

Greetings,

I've used Ipmonitor in the past, and am trying to set it up again
to monitor a few Linux servers.

I'm trying to use the snmp QA , so I can monitor disk space,
load avg, etc. However...

When I enable the monitors, I get the error message:
(The response from the remote device was incomprehensible)

It seems I have an issue with the OID string.


In the monitor "test parameters" field, I have the I.P,
community name, and UDP port, as well as for my load avg monitor,
and OID of 1.3.6.1.4.1.2021.10

The monitor is set up to analyze numerical data, and look to see if the value is over 500 (Load avg of 5)

If I run snmpwalk on the server, I can see that my string to pull up free disk space is:

1.3.6.1.4.1.2021.9

and my load avg is:

1.3.6.1.4.1.2021.10

I'm using the command:

snmpwalk -v 1 ip_address -c community_id 1.3.6.1.4.1.2021.9

or :

snmpwalk -v 1 205.243.76.240 -c revealed 1.3.6.1.4.1.2021.10


The results returned show me snmpd is running, and the data returned from each command is accurate.

However, as per the Ipmonitor error shows, something somewhere in the Ipmonitor setup isnt quite right.

Does anyone have any pointers, tips or suggestions?

A quick forum search didnt turn up much.

Thanks in advance.

 

 

 

 

Top