HOST UP/DOWN

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

HOST UP/DOWN

Post by progressive.nagiosXI »

Hi,

How we can monitor hosts UP/Down with SNMP. currently we are using ./check_snmp -H $ IP $ -o Sysuptime -v 2c -c $STRING$.

Please help
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: HOST UP/DOWN

Post by tmcdonald »

Within the confines of using SNMP, any check would suffice. However, if SNMP has issues then the host would appear down. Is there any reason you cannot use a simple ping?
Former Nagios employee
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

Re: HOST UP/DOWN

Post by progressive.nagiosXI »

hi,,
If SNMP is issue it's showing OK by using this command ./check_snmp -H $ IP $ -o Sysuptime -v 2c -c $STRING$.

If we change the OID to sysuptime to anyother it"ll show unknown "not getting SNMP Responce"...............

Is there anyway to know How many different OID (like Sysuptime ) ??
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: HOST UP/DOWN

Post by tmcdonald »

You can use our SNMP Walk wizard to get a list of available OIDs on a device.
Former Nagios employee
Locked