Hi guys!
I am doing simple check with UDP port 123
key as follows: net.udp.service[ntp,myIP,123]
As result always return 0 (down)
When I use the command: nc -zvu 172.16.60.68 123
The result is as follows: Connection to 172.16.60.68 123 port [udp/ntp] succeeded!
It means my port 123 has ntp protocol open
But when monitoring on zabbix, it still returns 0.
I'm a newbie, have searched for related questions but to no avail. Hope you guys can help me
Thanks all!
I am doing simple check with UDP port 123
key as follows: net.udp.service[ntp,myIP,123]
As result always return 0 (down)
When I use the command: nc -zvu 172.16.60.68 123
The result is as follows: Connection to 172.16.60.68 123 port [udp/ntp] succeeded!
It means my port 123 has ntp protocol open
But when monitoring on zabbix, it still returns 0.
I'm a newbie, have searched for related questions but to no avail. Hope you guys can help me
Thanks all!
Comment