I'm looking to build a new Zabbix platform, and I have a question about distributed monitoring.
One of the things I am looking to do, is availability monitoring. This would mainly rely on ping, but in some cases also other protocols. And I'm looking to do this in a distributed manner, in such a way that the checks get performed from all monitoring locations. And an alert should be triggered not only when all locations report "down", but rather when any location reports "down".
Is this possible - and can anyone point me at some resources on how to set this up?
The main reason I'm asking this, is because in the documentation I'm mainly reading about things like redundancy and scalability (e.g. adding multiple monitoring servers for more capacity), but I don't really see anything about the functionality that I just described.
Just to be clear: the purpose of such a setup would be to make sure that a host is globally reachable - since monitoring from a single location would only confirm that the host can be reached by that monitoring server. So what I'm looking to do is to confirm the availability over as many different routes as possible, rather than from only a single route.
Thank you.
One of the things I am looking to do, is availability monitoring. This would mainly rely on ping, but in some cases also other protocols. And I'm looking to do this in a distributed manner, in such a way that the checks get performed from all monitoring locations. And an alert should be triggered not only when all locations report "down", but rather when any location reports "down".
Is this possible - and can anyone point me at some resources on how to set this up?
The main reason I'm asking this, is because in the documentation I'm mainly reading about things like redundancy and scalability (e.g. adding multiple monitoring servers for more capacity), but I don't really see anything about the functionality that I just described.
Just to be clear: the purpose of such a setup would be to make sure that a host is globally reachable - since monitoring from a single location would only confirm that the host can be reached by that monitoring server. So what I'm looking to do is to confirm the availability over as many different routes as possible, rather than from only a single route.
Thank you.
Comment