Ad Widget

Collapse

Zabbix Server process not picking up complete server config file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vso
    Zabbix developer
    • Aug 2016
    • 190

    #16
    Default alert script path is used only if no other is specified, please double check that you are not actually using config file from some other location

    Comment

    • cdslaughter
      Member
      • Jun 2018
      • 69

      #17
      I have confirmed that it is not the result of a specific script,. to confirm it, I created a simple bash script that dumped everything to a local log file.
      ```
      #!/bin/bash

      timestamp=`date +%s`

      echo $(date +%T)":"$timestamp "param count=$# - param 1: $1 - param 2: $2 - param 3: $3" >> /tmp/simple-script-test.log
      ```

      I will collect all my system stats and vital metrics and create a bug report.

      Carl

      Comment

      • cdslaughter
        Member
        • Jun 2018
        • 69

        #18
        I was able to confirm that this was not related to the specific script or service I was using. I ran the same tests and switched out the script that I was using to a new one that dumped the parameters passed to it to a text file. Simply put, echo $1 $2 $3 >> text-file.log

        I will put this in a bug report.

        Thank you for the help.

        Comment

        • dimir
          Zabbix developer
          • Apr 2011
          • 1080

          #19
          Thanks, cdslaughter , it's here: https://support.zabbix.com/browse/ZBX-15546

          Comment

          Working...