Trigger on ZBX_NOTSUPPORTED with Zabbix

monitoringzabbix

I'm trying to check if my configuration management system is running on my servers. It is pretty easy to use it to distribute a Zabbix configuration that will test if the CMS is running. However, hosts that are not presently running the CMS will return ZBX_NOTSUPPORTED, and I'd like to detect these as well.

How can I do that?

Best Answer

You can set an item zabbix[items_unsupported], then make a trigger if returned value of this item > 0.

Check the list of internal checks in the documentation for more information.