From b7489f78bfe6d641ba597ee65e87700084d39854 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Sun, 02 Nov 2008 15:45:25 -0500 Subject: [PATCH] First version of the new monitor - module (works for more than one server) It is now possible to add "navigation-text" without links (actions) to the left navigations-side of the template (needed by the monitor module to add the server-dropdown) --- install/sql/ispconfig3.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql index efa2462..a6136d5 100644 --- a/install/sql/ispconfig3.sql +++ b/install/sql/ispconfig3.sql @@ -1074,7 +1074,7 @@ `type` varchar(255) NOT NULL, `created` int(11) NOT NULL, `data` mediumtext NOT NULL, - `state` enum('unknown','ok','warning','error') NOT NULL default 'unknown', + `state` enum('unknown','ok','warning','critical', 'error') NOT NULL default 'unknown', PRIMARY KEY (`server_id`,`type`,`created`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- Gitblit v1.9.1