2009-07-20 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: fix bad merge with local installation. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1812 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
063e5098c9
commit
634642d286
|
@ -1,3 +1,7 @@
|
|||
2009-07-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_reporting.php: fix bad merge with local installation.
|
||||
|
||||
2009-07-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_reporting.php: fix bug the any number of modules in
|
||||
|
|
|
@ -816,7 +816,6 @@ function get_agent_module_info ($id_agent) {
|
|||
$return["status_img"] = print_status_image (STATUS_AGENT_WARNING, __('At least one module in WARNING status'), true);
|
||||
else
|
||||
$return["status_img"] = print_status_image (STATUS_AGENT_OK, __('All Monitors OK'), true);
|
||||
}
|
||||
}
|
||||
|
||||
//Alert not fired is by default
|
||||
|
|
Loading…
Reference in New Issue