Ad Widget

Collapse

Question about the Hosts Table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cozancin
    Junior Member
    • Nov 2012
    • 10

    #1

    Question about the Hosts Table

    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?
  • wangjun
    Junior Member
    • Jan 2021
    • 3

    #2
    0 - (default) monitored host;
    1 - unmonitored host
    3 - templates
    5 - active proxy
    6 - passive proxy

    Comment

    Working...