From 41f1515347e1f0ad421cf489bfdda55fe90e647c Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 9 Aug 2010 10:24:30 +0000 Subject: [PATCH] 2010-08-09 Sergio Martin * extensions/agents_modules.php: Added the meaning of the colours git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3111 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 +++ pandora_console/extensions/agents_modules.php | 25 +++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 19343463be..a7fd55a83f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-08-09 Sergio Martin + + * extensions/agents_modules.php: Added the meaning of the colours + 2010-08-09 Sergio Martin * extensions/module_groups.php: Fixed the status colors of diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index 774c6a79cd..ba8ffc575c 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -183,6 +183,31 @@ function mainAgentsModules() { } echo ""; + + echo "

" . __("The colours meaning:") . + "

    " . + '
  • +
     
    ' . + __("Orange cell when the module have fired alerts.") . + '
  • ' . + '
  • +
     
    ' . + __("Red cell when the module have critical state.") . + '
  • ' . + '
  • +
     
    ' . + __("Yellow cell when the module have warning state.") . + '
  • ' . + '
  • +
     
    ' . + __("Grey cell when the module have unknown state.") . + '
  • ' . + '
  • +
     
    ' . + __("Green cell when the module have normal state.") . + '
  • ' . + "
" . + "

"; } add_operation_menu_option(__("Agents/Modules view"), 'estado', '');