Hi
I am having a problem with actions in Zabbix.
zabbix_server
Error executing [/home/zabbix/bin/textmessage] [No such file or directory]
But on the same server
ls -al /home/zabbix/bin/textmessage
-rwxr-xr-x 1 zabbix zabbix 2444 2007-10-13 16:03 /home/zabbix/bin/textmessage
And just in case zabbix is running like this:
ps aux | grep zabbix_server
zabbix 4819 0.0 1.2 7680 1564 ? SN 16:24 0:00 /opt/zabbix/sbin/zabbix_server
In the zabbix server file there is
AlertScriptsPath=/home/zabbix/bin
and the media is configured with
Name textmessage
Why is this?
Thanks
I am having a problem with actions in Zabbix.
zabbix_server
Error executing [/home/zabbix/bin/textmessage] [No such file or directory]
But on the same server
ls -al /home/zabbix/bin/textmessage
-rwxr-xr-x 1 zabbix zabbix 2444 2007-10-13 16:03 /home/zabbix/bin/textmessage
And just in case zabbix is running like this:
ps aux | grep zabbix_server
zabbix 4819 0.0 1.2 7680 1564 ? SN 16:24 0:00 /opt/zabbix/sbin/zabbix_server
In the zabbix server file there is
AlertScriptsPath=/home/zabbix/bin
and the media is configured with
Name textmessage
Why is this?
Thanks
Comment