I'm trying to execute my first triggered script in Zabbix. Everything seems to be working fine (the trigger creates an alert), but the script does not execute. I get the following message in zabbix_suckerd.log:
Error executing [/home/zabbix/bin/touch]
The script is very simple, containing only this one line:
touch /tmp/zabbix.out
The permissions on the touch file are rwxrwxrwx.
I've simplified this as much as I can, maybe too much. What am I missing?
TIA
Error executing [/home/zabbix/bin/touch]
The script is very simple, containing only this one line:
touch /tmp/zabbix.out
The permissions on the touch file are rwxrwxrwx.
I've simplified this as much as I can, maybe too much. What am I missing?
TIA
Comment