hello,
I'm working on Zabbix 5.2
I wrote a script : xxx.sh with 2 parameters
This script is a script configured in my media type. I've configured an action with the operation "send message" by usin "Send only to "xxx" (my script)
The script xxx.sh works and the parameters are well passing but it's passing {ACTION.NAME} and {HOST.NAME} as a value !
Why I can't get the value of ACTION.NAME and HOST.NAME when this media is used ? I've tried with other variables but I never get the value of variables...
Comment