Y
Hacker News
new
|
ask
|
show
|
jobs
by
daverobbins1
1437 days ago
We have dual internet connections coming into a satellite office and we only want to be alerted if both are down.
1 comments
mgbmtl
1437 days ago
With 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).
link