4 ms·
We have dual internet connections coming into a satellite office and we only want to be alerted if both are down.
by daverobbins1 4y ago
We have dual internet connections coming into a satellite office and we only want to be alerted if both are down.
- mgbmtl 4y agoWith icinga2 (or any nagios successor) you could write a custom check command that does a ping check on both IPs (and return an error status only if both are down).