Hello,
I am relatively new to Zabbix, and I am using version 1.3.7.
We currently have a custom home-grown monitoring system which works like this:
- if a host is not able to be pinged, then:
I would like to implement this functionality in Zabbix, but I'm not entirely sure how to set this up.
I've tried some attempts using triggers / actions, but Zabbix would send me notifications for all my triggers each time something happened.
Please help.
- Lee
I am relatively new to Zabbix, and I am using version 1.3.7.
We currently have a custom home-grown monitoring system which works like this:
- if a host is not able to be pinged, then:
- record that the host is down
- if the down time is >= 5 mintes, send a "down for 5 minutes" page.
- if the down time is >= 10 mintes, send a "down for 10 minutes" page.
- if the down time is >= 20 mintes, send a "down for 20 minutes" page.
- If a host is able to be pinged, then:- record that the host is up.
- if a down page had been sent, then send a "host is up" page.
I would like to implement this functionality in Zabbix, but I'm not entirely sure how to set this up.
I've tried some attempts using triggers / actions, but Zabbix would send me notifications for all my triggers each time something happened.
Please help.
- Lee
Comment