Hi all!
We're currently migrating our Nagios-setup to Zabbix, and I'm trying to find a clean way of implementing our diskcapacity-checks.
I want to have a lower threshold which only alerts via email, when capacity usage is >= 90% (representing WARNING in Nagios).
I want to have a higher threshold which alerts via both email and SMS when capacity usage is >= 95% (representing CRITICAL in Nagios).
Using an example of constant increasing capacity-usage on a filesystem, it reaches 90% and starts sending emails. When reaching 95%, I don't want any kind of recovery from the 90%-trigger as it's misleading (if it decreases below 90%, recovery is wanted). At 95%, I just want the 95%-trigger to start alerting via email/SMS. Recovery from the 95%-trigger (going below 95%) is wanted.
Is this possible somehow? I was thinking of trying out something with dependencies, but it was greatly complicated by the fact that these triggers are created during discovery, and I found no way of setting up deps there.
Cheers,
-- Andy
We're currently migrating our Nagios-setup to Zabbix, and I'm trying to find a clean way of implementing our diskcapacity-checks.
I want to have a lower threshold which only alerts via email, when capacity usage is >= 90% (representing WARNING in Nagios).
I want to have a higher threshold which alerts via both email and SMS when capacity usage is >= 95% (representing CRITICAL in Nagios).
Using an example of constant increasing capacity-usage on a filesystem, it reaches 90% and starts sending emails. When reaching 95%, I don't want any kind of recovery from the 90%-trigger as it's misleading (if it decreases below 90%, recovery is wanted). At 95%, I just want the 95%-trigger to start alerting via email/SMS. Recovery from the 95%-trigger (going below 95%) is wanted.
Is this possible somehow? I was thinking of trying out something with dependencies, but it was greatly complicated by the fact that these triggers are created during discovery, and I found no way of setting up deps there.
Cheers,
-- Andy
Comment