Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-6615

Error reporting on script execution broken when no output is produced by a script

XMLWordPrintable

      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.

            Unassigned Unassigned
            oleg.ivanivskyi Oleg Ivanivskyi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: