I base most of my triggers on two values instead of just one. i.e.
(icmpping.max(#3)<1) & (agent.ping.nodata(90)=1)
This has helped to greatly reduce many false triggers but unfortunately not all of the devices monitored have the agent installed on them.
For snmp devices, I use triggers like:
(icmpping.max(#3)<1) & (ifAdminStatus1.nodata(90)=1)
however it does not seem to have reduced the false triggers as much as the boxes with the agent running.
My question: Is the nodata function limited to checks using the agent only or can it also function the same when using SNMP checks?
(Note that in my example above the item ifAdminStatus1 is an SNMP check of that particular OID.)
(icmpping.max(#3)<1) & (agent.ping.nodata(90)=1)
This has helped to greatly reduce many false triggers but unfortunately not all of the devices monitored have the agent installed on them.
For snmp devices, I use triggers like:
(icmpping.max(#3)<1) & (ifAdminStatus1.nodata(90)=1)
however it does not seem to have reduced the false triggers as much as the boxes with the agent running.
My question: Is the nodata function limited to checks using the agent only or can it also function the same when using SNMP checks?
(Note that in my example above the item ifAdminStatus1 is an SNMP check of that particular OID.)
Comment