Y
Hacker News
new
|
ask
|
show
|
jobs
by
prakashn27
1439 days ago
I am curious for the use case of it. What group of servers do you want to monitor?
1 comments
daverobbins1
1439 days ago
We have dual internet connections coming into a satellite office and we only want to be alerted if both are down.
link
mgbmtl
1438 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