I want to set up a trigger dependency that requires an internet connectivity trigger indicating everything is normal. If the trigger is not tripped (internet available) then other triggers work as normal. If internet is not available then unavailable triggers from monitored servers will all be false positives so I want to block them.
I would think this is a fairly common scenario so perhaps there are some tried and true examples of how to do this. First things that came to mind was to icmp check google nameservers and or http availability of their landing page. Unavailability of those things are rare and the odds of that happening at the same time as a critical alarm are almost nil.
I would think this is a fairly common scenario so perhaps there are some tried and true examples of how to do this. First things that came to mind was to icmp check google nameservers and or http availability of their landing page. Unavailability of those things are rare and the odds of that happening at the same time as a critical alarm are almost nil.
Comment