PDA

View Full Version : 1.1A7 media script uses /home/zabbix/bin//?


Wolfgang
15-04-2005, 18:31
Hello,

i tried the media script and it seems to add /home/zabbix/bin// as a preamble to the script name being used.

i.e setting /usr/local/bin/myscript.sh in the web leads to /home/zabbix/bin///usr/local/bin/myscript.sh which of cause is wrong.

btw.: the /// within the path is not a typo ;-) It seems that zabbix adds \\ to the end of its build in path.

Wolfgang
19-04-2005, 12:33
I think this was a configuration issue. Just noticed that zabbix_server.config defines a "AlertScriptsPath".

Sorry for bothering.