2014-03-21 Miguel de Dios <miguel.dedios@artica.es>
* include/constants.php: added lost constant for "SERVICE_STATUS_ALERT". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9629 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d940f8bb52
commit
bdc8ceea3e
|
@ -1,3 +1,8 @@
|
|||
2014-03-21 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/constants.php: added lost constant for
|
||||
"SERVICE_STATUS_ALERT".
|
||||
|
||||
2014-03-21 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/reporting/visual_console_builder.wizard.php,
|
||||
|
|
|
@ -218,6 +218,7 @@ define('SERVICE_STATUS_UNKNOWN', -1);
|
|||
define('SERVICE_STATUS_NORMAL', 0);
|
||||
define('SERVICE_STATUS_CRITICAL', 1);
|
||||
define('SERVICE_STATUS_WARNING', 2);
|
||||
define('SERVICE_STATUS_ALERT', 4);
|
||||
//Default weights
|
||||
define('SERVICE_WEIGHT_CRITICAL', 1);
|
||||
define('SERVICE_WEIGHT_WARNING', 0.5);
|
||||
|
|
Loading…
Reference in New Issue