From 2ddfc61631e52b2674928144b4353982952b9ad1 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 4 Mar 2013 15:32:43 +0000 Subject: [PATCH] 2013-03-04 Miguel de Dios * include/constants.php: added constant for the module not init status. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7773 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/constants.php | 1 + 2 files changed, 6 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 4362d773db..20dd03d580 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-03-04 Miguel de Dios + + * include/constants.php: added constant for the module not init + status. + 2013-03-04 Miguel de Dios * godmode/setup/setup_netflow.php, diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index 98cdcf89bf..9644b1ada2 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -141,6 +141,7 @@ define('AGENT_MODULE_STATUS_NO_DATA', 4); define('AGENT_MODULE_STATUS_NORMAL', 0); define('AGENT_MODULE_STATUS_WARNING', 2); define('AGENT_MODULE_STATUS_UNKNOW', 3); +define('AGENT_MODULE_STATUS_NOT_INIT', 5);