Hi,
when I test on "client" if ssh is running, I use
zabbix_agent -t net.tcp.service[ssh,,7522]
net.tcp.service[ssh,,7522] [u|1]
it works
but, when I try to create a trigger on server, I can't find the right syntax
{bbshow:net.tcp.service[ssh].last(0)}=0 OK for default port 22
but for another port, where to put the port number ? neither work :
{bbshow:net.tcp.service[ssh,,7522].last(0)}=0
{bbshow:net.tcp.service[ssh,7522].last(0)}=0
thanks in advance
when I test on "client" if ssh is running, I use
zabbix_agent -t net.tcp.service[ssh,,7522]
net.tcp.service[ssh,,7522] [u|1]
it works

but, when I try to create a trigger on server, I can't find the right syntax

{bbshow:net.tcp.service[ssh].last(0)}=0 OK for default port 22
but for another port, where to put the port number ? neither work :
{bbshow:net.tcp.service[ssh,,7522].last(0)}=0
{bbshow:net.tcp.service[ssh,7522].last(0)}=0
thanks in advance
Comment