jjmartres / Zabbix

A great collection of Zabbix scripts and templates
GNU General Public License v2.0
882 stars 584 forks source link

Is there a mechanism that zabbix will prompt when the monitoring item does not get the data? #147

Open admin1518 opened 5 years ago

admin1518 commented 5 years ago

Is there a mechanism that zabbix will prompt when the monitoring item does not get the data?

Atem18 commented 5 years ago

@admin1518 Yes, you have to create a trigger with the function nodata : https://www.zabbix.com/documentation/4.2/manual/appendix/triggers/functions

As an example, you can use the one from the template of the Zabbix agent.

Or if you want, someone made an article about it : https://werner-dijkerman.nl/2015/03/31/zabbix-nodata-trigger-really-a-lifesaver/