Ad Widget

Collapse

Connection timeout of 3 seconds exceeded when connecting to Zabbix server "localhost"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zholaman
    Member
    • Jul 2015
    • 61

    #1

    Connection timeout of 3 seconds exceeded when connecting to Zabbix server "localhost"

    Hi,

    we can't get infromation about "Queue". Every time when we try to view "Administration"->"Queue", we getting the following message:
    Connection timeout of 3 seconds exceeded when connecting to Zabbix server "localhost".

    Screenshoot:
  • batchenr
    Senior Member
    • Sep 2016
    • 440

    #2
    Originally posted by Zholaman
    Hi,

    we can't get infromation about "Queue". Every time when we try to view "Administration"->"Queue", we getting the following message:
    Connection timeout of 3 seconds exceeded when connecting to Zabbix server "localhost".

    Screenshoot:
    https://drive.google.com/file/d/0B_H...ew?usp=sharing
    open apache logs & zabbix logs & mysql logs
    press the Queue button

    past logs here.

    Comment

    • Zholaman
      Member
      • Jul 2015
      • 61

      #3
      Originally posted by batchenr
      open apache logs & zabbix logs & mysql logs
      press the Queue button

      past logs here.
      Thanks, I will try.

      Comment

      • Zholaman
        Member
        • Jul 2015
        • 61

        #4
        Problem resolved. Zabbix could not be check triggers due 'Connection failed to DB' error. I had increased this parameter in MySQL my.cnf file up to 1500 and all started to work well.

        [mysqld]
        max_connections=1500

        Comment

        Working...