2013-01-09 Miguel de Dios <miguel.dedios@artica.es>
* include/constants.php: added the default weight for unknown status for agent, module or service in the services. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7397 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
bdd55253e3
commit
bcabe90da1
|
@ -1,3 +1,8 @@
|
|||
2013-01-09 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/constants.php: added the default weight for unknown status
|
||||
for agent, module or service in the services.
|
||||
|
||||
2013-01-09 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_agents.php: Changed constraint in agent creation
|
||||
|
|
|
@ -181,6 +181,7 @@ define('SERVICE_WEIGHT_WARNING', 0.5);
|
|||
define('SERVICE_ELEMENT_WEIGHT_CRITICAL', 1);
|
||||
define('SERVICE_ELEMENT_WEIGHT_WARNING', 0.5);
|
||||
define('SERVICE_ELEMENT_WEIGHT_OK', 0);
|
||||
define('SERVICE_ELEMENT_WEIGHT_UNKNOWN', 0);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue