Hello,
I haven't used Zabbix in a while, and while reading the docs this should work:
Zabbix versions: 5.0 LTS
Macro: HOMEASSISTANT_PORT = 8123
Check: Zabbix Agent (active)
zabbix_agentd -t 'net.tcp.port[,8123]'
But when i add it as a item like this it says 'invalid second parameter'
net.tcp.port[,{$HOMEASSISTANT_PORT}]
What am i missing?
I haven't used Zabbix in a while, and while reading the docs this should work:
Zabbix versions: 5.0 LTS
Macro: HOMEASSISTANT_PORT = 8123
Check: Zabbix Agent (active)
zabbix_agentd -t 'net.tcp.port[,8123]'
But when i add it as a item like this it says 'invalid second parameter'
net.tcp.port[,{$HOMEASSISTANT_PORT}]
What am i missing?
Comment