-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Trivial
-
None
-
Affects Version/s: 2.0.7rc1
-
Component/s: Agent (G), Frontend (F), Server (S)
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.