Ad Widget

Collapse

Zabbix frontend error logs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VZ_USER_2019
    Junior Member
    • Apr 2019
    • 1

    #1

    Zabbix frontend error logs

    Where do we see Zabbix frontend error logs - i tried configuring LDAP in front end, however it keeps throwing this error "Cannot Bind to LDAP server"

    I have checked firewall , I have checked LDAP server its working and running properly. I have checked /var/log/httpd access logs for any LDAP errors. Am i missing something her - i just want to look at the Descriptive error when i am trying to test LDAP
  • brunohl
    Senior Member
    Zabbix Certified Specialist
    • Mar 2019
    • 215

    #2
    I guess you could try to increase your server debug level then check /var/log/zabbix/zabbix_server.log (or your zabbix path)

    Code:
    ### Option: DebugLevel
    #    Specifies debug level:
    #    0 - basic information about starting and stopping of Zabbix processes
    #    1 - critical information
    #    2 - error information
    #    3 - warnings
    #    4 - for debugging (produces lots of information)
    #    5 - extended debugging (produces even more information)
    #
    # Mandatory: no
    # Range: 0-5
    # Default:
    # DebugLevel=3

    Comment

    • Atsushi
      Senior Member
      • Aug 2013
      • 2028

      #3
      Are errors in the web front end output to the file /var/log/httpd/error_log?

      Comment

      • ingus.vilnis
        Senior Member
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Mar 2014
        • 908

        #4
        There is a misconfiguration in the LDAP settings on Zabbix side. Either server, port, password or any of the other fields might be causing it. Can't tell for sure because you have not shared the settings there.

        Don't raise the DebugLevel on server side as it has nothing to do with connections between web interface and LDAP.

        Comment

        • brunohl
          Senior Member
          Zabbix Certified Specialist
          • Mar 2019
          • 215

          #5
          There is a misconfiguration in the LDAP settings on Zabbix side. Either server, port, password or any of the other fields might be causing it. Can't tell for sure because you have not shared the settings there.

          Don't raise the DebugLevel on server side as it has nothing to do with connections between web interface and LDAP.
          Yeah, I guess your response makes a lot more sense than mine.

          Comment

          Working...