Hi,
Zabbix-3.2.7.
I have created a couple of "simple check" items for 2 tcp ports for 2 servers:
net.tcp.service[tcp,,4505]
net.tcp.service[tcp,,4506]
I can access those ports from the Zabbix server, checked this with nmap.
When I try using zabbix_get, I get the reply that the ports are up:
$ zabbix_get -s <server1> -k 'net.tcp.service[tcp,,4505]'
1
$ zabbix_get -s <server1> -k 'net.tcp.service[tcp,,4506]'
1
$ zabbix_get -s <server2> -k 'net.tcp.service[tcp,,4505]'
1
$ zabbix_get -s <server2> -k 'net.tcp.service[tcp,,4506]'
1
However, in the "latest data" page these show up as Down (0), and a trigger happens.
In the "host configuration" page I don't see an issue with these items.
In the Zabbix server log I see that the items became supported, and there is no additional logging about these items after this:
4610:20170816:105547.754 item "server1:net.tcp.service[tcp,,4505]" became supported
4606:20170816:105548.756 item "server2:net.tcp.service[tcp,,4505]" became supported
4607:20170816:105550.766 item "server1:net.tcp.service[tcp,,4506]" became supported
4610:20170816:105551.774 item "server2:net.tcp.service[tcp,,4506]" became supported
I don't see what's going wrong here, and I'm hoping to get enlightened here..
Zabbix-3.2.7.
I have created a couple of "simple check" items for 2 tcp ports for 2 servers:
net.tcp.service[tcp,,4505]
net.tcp.service[tcp,,4506]
I can access those ports from the Zabbix server, checked this with nmap.
When I try using zabbix_get, I get the reply that the ports are up:
$ zabbix_get -s <server1> -k 'net.tcp.service[tcp,,4505]'
1
$ zabbix_get -s <server1> -k 'net.tcp.service[tcp,,4506]'
1
$ zabbix_get -s <server2> -k 'net.tcp.service[tcp,,4505]'
1
$ zabbix_get -s <server2> -k 'net.tcp.service[tcp,,4506]'
1
However, in the "latest data" page these show up as Down (0), and a trigger happens.
In the "host configuration" page I don't see an issue with these items.
In the Zabbix server log I see that the items became supported, and there is no additional logging about these items after this:
4610:20170816:105547.754 item "server1:net.tcp.service[tcp,,4505]" became supported
4606:20170816:105548.756 item "server2:net.tcp.service[tcp,,4505]" became supported
4607:20170816:105550.766 item "server1:net.tcp.service[tcp,,4506]" became supported
4610:20170816:105551.774 item "server2:net.tcp.service[tcp,,4506]" became supported
I don't see what's going wrong here, and I'm hoping to get enlightened here..
Comment