SNMP Monitoring Error
Posted: Wed May 10, 2017 2:21 am
Hello All,
I am using Nagios XI.
I am trying to monitor a Centos Machine over SNMP. (Let's say the IP of it is- Y.Y.Y.Y )
The SNMP Configuration is OK on the host side.
I have tested the snmp by snmpwalk command from the Nagios Server Machine's shell itself.
In the Nagiox XI, I have added certain SNMP Services like-
CPU Usage
Memory Usage
Swap Usage
/ Disk Usage
/boot Disk Usage
All of these service are throwing the following error response-
But, what is more interesting is that X.X.X.X here is the IP of Nagios XI Server.
When I am testing the command from the service definition in the Core Config Manager, it prompts for the Host Address, and I give it as Y.Y.Y.Y,
the test gives the genuine response with the actual remote host values like
It seems like the service is taking the Hostaddress as the Nagios Xi Server's IP (X.X.X.X) itself and not the remote SNMP Machine's IP (Y.Y.Y.Y).
Can anyone help to resolve this issue?
Thanks
I am using Nagios XI.
I am trying to monitor a Centos Machine over SNMP. (Let's say the IP of it is- Y.Y.Y.Y )
The SNMP Configuration is OK on the host side.
I have tested the snmp by snmpwalk command from the Nagios Server Machine's shell itself.
In the Nagiox XI, I have added certain SNMP Services like-
CPU Usage
Memory Usage
Swap Usage
/ Disk Usage
/boot Disk Usage
All of these service are throwing the following error response-
Code: Select all
ERROR: Description/Type table : No response from remote host 'X.X.X.X'When I am testing the command from the service definition in the Core Config Manager, it prompts for the Host Address, and I give it as Y.Y.Y.Y,
the test gives the genuine response with the actual remote host values like
Code: Select all
Physical memory: 91%used(3496MB/3832MB) (>90%) : CRITICALCode: Select all
Swap space: 0%used(8MB/4096MB) (<80%) : OKCan anyone help to resolve this issue?
Thanks