-
Incident report
-
Resolution: Won't fix
-
Trivial
-
None
-
2.0.7rc1
When the script does not produce any output the following error message is presented when executing the script:
ERROR: Cannot connect to the trapper port of zabbix server daemon, but it should be available to run the script.
Example of global script (execute on agent):
killall cat 2>&1
Work-around:
killall cat 2>&1
echo Done
Adding a simple echo statement to the script will resolve this.