mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
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
df9a28b49f
commit
bc5f7b9868
@ -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>
|
2009-07-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_reporting.php: fix bug the any number of modules in
|
* 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);
|
$return["status_img"] = print_status_image (STATUS_AGENT_WARNING, __('At least one module in WARNING status'), true);
|
||||||
else
|
else
|
||||||
$return["status_img"] = print_status_image (STATUS_AGENT_OK, __('All Monitors OK'), true);
|
$return["status_img"] = print_status_image (STATUS_AGENT_OK, __('All Monitors OK'), true);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Alert not fired is by default
|
//Alert not fired is by default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user