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:
mdtrooper 2014-03-21 14:53:43 +00:00
parent d940f8bb52
commit bdc8ceea3e
2 changed files with 6 additions and 0 deletions

View File

@ -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,

View File

@ -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);