Ad Widget

Collapse

Zabbix 2.0.1rc1 error Undefined index: server_check_interval

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tchjts1
    Senior Member
    • May 2008
    • 1605

    #1

    Zabbix 2.0.1rc1 error Undefined index: server_check_interval

    I see this error when I bring up the frontend...

    Undefined index: server_check_interval [include/page_header.php:168]
    Attached Files
  • alp
    Member
    • Nov 2009
    • 90

    #2
    I have a same problem. What i need to do?

    When i upgrade 2.0.0rc3 to 2.0.1rc2 and use /usr/share/zabbix/upgrades/dbpatches/2.0/postgresql/patch.sql i have many errors, and request ADD server_check_interval integer DEFAULT '60' NOT NULL; not complete...

    Why you do not working patches?
    Last edited by alp; 27-06-2012, 12:28.

    Comment

    • cferraro
      Junior Member
      • Jun 2011
      • 16

      #3
      Looks like a column was missing in my 'config' database table.

      This fixed it

      ALTER TABLE zabbix.config ADD server_check_interval integer DEFAULT '60' NOT NULL;

      Not sure why this column is missing. The schema.sql file has the column in my 2.0.0 source. I upgraded from 1.9.x so it's possible it was missing from an earlier build.

      Comment

      • tchjts1
        Senior Member
        • May 2008
        • 1605

        #4
        Thanks for sharing the fix. I was getting that error in both 2.0 and 2.0.1 compiled from scratch. That fixed it.

        Comment

        • aveek
          Junior Member
          • Jul 2012
          • 2

          #5
          Originally posted by tchjts1
          Thanks for sharing the fix. I was getting that error in both 2.0 and 2.0.1 compiled from scratch. That fixed it.
          Was the same for me after updating from 2.0 to v2.0.1, thanks for sharing!

          Greetings

          Comment

          Working...