I'm playing around with Zabbix and I'm still learning. I'm trying to implement a simple check Item, to check if a ssh port on a remote server is reachable. I'm using Zabbix 1.8.6 on ubuntu, from PPA. The item works fine when i write the key like this: "ssh,22". But if I try to use a MACRO, zabbix give the incorrect key error while saving the item: ssh,{SSH_PORT}. The MACRO is declared inside a template, linked to the host.
So, which is the right syntax for this key? Reading the manual didn't help much.
Thanks for any help!
So, which is the right syntax for this key? Reading the manual didn't help much.
Thanks for any help!
Comment