Hello,
i have installed Zabbix and i want supervise my network. For examples, i want check a port on a server (ubuntu in my test), and i wrote :
item test port net.tcp.port[, port]
trigger {unbuntu:net.tcp.port[10.56.144.58,80].last(0)}=0
the answer of Zabbix is:
No such monitored parameter (net.tcp.port[10.56.144.58,80]) for host (unbuntu)
but in ubuntu (documentation contructor), it's possible to check the port with net.tcp.port
i have installed Zabbix and i want supervise my network. For examples, i want check a port on a server (ubuntu in my test), and i wrote :
item test port net.tcp.port[, port]
trigger {unbuntu:net.tcp.port[10.56.144.58,80].last(0)}=0
the answer of Zabbix is:
No such monitored parameter (net.tcp.port[10.56.144.58,80]) for host (unbuntu)
but in ubuntu (documentation contructor), it's possible to check the port with net.tcp.port
Comment