Search Result

Collapse
2 results in 0.0017 seconds.
Keywords
Members
Tags
zabbix_6.0 zabbix ha
  •  

  • Trigger does not display the updated value

    Hi,
    I have created a discovery that returns the name of the table, then for ITEM I return the number of records. In the python script I have:

    Code:
    def table_status(table,values):
    if table in values.keys():
    print(int(values[table]))
    else:
    print('0')
    ...
    See more | Go to post

  • xiaoyu
    started a topic Failed to start Zabbix Proxy.

    Failed to start Zabbix Proxy.

    Hi guys,

    I have built a zabbix HA environment followed by official document, zabbix 6 nginx centos8 3 nodes. The cluster is working fine all all the servers minitored by zabbix server direct are as expected. but the servers monitored via proxy is not working as proxy is not started....
    See more | Go to post
Working...