Hello.
Im trying configuring a template, one item is for check ssh, but my ssh port is not the default is 2323, so in item key i put:
But when i create a new host with that template, the ssh chek say always is down.
I think de ",," dont like it, so maybe a have to use some macro there, no?
like:
I have read the documentation but dont understand very good if is possible to use macros in item key. This code dont run so if its possible im doing some wrong.
Some idea ?
Thanks and regards.
Im trying configuring a template, one item is for check ssh, but my ssh port is not the default is 2323, so in item key i put:
Code:
net.tcp.service[ssh,,1989]
I think de ",," dont like it, so maybe a have to use some macro there, no?
like:
Code:
net.tcp.service[ssh,{$IPADDRESS<1>},1989]
Some idea ?
Thanks and regards.
Comment