Hi all,
We're thinking about migrating from nagios to zabbix, but we miss host dependencies (ala nagios). For example, we have three smtp servers. And we have two routers, so smtp1 depends on router1 and the others depends on router2.
If one of the routers goes down, we don't want zabbix to send alerts about the smtps which depends on that router. And when the router goes up, we don't want to receive a lot of alerts about smtp recovery.
Is this kind of behaviour possible with Zabbix? If it's not possible, I'd like to know if you're interested in this kind of feature and maybe we could write some code.
Thank you.
We're thinking about migrating from nagios to zabbix, but we miss host dependencies (ala nagios). For example, we have three smtp servers. And we have two routers, so smtp1 depends on router1 and the others depends on router2.
If one of the routers goes down, we don't want zabbix to send alerts about the smtps which depends on that router. And when the router goes up, we don't want to receive a lot of alerts about smtp recovery.
Is this kind of behaviour possible with Zabbix? If it's not possible, I'd like to know if you're interested in this kind of feature and maybe we could write some code.
Thank you.
Seriously, currently the dependencies are only used to prevent unnecessary notifications. This concept has to be extended...
Comment