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

zabbix_server -h wrong "parameter default locations"

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Fixed
    • Icon: Major Major
    • 5.2 (plan)
    • 4.0.21, 4.4.9, 5.0.1
    • Server (S)
    • None
    • Sprint 66 (Jul 2020), Sprint 67 (Aug 2020), Sprint 68 (Sep 2020)
    • 0.5

      Introduced in 4.0.0 in the output of zabbix_server -h:

      Some configuration parameter default locations:

        AlertScriptsPath               "/usr/share/zabbix/alertscripts"
        ExternalScripts                "/usr/share/zabbix/externalscripts"
        SSLCertLocation                "/usr/share/zabbix/ssl/certs"
        SSLKeyLocation                 "/usr/share/zabbix/ssl/keys"
        LoadModulePath                 "/usr/lib64/zabbix/modules"
      

      However....

      cat /etc/zabbix/zabbix_server.conf |grep 'AlertScriptsPath\|ExternalScripts\|SSLCertLocation\|SSLKeyLocation\|LoadModulePath'
      ### Option: AlertScriptsPath
      # AlertScriptsPath=${datadir}/zabbix/alertscripts
      AlertScriptsPath=/usr/lib/zabbix/alertscripts
      ### Option: ExternalScripts
      # ExternalScripts=${datadir}/zabbix/externalscripts
      ExternalScripts=/usr/lib/zabbix/externalscripts
      ### Option: SSLCertLocation
      # SSLCertLocation=${datadir}/zabbix/ssl/certs
      ### Option: SSLKeyLocation
      # SSLKeyLocation=${datadir}/zabbix/ssl/keys
      ### Option: LoadModulePath
      # LoadModulePath=${libdir}/modules
      #	Either the module must be located in directory specified by LoadModulePath or the path must precede the module name.
      #	If the preceding path is absolute (starts with '/') then LoadModulePath is ignored.
      

      That's a mismatch, i think...

            yurii Jurijs Klopovskis
            brian.baekel Brian van Baekel
            Team I
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: