We ran into a very weird bug. Using Zabbix Agent v1.4.6 and Zabbix server 1.8.2.
The agent is returning the correct response (0):
The agent log however shows:
The server indeed received value 1, whilst it should definitely be 0. We have had this problem on different machines. Any ideas how it can be resolved? We cannot trust our monitoring if the agent results are wrongly sent of course.
The agent is returning the correct response (0):
Code:
host:~$ zabbix_agent -c /etc/zabbix/zabbix_agentd.conf -t mysql.replication.status mysql.replication.status [t|0] host:~$
Code:
mysql.replication.status:120:0
2603:20100701:121955 Parsed [mysql.replication.status:120:0]
2603:20100701:121955 In add_check('mysql.replication.status', 120, 0)
2603:20100701:121955 Run remote command [/home/user/zabbix/mysql.replication.status] Result [1] [1]...
2603:20100701:121955 For key [mysql.replication.status] received value [1]
Comment