How can I determine if a SNMP host is down?
I am monitoring a managed switch(TigerSwitch 6924M) which of course does not use the agent; strictly SNMP.
I am monitoring 3 stats on it currently.
sysName (system.hostname)
ifInOctets1 (net.inpackets)
ifOutOctets1 (net.outpackets)
I have tried this trigger but it is falsely triggering.
{Switch:net.inpackets.nodata(60)}=1
Thanks
I am monitoring a managed switch(TigerSwitch 6924M) which of course does not use the agent; strictly SNMP.
I am monitoring 3 stats on it currently.
sysName (system.hostname)
ifInOctets1 (net.inpackets)
ifOutOctets1 (net.outpackets)
I have tried this trigger but it is falsely triggering.
{Switch:net.inpackets.nodata(60)}=1
Thanks
Comment