I have been working on a set of Zabbix database consistency checks. So far I have been able to get a good set of checks and triggers in place that give me an alert when when a potential issue arises in the database. I have found the API documentation to be very helpful for this.
In the API pages for the hosts table (https://www.zabbix.com/documentation...ce/host/object) the status column is documented to have the following states:
Possible values are:
0 - (default) monitored host;
1 - unmonitored host.
During my testing, I have noticed that status may also contain the following:
3 - Appears to be templates
5 - This was looks a while, but it appears to be proxies
Are there any others that I am missing? Are my assumptions correct?
In the API pages for the hosts table (https://www.zabbix.com/documentation...ce/host/object) the status column is documented to have the following states:
Possible values are:
0 - (default) monitored host;
1 - unmonitored host.
During my testing, I have noticed that status may also contain the following:
3 - Appears to be templates
5 - This was looks a while, but it appears to be proxies
Are there any others that I am missing? Are my assumptions correct?
Comment