diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index 990c7c67eb..72db5d156c 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -4755,7 +4755,7 @@ function otherParameter2Filter($other, $return_as_array = false) { $filter['tag'] = $other['data'][14]; } else { - $filterString .= " AND tags LIKE '%" . $other['data'][14]."%'"; + $filterString .= " AND tags LIKE '" . $other['data'][14]."'"; } } @@ -5667,7 +5667,7 @@ function get_events_with_user($trash1, $trash2, $other, $returnType, $user_in_db //Search by tag if ($tag != "") { - $sql_post .= " AND tags LIKE '%" . io_safe_input($tag) . "%'"; + $sql_post .= " AND tags LIKE '" . io_safe_input($tag) . "'"; } //Inject the raw sql diff --git a/pandora_console/include/functions_tags.php b/pandora_console/include/functions_tags.php index d9cddc57b4..daf94ab559 100644 --- a/pandora_console/include/functions_tags.php +++ b/pandora_console/include/functions_tags.php @@ -867,7 +867,7 @@ function tags_get_acl_tags_event_condition($acltags) { //~ $tags_condition .= sprintf(' OR tags LIKE "%s %%"',io_safe_input($all_tags[$tag])); //~ $tags_condition .= sprintf(' OR tags LIKE "%%,%s %%"',io_safe_input($all_tags[$tag])); - $tags_condition .= sprintf('tags LIKE "%%%s%%"',io_safe_input($all_tags[$tag])); + $tags_condition .= sprintf('tags LIKE "%s"',io_safe_input($all_tags[$tag])); } // If there is not tag condition ignore diff --git a/pandora_console/include/languages/index.pot b/pandora_console/include/languages/index.pot index 6561cc7169..5c2a8deb47 100644 --- a/pandora_console/include/languages/index.pot +++ b/pandora_console/include/languages/index.pot @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-09-04 12:34+0200\n" +"POT-Creation-Date: 2014-09-30 12:29+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,8 +93,8 @@ msgstr "" msgid "Module types" msgstr "" -#: ../../godmode/menu.php:103 ../../operation/tree.php:518 -#: ../../extensions/module_groups.php:321 +#: ../../godmode/menu.php:103 ../../operation/tree.php:521 +#: ../../extensions/module_groups.php:323 msgid "Module groups" msgstr "" @@ -119,8 +119,8 @@ msgstr "" #: ../../godmode/menu.php:117 ../../godmode/agentes/modificar_agente.php:417 #: ../../godmode/agentes/fields_manager.php:93 -#: ../../godmode/agentes/planned_downtime.editor.php:544 -#: ../../godmode/groups/group_list.php:331 +#: ../../godmode/agentes/planned_downtime.editor.php:556 +#: ../../godmode/groups/group_list.php:334 #: ../../godmode/events/event_responses.list.php:62 #: ../../godmode/tag/tag.php:165 ../../godmode/category/category.php:110 #: ../../godmode/alerts/alert_list.builder.php:101 @@ -147,11 +147,11 @@ msgstr "" #: ../../enterprise/extensions/cron/main.php:187 #: ../../enterprise/extensions/ipam/ipam_ajax.php:140 #: ../../extensions/module_groups.php:84 -#: ../../include/functions_reporting.php:1791 -#: ../../include/functions_reporting.php:1902 -#: ../../include/functions_reporting.php:2041 -#: ../../include/functions_treeview.php:220 -#: ../../include/functions_filemanager.php:534 +#: ../../include/functions_reporting.php:2071 +#: ../../include/functions_reporting.php:2178 +#: ../../include/functions_reporting.php:2313 +#: ../../include/functions_treeview.php:226 +#: ../../include/functions_filemanager.php:563 msgid "Actions" msgstr "" @@ -319,16 +319,16 @@ msgstr "" #: ../../godmode/servers/modificar_server.php:45 #: ../../godmode/netflow/nf_edit_form.php:178 #: ../../godmode/netflow/nf_edit.php:114 -#: ../../godmode/agentes/planned_downtime.editor.php:310 -#: ../../godmode/agentes/planned_downtime.editor.php:539 +#: ../../godmode/agentes/planned_downtime.editor.php:318 +#: ../../godmode/agentes/planned_downtime.editor.php:551 #: ../../godmode/agentes/configure_field.php:44 #: ../../godmode/agentes/module_manager.php:499 #: ../../godmode/agentes/module_manager_editor_common.php:128 -#: ../../godmode/agentes/module_manager_editor_common.php:528 +#: ../../godmode/agentes/module_manager_editor_common.php:534 #: ../../godmode/groups/modu_group_list.php:181 #: ../../godmode/groups/configure_modu_group.php:63 #: ../../godmode/groups/configure_group.php:101 -#: ../../godmode/groups/group_list.php:326 +#: ../../godmode/groups/group_list.php:329 #: ../../godmode/reporting/reporting_builder.main.php:55 #: ../../godmode/reporting/reporting_builder.main.php:57 #: ../../godmode/reporting/graph_builder.main.php:97 @@ -415,13 +415,14 @@ msgstr "" #: ../../operation/extensions.php:47 ../../operation/search_users.php:41 #: ../../operation/search_helps.php:36 #: ../../extensions/files_repo/files_repo_list.php:59 -#: ../../include/functions_events.php:1842 -#: ../../include/functions_events.php:1897 -#: ../../include/functions_reporting.php:2562 -#: ../../include/functions_reporting.php:2682 -#: ../../include/functions_reporting.php:6239 -#: ../../include/functions_reporting.php:6393 -#: ../../include/functions_filemanager.php:531 +#: ../../include/functions_events.php:1856 +#: ../../include/functions_events.php:1911 +#: ../../include/functions_reporting.php:2830 +#: ../../include/functions_reporting.php:2946 +#: ../../include/functions_reporting.php:3943 +#: ../../include/functions_reporting.php:6608 +#: ../../include/functions_reporting.php:6762 +#: ../../include/functions_filemanager.php:560 msgid "Name" msgstr "" @@ -436,16 +437,16 @@ msgstr "" #: ../../godmode/servers/modificar_server.php:47 #: ../../godmode/netflow/nf_item_list.php:149 #: ../../godmode/agentes/modificar_agente.php:416 -#: ../../godmode/agentes/planned_downtime.editor.php:314 -#: ../../godmode/agentes/agent_manager.php:269 -#: ../../godmode/agentes/planned_downtime.list.php:192 +#: ../../godmode/agentes/planned_downtime.editor.php:322 +#: ../../godmode/agentes/agent_manager.php:270 +#: ../../godmode/agentes/planned_downtime.list.php:278 #: ../../godmode/agentes/module_manager.php:517 #: ../../godmode/agentes/module_manager_editor_common.php:301 -#: ../../godmode/agentes/agent_template.php:225 +#: ../../godmode/agentes/agent_template.php:226 #: ../../godmode/groups/configure_group.php:157 -#: ../../godmode/groups/group_list.php:330 +#: ../../godmode/groups/group_list.php:333 #: ../../godmode/reporting/graphs.php:142 -#: ../../godmode/reporting/reporting_builder.main.php:100 +#: ../../godmode/reporting/reporting_builder.main.php:111 #: ../../godmode/reporting/graph_builder.main.php:114 #: ../../godmode/reporting/reporting_builder.list_items.php:261 #: ../../godmode/reporting/reporting_builder.item_editor.php:545 @@ -469,7 +470,7 @@ msgstr "" #: ../../godmode/setup/os.list.php:33 ../../godmode/setup/os.builder.php:35 #: ../../godmode/modules/manage_network_templates_form.php:148 #: ../../godmode/modules/manage_network_templates_form.php:199 -#: ../../godmode/modules/manage_network_components.php:516 +#: ../../godmode/modules/manage_network_components.php:522 #: ../../godmode/modules/manage_network_components_form.php:238 #: ../../godmode/modules/module_list.php:60 #: ../../godmode/modules/manage_network_templates.php:182 @@ -558,7 +559,7 @@ msgstr "" #: ../../operation/agentes/estado_agente.php:400 #: ../../operation/agentes/custom_fields.php:60 #: ../../operation/reporting/custom_reporting.php:39 -#: ../../operation/reporting/graph_viewer.php:255 +#: ../../operation/reporting/graph_viewer.php:260 #: ../../operation/events/events.php:97 ../../operation/search_graphs.php:34 #: ../../operation/gis_maps/ajax.php:263 ../../operation/search_reports.php:39 #: ../../operation/search_users.php:53 @@ -571,14 +572,15 @@ msgstr "" #: ../../operation/integria_incidents/incident.workunits.php:31 #: ../../extensions/files_repo/files_repo_list.php:60 #: ../../extensions/files_repo/files_repo_form.php:71 -#: ../../include/functions_events.php:1658 -#: ../../include/functions_reporting.php:2317 -#: ../../include/functions_reporting.php:6196 -#: ../../include/functions_reporting.php:6244 -#: ../../include/functions_reporting.php:6343 -#: ../../include/functions_reporting.php:6398 +#: ../../include/functions_events.php:1664 +#: ../../include/functions_reporting.php:2589 +#: ../../include/functions_reporting.php:3944 +#: ../../include/functions_reporting.php:6565 +#: ../../include/functions_reporting.php:6613 +#: ../../include/functions_reporting.php:6712 +#: ../../include/functions_reporting.php:6767 #: ../../include/functions_treeview.php:105 -#: ../../include/functions_treeview.php:343 +#: ../../include/functions_treeview.php:349 #: ../../include/functions_snmp_browser.php:405 msgid "Description" msgstr "" @@ -623,10 +625,10 @@ msgstr "" #: ../../godmode/servers/manage_recontask.php:337 #: ../../godmode/netflow/nf_edit_form.php:233 #: ../../godmode/agentes/configure_field.php:61 -#: ../../godmode/agentes/agent_manager.php:423 -#: ../../godmode/agentes/planned_downtime.list.php:336 +#: ../../godmode/agentes/agent_manager.php:441 +#: ../../godmode/agentes/planned_downtime.list.php:504 #: ../../godmode/agentes/module_manager.php:118 -#: ../../godmode/agentes/module_manager_editor.php:464 +#: ../../godmode/agentes/module_manager_editor.php:469 #: ../../godmode/groups/configure_modu_group.php:78 #: ../../godmode/groups/configure_group.php:182 #: ../../godmode/reporting/map_builder.php:224 @@ -657,7 +659,7 @@ msgstr "" #: ../../godmode/setup/os.php:73 #: ../../godmode/modules/manage_nc_groups.php:240 #: ../../godmode/modules/manage_network_templates_form.php:157 -#: ../../godmode/modules/manage_network_components.php:595 +#: ../../godmode/modules/manage_network_components.php:601 #: ../../godmode/modules/manage_network_components_form.php:254 #: ../../godmode/modules/manage_network_templates.php:228 #: ../../godmode/modules/manage_nc_groups_form.php:69 @@ -697,9 +699,8 @@ msgstr "" #: ../../enterprise/extensions/ipam/ipam_list.php:97 #: ../../operation/incidents/incident_detail.php:379 #: ../../operation/integria_incidents/incident.incident.php:126 -#: ../../include/functions_filemanager.php:563 #: ../../include/functions_filemanager.php:593 -#: ../../include/functions_filemanager.php:862 +#: ../../include/functions_filemanager.php:623 #: ../../include/functions_visual_map_editor.php:336 msgid "Create" msgstr "" @@ -709,14 +710,13 @@ msgstr "" #: ../../godmode/servers/manage_recontask_form.php:326 #: ../../godmode/servers/modificar_server.php:52 #: ../../godmode/netflow/nf_edit_form.php:229 -#: ../../godmode/agentes/planned_downtime.editor.php:448 +#: ../../godmode/agentes/planned_downtime.editor.php:460 #: ../../godmode/agentes/configure_field.php:57 -#: ../../godmode/agentes/agent_manager.php:418 -#: ../../godmode/agentes/planned_downtime.list.php:198 -#: ../../godmode/agentes/planned_downtime.list.php:303 +#: ../../godmode/agentes/agent_manager.php:436 +#: ../../godmode/agentes/planned_downtime.list.php:482 #: ../../godmode/agentes/agent_conf_gis.php:82 -#: ../../godmode/agentes/module_manager_editor.php:449 -#: ../../godmode/agentes/agent_template.php:245 +#: ../../godmode/agentes/module_manager_editor.php:454 +#: ../../godmode/agentes/agent_template.php:246 #: ../../godmode/groups/configure_modu_group.php:74 #: ../../godmode/groups/configure_group.php:178 #: ../../godmode/reporting/visual_console_builder.data.php:98 @@ -736,17 +736,17 @@ msgstr "" #: ../../godmode/alerts/alert_list.list.php:140 #: ../../godmode/users/configure_profile.php:197 #: ../../godmode/users/configure_user.php:542 -#: ../../godmode/massive/massive_edit_modules.php:527 +#: ../../godmode/massive/massive_edit_modules.php:532 #: ../../godmode/massive/massive_edit_agents.php:421 #: ../../godmode/snmpconsole/snmp_filters.php:103 #: ../../godmode/snmpconsole/snmp_filters.php:139 #: ../../godmode/snmpconsole/snmp_alert.php:823 #: ../../godmode/snmpconsole/snmp_alert.php:1025 -#: ../../godmode/setup/setup_general.php:278 -#: ../../godmode/setup/setup_visuals.php:417 +#: ../../godmode/setup/setup_general.php:273 +#: ../../godmode/setup/setup_visuals.php:438 #: ../../godmode/setup/setup_netflow.php:81 #: ../../godmode/setup/setup_auth.php:101 ../../godmode/setup/links.php:120 -#: ../../godmode/setup/news.php:207 ../../godmode/setup/performance.php:123 +#: ../../godmode/setup/news.php:207 ../../godmode/setup/performance.php:124 #: ../../godmode/setup/os.php:54 ../../godmode/setup/os.php:107 #: ../../godmode/update_manager/update_manager.setup.php:47 #: ../../godmode/modules/manage_network_templates_form.php:154 @@ -813,12 +813,12 @@ msgstr "" #: ../../operation/reporting/reporting_viewer.php:173 #: ../../operation/events/events_list.php:513 #: ../../operation/users/user_edit.php:365 -#: ../../operation/snmpconsole/snmp_view.php:349 +#: ../../operation/snmpconsole/snmp_view.php:337 #: ../../operation/integria_incidents/incident.incident.php:117 #: ../../extensions/net_tools.php:288 #: ../../extensions/files_repo/files_repo_form.php:87 -#: ../../include/functions_events.php:1558 -#: ../../include/functions_events.php:1596 +#: ../../include/functions_events.php:1560 +#: ../../include/functions_events.php:1598 #: ../../include/functions_visual_map_editor.php:328 msgid "Update" msgstr "" @@ -832,7 +832,7 @@ msgid "Problem updating" msgstr "" #: ../../godmode/servers/recon_script.php:273 -#: ../../godmode/modules/manage_network_components.php:325 +#: ../../godmode/modules/manage_network_components.php:331 #: ../../enterprise/godmode/modules/local_components.php:302 msgid "Updated successfully" msgstr "" @@ -842,7 +842,7 @@ msgid "Problem creating" msgstr "" #: ../../godmode/servers/recon_script.php:319 -#: ../../godmode/modules/manage_network_components.php:238 +#: ../../godmode/modules/manage_network_components.php:244 #: ../../enterprise/godmode/modules/local_components.php:244 msgid "Created successfully" msgstr "" @@ -861,16 +861,16 @@ msgstr "" #: ../../godmode/netflow/nf_item_list.php:250 #: ../../godmode/netflow/nf_edit.php:142 ../../godmode/netflow/nf_edit.php:153 #: ../../godmode/agentes/fields_manager.php:121 -#: ../../godmode/agentes/planned_downtime.editor.php:581 -#: ../../godmode/agentes/planned_downtime.editor.php:590 -#: ../../godmode/agentes/planned_downtime.editor.php:635 -#: ../../godmode/agentes/planned_downtime.list.php:197 -#: ../../godmode/agentes/planned_downtime.list.php:300 +#: ../../godmode/agentes/planned_downtime.editor.php:593 +#: ../../godmode/agentes/planned_downtime.editor.php:602 +#: ../../godmode/agentes/planned_downtime.editor.php:647 +#: ../../godmode/agentes/planned_downtime.list.php:286 +#: ../../godmode/agentes/planned_downtime.list.php:485 #: ../../godmode/agentes/module_manager.php:523 #: ../../godmode/agentes/module_manager.php:735 #: ../../godmode/agentes/module_manager.php:752 -#: ../../godmode/agentes/module_manager_editor_common.php:588 -#: ../../godmode/agentes/agent_template.php:243 +#: ../../godmode/agentes/module_manager_editor_common.php:594 +#: ../../godmode/agentes/agent_template.php:244 #: ../../godmode/groups/modu_group_list.php:182 #: ../../godmode/db/db_refine.php:106 ../../godmode/reporting/graphs.php:186 #: ../../godmode/reporting/map_builder.php:151 @@ -905,8 +905,8 @@ msgstr "" #: ../../godmode/modules/manage_nc_groups.php:217 #: ../../godmode/modules/manage_nc_groups.php:228 #: ../../godmode/modules/manage_network_templates_form.php:219 -#: ../../godmode/modules/manage_network_components.php:566 -#: ../../godmode/modules/manage_network_components.php:578 +#: ../../godmode/modules/manage_network_components.php:572 +#: ../../godmode/modules/manage_network_components.php:584 #: ../../godmode/modules/manage_network_templates.php:205 #: ../../godmode/modules/manage_network_templates.php:218 #: ../../enterprise/godmode/agentes/plugins_manager.php:108 @@ -966,13 +966,13 @@ msgstr "" #: ../../operation/messages/message_list.php:193 #: ../../operation/messages/message_list.php:204 #: ../../operation/incidents/incident_detail.php:454 -#: ../../operation/snmpconsole/snmp_view.php:541 -#: ../../operation/snmpconsole/snmp_view.php:546 -#: ../../operation/snmpconsole/snmp_view.php:692 -#: ../../operation/snmpconsole/snmp_view.php:713 +#: ../../operation/snmpconsole/snmp_view.php:527 +#: ../../operation/snmpconsole/snmp_view.php:532 +#: ../../operation/snmpconsole/snmp_view.php:678 +#: ../../operation/snmpconsole/snmp_view.php:699 #: ../../operation/integria_incidents/incident.files.php:46 #: ../../extensions/files_repo/files_repo_list.php:107 -#: ../../include/functions_groups.php:1489 +#: ../../include/functions_groups.php:1493 msgid "Delete" msgstr "" @@ -993,9 +993,9 @@ msgstr "" #: ../../godmode/servers/recon_script.php:384 #: ../../godmode/servers/plugin.php:582 #: ../../godmode/servers/manage_recontask_form.php:328 -#: ../../godmode/agentes/planned_downtime.editor.php:452 -#: ../../godmode/agentes/planned_downtime.editor.php:514 -#: ../../godmode/agentes/planned_downtime.editor.php:648 +#: ../../godmode/agentes/planned_downtime.editor.php:464 +#: ../../godmode/agentes/planned_downtime.editor.php:526 +#: ../../godmode/agentes/planned_downtime.editor.php:660 #: ../../godmode/reporting/visual_console_builder.wizard.php:261 #: ../../godmode/reporting/graph_builder.graph_editor.php:177 #: ../../godmode/events/event_edit_filter.php:274 @@ -1104,7 +1104,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_csv.php:774 #: ../../enterprise/include/functions_reporting_pdf.php:876 #: ../../include/functions_reports.php:562 -#: ../../include/functions_reporting.php:4688 +#: ../../include/functions_reporting.php:5057 #: ../../include/ajax/events.php:294 msgid "General" msgstr "" @@ -1162,11 +1162,11 @@ msgstr "" #: ../../godmode/servers/plugin.php:541 #: ../../godmode/servers/servers.build_table.php:56 -#: ../../godmode/agentes/planned_downtime.editor.php:317 -#: ../../godmode/agentes/planned_downtime.list.php:194 +#: ../../godmode/agentes/planned_downtime.editor.php:325 +#: ../../godmode/agentes/planned_downtime.list.php:280 #: ../../godmode/agentes/module_manager.php:511 #: ../../godmode/agentes/module_manager_editor_common.php:154 -#: ../../godmode/agentes/agent_template.php:224 +#: ../../godmode/agentes/agent_template.php:225 #: ../../godmode/reporting/reporting_builder.list_items.php:156 #: ../../godmode/reporting/reporting_builder.list_items.php:244 #: ../../godmode/reporting/reporting_builder.item_editor.php:499 @@ -1178,7 +1178,7 @@ msgstr "" #: ../../godmode/alerts/alert_templates.php:279 #: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 #: ../../godmode/modules/manage_network_templates_form.php:197 -#: ../../godmode/modules/manage_network_components.php:515 +#: ../../godmode/modules/manage_network_components.php:521 #: ../../godmode/modules/manage_network_components_form_common.php:67 #: ../../enterprise/godmode/services/services.elements.php:258 #: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:88 @@ -1213,14 +1213,14 @@ msgstr "" #: ../../operation/agentes/ver_agente.php:618 #: ../../operation/search_modules.php:49 ../../operation/events/events.php:78 #: ../../operation/events/sound_events.php:75 -#: ../../operation/snmpconsole/snmp_view.php:335 +#: ../../operation/snmpconsole/snmp_view.php:323 #: ../../include/functions_events.php:787 -#: ../../include/functions_events.php:2139 -#: ../../include/functions_reporting.php:2316 -#: ../../include/functions_reporting.php:2563 -#: ../../include/functions_reporting.php:2683 -#: ../../include/functions_reporting.php:6240 -#: ../../include/functions_reporting.php:6394 +#: ../../include/functions_events.php:2154 +#: ../../include/functions_reporting.php:2588 +#: ../../include/functions_reporting.php:2831 +#: ../../include/functions_reporting.php:2947 +#: ../../include/functions_reporting.php:6609 +#: ../../include/functions_reporting.php:6763 #: ../../include/functions_snmp_browser.php:400 #: ../../include/functions_visual_map_editor.php:286 msgid "Type" @@ -1251,6 +1251,7 @@ msgstr "" #: ../../godmode/servers/servers.build_table.php:130 #: ../../godmode/agentes/modificar_agente.php:477 #: ../../godmode/agentes/fields_manager.php:120 +#: ../../godmode/agentes/planned_downtime.list.php:285 #: ../../godmode/reporting/reporting_builder.list_items.php:383 #: ../../godmode/reporting/reporting_builder.item_editor.php:905 #: ../../godmode/reporting/reporting_builder.php:539 @@ -1277,13 +1278,13 @@ msgstr "" #: ../../enterprise/include/functions_networkmap_enterprise.php:597 #: ../../enterprise/include/functions_networkmap_enterprise.php:1579 #: ../../operation/servers/recon_view.php:110 -#: ../../operation/agentes/status_monitor.php:1081 +#: ../../operation/agentes/status_monitor.php:1100 #: ../../operation/agentes/estado_monitores.php:510 #: ../../operation/agentes/estado_agente.php:469 #: ../../operation/agentes/networkmap_list.php:113 #: ../../operation/search_reports.php:52 #: ../../extensions/files_repo/files_repo_list.php:102 -#: ../../include/functions_groups.php:1482 +#: ../../include/functions_groups.php:1486 msgid "Edit" msgstr "" @@ -1296,15 +1297,15 @@ msgstr "" #: ../../godmode/netflow/nf_edit.php:140 #: ../../godmode/agentes/modificar_agente.php:544 #: ../../godmode/agentes/fields_manager.php:121 -#: ../../godmode/agentes/planned_downtime.editor.php:632 -#: ../../godmode/agentes/agent_manager.php:196 +#: ../../godmode/agentes/planned_downtime.editor.php:644 +#: ../../godmode/agentes/agent_manager.php:197 #: ../../godmode/agentes/module_manager.php:695 #: ../../godmode/agentes/module_manager.php:703 #: ../../godmode/agentes/module_manager.php:718 #: ../../godmode/agentes/module_manager.php:733 #: ../../godmode/agentes/module_manager.php:744 #: ../../godmode/agentes/module_manager_editor_common.php:138 -#: ../../godmode/agentes/agent_template.php:243 +#: ../../godmode/agentes/agent_template.php:244 #: ../../godmode/groups/modu_group_list.php:193 #: ../../godmode/db/db_refine.php:106 ../../godmode/db/db_audit.php:107 #: ../../godmode/db/db_event.php:85 ../../godmode/reporting/graphs.php:174 @@ -1339,7 +1340,7 @@ msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:1238 #: ../../godmode/setup/links.php:150 ../../godmode/setup/news.php:267 #: ../../godmode/modules/manage_nc_groups.php:215 -#: ../../godmode/modules/manage_network_components.php:565 +#: ../../godmode/modules/manage_network_components.php:571 #: ../../godmode/modules/manage_network_templates.php:200 #: ../../godmode/modules/manage_network_templates.php:205 #: ../../enterprise/godmode/agentes/inventory_manager.php:256 @@ -1392,13 +1393,13 @@ msgstr "" #: ../../operation/events/events.build_table.php:599 #: ../../operation/incidents/incident_detail.php:423 #: ../../operation/incidents/incident_detail.php:470 -#: ../../operation/snmpconsole/snmp_view.php:541 -#: ../../operation/snmpconsole/snmp_view.php:546 -#: ../../operation/snmpconsole/snmp_view.php:692 +#: ../../operation/snmpconsole/snmp_view.php:527 +#: ../../operation/snmpconsole/snmp_view.php:532 +#: ../../operation/snmpconsole/snmp_view.php:678 #: ../../extensions/files_repo/files_repo_list.php:106 -#: ../../include/functions_events.php:1613 -#: ../../include/functions_filemanager.php:659 -#: ../../include/functions_groups.php:1489 +#: ../../include/functions_events.php:1615 +#: ../../include/functions_filemanager.php:697 +#: ../../include/functions_groups.php:1493 msgid "Are you sure?" msgstr "" @@ -1489,10 +1490,10 @@ msgstr "" #: ../../godmode/agentes/agent_incidents.php:80 #: ../../godmode/agentes/modificar_agente.php:134 #: ../../godmode/agentes/modificar_agente.php:412 -#: ../../godmode/agentes/planned_downtime.editor.php:312 -#: ../../godmode/agentes/planned_downtime.editor.php:540 -#: ../../godmode/agentes/agent_manager.php:241 -#: ../../godmode/agentes/planned_downtime.list.php:193 +#: ../../godmode/agentes/planned_downtime.editor.php:320 +#: ../../godmode/agentes/planned_downtime.editor.php:552 +#: ../../godmode/agentes/agent_manager.php:242 +#: ../../godmode/agentes/planned_downtime.list.php:279 #: ../../godmode/reporting/graphs.php:144 #: ../../godmode/reporting/map_builder.php:144 #: ../../godmode/reporting/reporting_builder.main.php:59 @@ -1533,8 +1534,8 @@ msgstr "" #: ../../godmode/modules/manage_network_templates_form.php:200 #: ../../godmode/modules/manage_network_templates_form.php:265 #: ../../godmode/modules/manage_network_templates_form.php:290 -#: ../../godmode/modules/manage_network_components.php:444 -#: ../../godmode/modules/manage_network_components.php:517 +#: ../../godmode/modules/manage_network_components.php:450 +#: ../../godmode/modules/manage_network_components.php:523 #: ../../godmode/modules/manage_network_components_form_common.php:99 #: ../../enterprise/godmode/services/services.service.php:198 #: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:164 @@ -1621,7 +1622,7 @@ msgstr "" #: ../../operation/agentes/networkmap_list.php:57 #: ../../operation/agentes/networkmap_list.php:111 #: ../../operation/agentes/ver_agente.php:460 -#: ../../operation/agentes/group_view.php:98 +#: ../../operation/agentes/group_view.php:107 #: ../../operation/events/events_list.php:449 #: ../../operation/events/sound_events.php:73 #: ../../operation/events/events.build_table.php:84 @@ -1636,17 +1637,17 @@ msgstr "" #: ../../extensions/agents_alerts.php:73 #: ../../extensions/agents_modules.php:81 #: ../../include/functions_events.php:37 -#: ../../include/functions_events.php:2209 -#: ../../include/functions_reporting.php:6193 -#: ../../include/functions_reporting.php:6243 -#: ../../include/functions_reporting.php:6340 -#: ../../include/functions_reporting.php:6397 +#: ../../include/functions_events.php:2224 +#: ../../include/functions_reporting.php:6562 +#: ../../include/functions_reporting.php:6612 +#: ../../include/functions_reporting.php:6709 +#: ../../include/functions_reporting.php:6766 #: ../../include/functions_networkmap.php:1609 #: ../../include/functions_visual_map_editor.php:60 #: ../../include/functions_visual_map_editor.php:222 #: ../../include/functions_visual_map_editor.php:445 -#: ../../include/functions_groups.php:706 -#: ../../include/functions_graph.php:4385 +#: ../../include/functions_groups.php:698 +#: ../../include/functions_graph.php:4454 msgid "Group" msgstr "" @@ -1663,8 +1664,8 @@ msgstr "" #: ../../godmode/servers/manage_recontask.php:250 #: ../../godmode/servers/manage_recontask_form.php:233 #: ../../godmode/agentes/modificar_agente.php:408 -#: ../../godmode/agentes/planned_downtime.editor.php:541 -#: ../../godmode/agentes/agent_manager.php:248 +#: ../../godmode/agentes/planned_downtime.editor.php:553 +#: ../../godmode/agentes/agent_manager.php:249 #: ../../godmode/massive/massive_edit_agents.php:272 #: ../../enterprise/godmode/modules/configure_local_component.php:149 #: ../../enterprise/godmode/modules/local_components.php:425 @@ -1676,19 +1677,19 @@ msgstr "" #: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:275 #: ../../operation/agentes/estado_generalagente.php:119 #: ../../operation/agentes/estado_agente.php:401 -#: ../../operation/gis_maps/ajax.php:249 ../../operation/tree.php:512 -#: ../../operation/tree.php:554 ../../operation/search_agents.php:45 +#: ../../operation/gis_maps/ajax.php:249 ../../operation/tree.php:515 +#: ../../operation/tree.php:557 ../../operation/search_agents.php:45 #: ../../operation/search_agents.php:53 -#: ../../include/functions_events.php:1857 +#: ../../include/functions_events.php:1871 msgid "OS" msgstr "" #: ../../godmode/servers/manage_recontask.php:250 #: ../../godmode/servers/manage_recontask_form.php:206 -#: ../../godmode/agentes/agent_manager.php:244 +#: ../../godmode/agentes/agent_manager.php:245 #: ../../godmode/agentes/module_manager.php:514 -#: ../../godmode/agentes/module_manager_editor_common.php:318 -#: ../../godmode/agentes/module_manager_editor_common.php:344 +#: ../../godmode/agentes/module_manager_editor_common.php:323 +#: ../../godmode/agentes/module_manager_editor_common.php:349 #: ../../godmode/massive/massive_edit_modules.php:401 #: ../../godmode/massive/massive_edit_agents.php:268 #: ../../godmode/modules/manage_network_components_form_common.php:102 @@ -1722,10 +1723,10 @@ msgstr "" #: ../../operation/agentes/estado_agente.php:404 #: ../../operation/search_modules.php:50 ../../operation/search_agents.php:46 #: ../../operation/search_agents.php:56 -#: ../../include/functions_reporting.php:6245 -#: ../../include/functions_reporting.php:6399 +#: ../../include/functions_reporting.php:6614 +#: ../../include/functions_reporting.php:6768 #: ../../include/functions_treeview.php:72 -#: ../../include/functions_treeview.php:339 +#: ../../include/functions_treeview.php:345 msgid "Interval" msgstr "" @@ -1739,11 +1740,11 @@ msgstr "" #: ../../godmode/netflow/nf_edit.php:116 #: ../../godmode/admin_access_logs.php:61 #: ../../godmode/admin_access_logs.php:188 -#: ../../godmode/agentes/planned_downtime.editor.php:624 +#: ../../godmode/agentes/planned_downtime.editor.php:636 #: ../../godmode/agentes/module_manager.php:522 -#: ../../godmode/agentes/agent_template.php:226 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1132 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1262 +#: ../../godmode/agentes/agent_template.php:227 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1134 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1296 #: ../../godmode/reporting/visual_console_builder.elements.php:63 #: ../../godmode/events/event_filter.php:94 #: ../../godmode/alerts/alert_list.list.php:555 @@ -1758,7 +1759,7 @@ msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:972 #: ../../godmode/snmpconsole/snmp_alert.php:1057 #: ../../godmode/modules/manage_nc_groups.php:192 -#: ../../godmode/modules/manage_network_components.php:519 +#: ../../godmode/modules/manage_network_components.php:525 #: ../../godmode/modules/manage_network_templates.php:183 #: ../../enterprise/godmode/servers/manage_export.php:130 #: ../../enterprise/godmode/admin_access_logs.php:25 @@ -1776,7 +1777,7 @@ msgstr "" #: ../../enterprise/operation/agentes/policy_view.php:196 #: ../../enterprise/extensions/ipam/ipam_list.php:43 #: ../../enterprise/include/functions_services.php:1031 -#: ../../mobile/operation/tactical.php:257 ../../general/logon_ok.php:96 +#: ../../mobile/operation/tactical.php:257 ../../general/logon_ok.php:97 #: ../../operation/agentes/alerts_status.php:365 #: ../../operation/agentes/alerts_status.php:403 #: ../../operation/agentes/alerts_status.php:435 @@ -1786,8 +1787,8 @@ msgstr "" #: ../../operation/incidents/incident.php:319 #: ../../operation/incidents/incident.php:374 #: ../../operation/search_alerts.php:48 -#: ../../operation/snmpconsole/snmp_view.php:434 -#: ../../operation/snmpconsole/snmp_view.php:710 +#: ../../operation/snmpconsole/snmp_view.php:420 +#: ../../operation/snmpconsole/snmp_view.php:696 #: ../../operation/integria_incidents/incident.list.php:102 #: ../../extensions/agents_alerts.php:266 ../../include/functions.php:2213 #: ../../include/functions_ui_renders.php:97 @@ -1796,7 +1797,7 @@ msgstr "" #: ../../godmode/servers/manage_recontask.php:267 #: ../../godmode/alerts/alert_view.php:106 -#: ../../godmode/modules/manage_network_components.php:532 +#: ../../godmode/modules/manage_network_components.php:538 #: ../../enterprise/meta/include/functions_networkmap_meta.php:897 #: ../../enterprise/extensions/ipam/ipam_ajax.php:42 #: ../../enterprise/extensions/ipam/ipam_ajax.php:64 @@ -1817,29 +1818,29 @@ msgstr "" #: ../../operation/agentes/estado_generalagente.php:166 #: ../../operation/agentes/estado_generalagente.php:246 #: ../../operation/agentes/estado_generalagente.php:319 -#: ../../operation/snmpconsole/snmp_view.php:485 -#: ../../operation/snmpconsole/snmp_view.php:501 -#: ../../include/functions_events.php:1630 -#: ../../include/functions_events.php:1773 -#: ../../include/functions_events.php:1837 -#: ../../include/functions_events.php:1853 -#: ../../include/functions_events.php:1863 -#: ../../include/functions_events.php:1868 -#: ../../include/functions_events.php:1891 -#: ../../include/functions_events.php:1942 -#: ../../include/functions_events.php:1996 -#: ../../include/functions_events.php:2008 -#: ../../include/functions_events.php:2020 -#: ../../include/functions_events.php:2032 -#: ../../include/functions_events.php:2042 -#: ../../include/functions_events.php:2127 -#: ../../include/functions_events.php:2204 -#: ../../include/functions_events.php:2223 -#: ../../include/functions_events.php:2233 -#: ../../include/functions_reporting.php:2384 -#: ../../include/functions_reporting.php:2422 -#: ../../include/functions_treeview.php:126 -#: ../../include/functions_treeview.php:230 +#: ../../operation/snmpconsole/snmp_view.php:471 +#: ../../operation/snmpconsole/snmp_view.php:487 +#: ../../include/functions_events.php:1632 +#: ../../include/functions_events.php:1785 +#: ../../include/functions_events.php:1851 +#: ../../include/functions_events.php:1867 +#: ../../include/functions_events.php:1877 +#: ../../include/functions_events.php:1882 +#: ../../include/functions_events.php:1905 +#: ../../include/functions_events.php:1956 +#: ../../include/functions_events.php:2010 +#: ../../include/functions_events.php:2022 +#: ../../include/functions_events.php:2034 +#: ../../include/functions_events.php:2046 +#: ../../include/functions_events.php:2056 +#: ../../include/functions_events.php:2142 +#: ../../include/functions_events.php:2219 +#: ../../include/functions_events.php:2238 +#: ../../include/functions_events.php:2248 +#: ../../include/functions_reporting.php:2656 +#: ../../include/functions_reporting.php:2694 +#: ../../include/functions_treeview.php:132 +#: ../../include/functions_treeview.php:236 #: ../../include/functions_ui.php:1890 ../../include/functions_ui.php:1900 #: ../../include/functions.php:932 ../../include/functions.php:938 #: ../../include/functions.php:941 ../../include/functions_db.php:151 @@ -1853,9 +1854,9 @@ msgstr "" #: ../../godmode/servers/manage_recontask.php:291 #: ../../godmode/servers/manage_recontask_form.php:249 -#: ../../godmode/agentes/agent_manager.php:367 +#: ../../godmode/agentes/agent_manager.php:370 #: ../../godmode/agentes/agent_conf_gis.php:73 -#: ../../godmode/reporting/reporting_builder.main.php:96 +#: ../../godmode/reporting/reporting_builder.main.php:101 #: ../../godmode/reporting/visual_console_builder.wizard.php:176 #: ../../godmode/reporting/visual_console_builder.wizard.php:211 #: ../../godmode/reporting/reporting_builder.php:474 @@ -1873,19 +1874,24 @@ msgstr "" #: ../../godmode/setup/setup_general.php:91 #: ../../godmode/setup/setup_general.php:95 #: ../../godmode/setup/setup_general.php:169 -#: ../../godmode/setup/setup_general.php:232 -#: ../../godmode/setup/setup_general.php:240 -#: ../../godmode/setup/setup_general.php:249 +#: ../../godmode/setup/setup_general.php:221 +#: ../../godmode/setup/setup_general.php:229 +#: ../../godmode/setup/setup_general.php:238 +#: ../../godmode/setup/setup_general.php:258 #: ../../godmode/setup/setup_visuals.php:167 #: ../../godmode/setup/setup_visuals.php:210 #: ../../godmode/setup/setup_visuals.php:274 #: ../../godmode/setup/setup_visuals.php:384 +#: ../../godmode/setup/setup_visuals.php:403 +#: ../../godmode/setup/setup_visuals.php:412 +#: ../../godmode/setup/setup_visuals.php:425 #: ../../godmode/setup/setup_netflow.php:63 #: ../../godmode/setup/setup_netflow.php:71 #: ../../godmode/setup/setup_auth.php:45 ../../godmode/setup/setup_auth.php:49 #: ../../godmode/setup/setup_auth.php:75 -#: ../../godmode/setup/performance.php:97 -#: ../../godmode/setup/performance.php:104 +#: ../../godmode/setup/performance.php:94 +#: ../../godmode/setup/performance.php:101 +#: ../../godmode/setup/performance.php:108 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:272 #: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171 #: ../../enterprise/godmode/setup/setup_history.php:43 @@ -1916,15 +1922,15 @@ msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1553 #: ../../operation/netflow/nf_live_view.php:252 #: ../../operation/users/user_edit.php:254 -#: ../../operation/snmpconsole/snmp_view.php:340 +#: ../../operation/snmpconsole/snmp_view.php:328 msgid "Yes" msgstr "" #: ../../godmode/servers/manage_recontask.php:291 #: ../../godmode/servers/manage_recontask_form.php:249 -#: ../../godmode/agentes/agent_manager.php:370 +#: ../../godmode/agentes/agent_manager.php:373 #: ../../godmode/agentes/agent_conf_gis.php:74 -#: ../../godmode/reporting/reporting_builder.main.php:97 +#: ../../godmode/reporting/reporting_builder.main.php:105 #: ../../godmode/reporting/visual_console_builder.wizard.php:180 #: ../../godmode/reporting/visual_console_builder.wizard.php:214 #: ../../godmode/reporting/reporting_builder.php:476 @@ -1943,19 +1949,24 @@ msgstr "" #: ../../godmode/setup/setup_general.php:92 #: ../../godmode/setup/setup_general.php:96 #: ../../godmode/setup/setup_general.php:170 -#: ../../godmode/setup/setup_general.php:235 -#: ../../godmode/setup/setup_general.php:243 -#: ../../godmode/setup/setup_general.php:250 +#: ../../godmode/setup/setup_general.php:224 +#: ../../godmode/setup/setup_general.php:232 +#: ../../godmode/setup/setup_general.php:239 +#: ../../godmode/setup/setup_general.php:259 #: ../../godmode/setup/setup_visuals.php:168 #: ../../godmode/setup/setup_visuals.php:211 #: ../../godmode/setup/setup_visuals.php:275 #: ../../godmode/setup/setup_visuals.php:387 +#: ../../godmode/setup/setup_visuals.php:406 +#: ../../godmode/setup/setup_visuals.php:415 +#: ../../godmode/setup/setup_visuals.php:428 #: ../../godmode/setup/setup_netflow.php:64 #: ../../godmode/setup/setup_netflow.php:72 #: ../../godmode/setup/setup_auth.php:46 ../../godmode/setup/setup_auth.php:50 #: ../../godmode/setup/setup_auth.php:76 ../../godmode/setup/news.php:264 -#: ../../godmode/setup/performance.php:98 -#: ../../godmode/setup/performance.php:105 +#: ../../godmode/setup/performance.php:95 +#: ../../godmode/setup/performance.php:102 +#: ../../godmode/setup/performance.php:109 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:274 #: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 #: ../../enterprise/godmode/setup/setup_history.php:44 @@ -1987,14 +1998,15 @@ msgstr "" #: ../../mobile/operation/events.php:181 ../../mobile/operation/events.php:188 #: ../../operation/netflow/nf_live_view.php:253 #: ../../operation/users/user_edit.php:254 -#: ../../operation/snmpconsole/snmp_view.php:343 -#: ../../include/functions_events.php:2147 -#: ../../include/functions_events.php:2154 +#: ../../operation/snmpconsole/snmp_view.php:331 +#: ../../include/functions_events.php:2162 +#: ../../include/functions_events.php:2169 msgid "No" msgstr "" #: ../../godmode/servers/manage_recontask.php:295 #: ../../godmode/servers/manage_recontask_form.php:235 +#: ../../godmode/agentes/planned_downtime.list.php:238 #: ../../godmode/reporting/visual_console_builder.wizard.php:266 #: ../../godmode/events/event_edit_filter.php:225 #: ../../godmode/users/configure_user.php:632 @@ -2009,7 +2021,7 @@ msgstr "" #: ../../operation/integria_incidents/incident.list.php:33 #: ../../include/functions_visual_map_editor.php:211 #: ../../include/functions_visual_map_editor.php:475 -#: ../../include/ajax/visual_console_builder.ajax.php:517 +#: ../../include/ajax/visual_console_builder.ajax.php:520 #: ../../include/functions_html.php:721 ../../include/functions_html.php:722 #: ../../include/functions_html.php:723 ../../include/functions_html.php:724 #: ../../include/functions_html.php:725 @@ -2066,20 +2078,20 @@ msgstr "" #: ../../operation/agentes/status_monitor.php:417 #: ../../operation/agentes/estado_monitores.php:893 #: ../../operation/agentes/estado_agente.php:179 -#: ../../operation/agentes/group_view.php:104 -#: ../../operation/gis_maps/render_view.php:138 ../../operation/tree.php:641 +#: ../../operation/agentes/group_view.php:113 +#: ../../operation/gis_maps/render_view.php:138 ../../operation/tree.php:644 #: ../../include/functions_events.php:1355 -#: ../../include/functions_reporting.php:4635 -#: ../../include/functions_reporting.php:6241 -#: ../../include/functions_reporting.php:6395 -#: ../../include/functions_ui.php:1884 ../../include/functions_groups.php:791 -#: ../../include/functions_groups.php:793 -#: ../../include/functions_groups.php:795 -#: ../../include/functions_groups.php:796 -#: ../../include/functions_groups.php:797 -#: ../../include/functions_graph.php:2283 -#: ../../include/functions_graph.php:2284 -#: ../../include/functions_graph.php:4075 ../../include/functions.php:862 +#: ../../include/functions_reporting.php:5004 +#: ../../include/functions_reporting.php:6610 +#: ../../include/functions_reporting.php:6764 +#: ../../include/functions_ui.php:1884 ../../include/functions_groups.php:783 +#: ../../include/functions_groups.php:785 +#: ../../include/functions_groups.php:787 +#: ../../include/functions_groups.php:788 +#: ../../include/functions_groups.php:789 +#: ../../include/functions_graph.php:2352 +#: ../../include/functions_graph.php:2353 +#: ../../include/functions_graph.php:4144 ../../include/functions.php:862 #: ../../include/functions.php:1056 ../../include/functions.php:1059 #: ../../include/functions.php:1093 msgid "Warning" @@ -2097,7 +2109,7 @@ msgid "Task name" msgstr "" #: ../../godmode/servers/manage_recontask_form.php:180 -#: ../../include/functions_servers.php:345 +#: ../../include/functions_servers.php:378 msgid "Recon server" msgstr "" @@ -2124,7 +2136,7 @@ msgstr "" #: ../../godmode/servers/manage_recontask_form.php:209 #: ../../enterprise/meta/monitoring/tactical.php:84 #: ../../enterprise/include/functions_reporting_pdf.php:845 -#: ../../include/functions_reporting.php:4660 +#: ../../include/functions_reporting.php:5029 msgid "Defined" msgstr "" @@ -2138,8 +2150,8 @@ msgstr "" #: ../../godmode/servers/manage_recontask_form.php:221 #: ../../godmode/netflow/nf_edit_form.php:215 -#: ../../godmode/agentes/agent_manager.php:266 -#: ../../godmode/agentes/agent_manager.php:357 +#: ../../godmode/agentes/agent_manager.php:267 +#: ../../godmode/agentes/agent_manager.php:360 #: ../../godmode/agentes/module_manager_editor_plugin.php:49 #: ../../godmode/agentes/agent_wizard.wmi_explorer.php:247 #: ../../godmode/agentes/agent_wizard.wmi_explorer.php:287 @@ -2151,12 +2163,12 @@ msgstr "" #: ../../godmode/agentes/agent_wizard.wmi_explorer.php:484 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:268 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:346 -#: ../../godmode/agentes/module_manager_editor_common.php:364 -#: ../../godmode/agentes/module_manager_editor_common.php:505 -#: ../../godmode/agentes/module_manager_editor_common.php:658 +#: ../../godmode/agentes/module_manager_editor_common.php:369 +#: ../../godmode/agentes/module_manager_editor_common.php:511 #: ../../godmode/agentes/module_manager_editor_common.php:664 -#: ../../godmode/agentes/module_manager_editor_common.php:673 +#: ../../godmode/agentes/module_manager_editor_common.php:670 #: ../../godmode/agentes/module_manager_editor_common.php:679 +#: ../../godmode/agentes/module_manager_editor_common.php:685 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:700 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:778 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:939 @@ -2199,13 +2211,13 @@ msgstr "" #: ../../godmode/massive/massive_edit_modules.php:283 #: ../../godmode/massive/massive_edit_modules.php:451 #: ../../godmode/massive/massive_edit_modules.php:479 -#: ../../godmode/massive/massive_edit_modules.php:533 -#: ../../godmode/massive/massive_edit_modules.php:574 -#: ../../godmode/massive/massive_edit_modules.php:655 -#: ../../godmode/massive/massive_edit_modules.php:656 -#: ../../godmode/massive/massive_edit_modules.php:657 -#: ../../godmode/massive/massive_edit_modules.php:658 -#: ../../godmode/massive/massive_edit_modules.php:827 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/massive/massive_edit_modules.php:579 +#: ../../godmode/massive/massive_edit_modules.php:660 +#: ../../godmode/massive/massive_edit_modules.php:661 +#: ../../godmode/massive/massive_edit_modules.php:662 +#: ../../godmode/massive/massive_edit_modules.php:663 +#: ../../godmode/massive/massive_edit_modules.php:832 #: ../../godmode/massive/massive_delete_alerts.php:241 #: ../../godmode/massive/massive_edit_agents.php:282 #: ../../godmode/massive/massive_add_alerts.php:179 @@ -2336,15 +2348,15 @@ msgstr "" #: ../../operation/events/events_list.php:253 #: ../../operation/events/events_list.php:629 #: ../../operation/users/user_edit.php:332 -#: ../../operation/snmpconsole/snmp_view.php:336 -#: ../../operation/snmpconsole/snmp_view.php:598 -#: ../../operation/snmpconsole/snmp_view.php:602 +#: ../../operation/snmpconsole/snmp_view.php:324 +#: ../../operation/snmpconsole/snmp_view.php:584 +#: ../../operation/snmpconsole/snmp_view.php:588 #: ../../operation/integria_incidents/incident.incident.php:24 #: ../../operation/integria_incidents/incident.list.php:42 #: ../../operation/integria_incidents/incident.list.php:133 #: ../../operation/integria_incidents/incident.list.php:134 -#: ../../include/functions_events.php:1550 -#: ../../include/functions_events.php:1557 +#: ../../include/functions_events.php:1552 +#: ../../include/functions_events.php:1559 #: ../../include/functions_visual_map_editor.php:167 #: ../../include/functions_visual_map_editor.php:239 #: ../../include/functions_visual_map_editor.php:392 @@ -2383,7 +2395,7 @@ msgstr "" #: ../../enterprise/extensions/ipam/ipam_ajax.php:84 #: ../../enterprise/extensions/ipam/ipam_network.php:469 #: ../../enterprise/extensions/ipam/ipam_network.php:579 -#: ../../mobile/operation/events.php:509 ../../general/logon_ok.php:99 +#: ../../mobile/operation/events.php:509 ../../general/logon_ok.php:100 #: ../../operation/users/user_edit.php:341 ../../include/functions.php:2213 #: ../../include/ajax/events.php:297 msgid "Comments" @@ -2421,7 +2433,7 @@ msgstr "" #: ../../godmode/servers/servers.build_table.php:55 #: ../../godmode/agentes/agent_incidents.php:77 -#: ../../godmode/agentes/agent_manager.php:296 +#: ../../godmode/agentes/agent_manager.php:299 #: ../../godmode/agentes/module_manager.php:518 #: ../../godmode/events/custom_events.php:80 #: ../../godmode/events/custom_events.php:152 @@ -2504,25 +2516,25 @@ msgstr "" #: ../../operation/incidents/incident.php:224 #: ../../operation/incidents/incident.php:312 #: ../../operation/incidents/incident_detail.php:276 -#: ../../operation/snmpconsole/snmp_view.php:323 -#: ../../operation/snmpconsole/snmp_view.php:400 -#: ../../operation/snmpconsole/snmp_view.php:698 +#: ../../operation/snmpconsole/snmp_view.php:311 +#: ../../operation/snmpconsole/snmp_view.php:386 +#: ../../operation/snmpconsole/snmp_view.php:684 #: ../../operation/integria_incidents/incident.incident.php:98 #: ../../operation/integria_incidents/incident.list.php:58 #: ../../operation/integria_incidents/incident.list.php:96 #: ../../operation/search_agents.php:64 ../../extensions/net_tools.php:199 #: ../../extensions/agents_alerts.php:268 #: ../../include/functions_events.php:38 -#: ../../include/functions_events.php:2187 -#: ../../include/functions_reporting.php:1681 -#: ../../include/functions_reporting.php:2560 -#: ../../include/functions_reporting.php:2681 -#: ../../include/functions_reporting.php:2799 -#: ../../include/functions_reporting.php:3424 -#: ../../include/functions_reporting.php:6197 -#: ../../include/functions_reporting.php:6247 -#: ../../include/functions_reporting.php:6344 -#: ../../include/functions_reporting.php:6401 +#: ../../include/functions_events.php:2202 +#: ../../include/functions_reporting.php:1966 +#: ../../include/functions_reporting.php:2828 +#: ../../include/functions_reporting.php:2945 +#: ../../include/functions_reporting.php:3059 +#: ../../include/functions_reporting.php:3686 +#: ../../include/functions_reporting.php:6566 +#: ../../include/functions_reporting.php:6616 +#: ../../include/functions_reporting.php:6713 +#: ../../include/functions_reporting.php:6770 #: ../../include/functions_snmp_browser.php:425 msgid "Status" msgstr "" @@ -2539,8 +2551,8 @@ msgstr "" #: ../../godmode/agentes/configurar_agente.php:270 #: ../../godmode/agentes/configurar_agente.php:478 #: ../../godmode/agentes/modificar_agente.php:482 -#: ../../godmode/agentes/planned_downtime.editor.php:543 -#: ../../godmode/agentes/planned_downtime.editor.php:615 +#: ../../godmode/agentes/planned_downtime.editor.php:555 +#: ../../godmode/agentes/planned_downtime.editor.php:627 #: ../../godmode/agentes/agent_wizard.wmi_explorer.php:312 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:810 @@ -2576,8 +2588,8 @@ msgstr "" #: ../../mobile/operation/modules.php:182 ../../mobile/operation/agent.php:177 #: ../../mobile/operation/home.php:86 #: ../../operation/agentes/exportdata.php:241 -#: ../../operation/agentes/graphs.php:65 -#: ../../operation/agentes/estado_agente.php:410 ../../operation/tree.php:531 +#: ../../operation/agentes/graphs.php:123 +#: ../../operation/agentes/estado_agente.php:410 ../../operation/tree.php:534 #: ../../operation/search_results.php:133 ../../operation/search_agents.php:63 #: ../../extensions/agents_modules.php:177 #: ../../include/functions_reports.php:546 @@ -2586,8 +2598,8 @@ msgstr "" #: ../../include/functions_reports.php:552 #: ../../include/functions_reports.php:554 #: ../../include/functions_reports.php:556 -#: ../../include/functions_reporting.php:2457 -#: ../../include/functions_reporting.php:5989 +#: ../../include/functions_reporting.php:2729 +#: ../../include/functions_reporting.php:6358 #: ../../include/ajax/networkmap.ajax.php:104 msgid "Modules" msgstr "" @@ -2642,7 +2654,7 @@ msgid "Update Server" msgstr "" #: ../../godmode/servers/modificar_server.php:46 -#: ../../godmode/agentes/agent_manager.php:199 +#: ../../godmode/agentes/agent_manager.php:200 #: ../../enterprise/meta/include/functions_wizard_meta.php:162 #: ../../enterprise/meta/include/functions_wizard_meta.php:165 #: ../../enterprise/meta/include/functions_wizard_meta.php:373 @@ -2651,8 +2663,8 @@ msgstr "" #: ../../enterprise/meta/include/functions_wizard_meta.php:1635 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1078 #: ../../operation/gis_maps/ajax.php:246 -#: ../../include/functions_events.php:1852 -#: ../../include/functions_treeview.php:318 +#: ../../include/functions_events.php:1866 +#: ../../include/functions_treeview.php:324 msgid "IP Address" msgstr "" @@ -2755,7 +2767,7 @@ msgstr "" #: ../../godmode/setup/links.php:69 ../../godmode/setup/gis.php:57 #: ../../godmode/setup/news.php:97 #: ../../godmode/modules/manage_nc_groups.php:121 -#: ../../godmode/modules/manage_network_components.php:345 +#: ../../godmode/modules/manage_network_components.php:351 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:210 #: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98 #: ../../enterprise/godmode/reporting/graph_template_item_editor.php:119 @@ -2778,7 +2790,7 @@ msgstr "" #: ../../operation/incidents/incident.php:61 #: ../../operation/incidents/incident_detail.php:85 #: ../../operation/incidents/incident_detail.php:114 -#: ../../operation/snmpconsole/snmp_view.php:106 +#: ../../operation/snmpconsole/snmp_view.php:94 #: ../../extensions/files_repo.php:169 msgid "Successfully deleted" msgstr "" @@ -2836,7 +2848,7 @@ msgstr "" #: ../../enterprise/meta/include/functions_networkmap_meta.php:65 #: ../../enterprise/extensions/ipam/ipam_network.php:283 #: ../../operation/netflow/nf_live_view.php:289 -#: ../../operation/agentes/graphs.php:103 +#: ../../operation/agentes/graphs.php:162 #: ../../operation/agentes/alerts_status.functions.php:67 #: ../../operation/agentes/estado_monitores.php:900 #: ../../operation/agentes/estado_monitores.php:905 @@ -2899,7 +2911,7 @@ msgstr "" #: ../../godmode/netflow/nf_edit_form.php:129 #: ../../godmode/agentes/configurar_agente.php:724 -#: ../../godmode/agentes/planned_downtime.editor.php:252 +#: ../../godmode/agentes/planned_downtime.editor.php:260 #: ../../godmode/events/event_edit_filter.php:134 #: ../../godmode/alerts/alert_actions.php:261 #: ../../godmode/alerts/alert_templates.php:150 @@ -2923,7 +2935,7 @@ msgstr "" #: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 #: ../../enterprise/extensions/ipam/ipam_action.php:124 #: ../../operation/incidents/incident.php:105 -#: ../../operation/snmpconsole/snmp_view.php:125 +#: ../../operation/snmpconsole/snmp_view.php:113 msgid "Successfully updated" msgstr "" @@ -2955,18 +2967,18 @@ msgstr "" #: ../../operation/agentes/status_monitor.php:416 #: ../../operation/agentes/estado_monitores.php:891 #: ../../operation/agentes/estado_agente.php:178 -#: ../../operation/agentes/group_view.php:103 ../../operation/tree.php:640 +#: ../../operation/agentes/group_view.php:112 ../../operation/tree.php:643 #: ../../include/functions_events.php:1352 -#: ../../include/functions_reporting.php:4631 -#: ../../include/functions_groups.php:782 -#: ../../include/functions_groups.php:784 -#: ../../include/functions_groups.php:786 -#: ../../include/functions_groups.php:787 +#: ../../include/functions_reporting.php:5000 +#: ../../include/functions_groups.php:774 +#: ../../include/functions_groups.php:776 +#: ../../include/functions_groups.php:778 +#: ../../include/functions_groups.php:779 +#: ../../include/functions_groups.php:780 #: ../../include/functions_groups.php:788 -#: ../../include/functions_groups.php:796 -#: ../../include/functions_graph.php:2275 -#: ../../include/functions_graph.php:2276 -#: ../../include/functions_graph.php:4072 ../../include/functions.php:859 +#: ../../include/functions_graph.php:2344 +#: ../../include/functions_graph.php:2345 +#: ../../include/functions_graph.php:4141 ../../include/functions.php:859 #: ../../include/functions.php:1054 ../../include/functions.php:1090 msgid "Normal" msgstr "" @@ -3152,7 +3164,7 @@ msgstr "" #: ../../godmode/massive/massive_delete_modules.php:313 #: ../../godmode/setup/gis_step_2.php:154 #: ../../godmode/modules/manage_network_templates_form.php:265 -#: ../../godmode/modules/manage_network_components.php:480 +#: ../../godmode/modules/manage_network_components.php:486 #: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:105 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:118 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:122 @@ -3201,7 +3213,7 @@ msgstr "" #: ../../enterprise/operation/inventory/inventory.php:169 #: ../../enterprise/operation/agentes/agent_inventory.php:69 #: ../../enterprise/operation/snmpconsole/snmp_view.php:32 -#: ../../enterprise/include/functions_metaconsole.php:1003 +#: ../../enterprise/include/functions_metaconsole.php:1039 #: ../../enterprise/include/functions_reporting_pdf.php:567 #: ../../mobile/operation/agents.php:32 ../../mobile/operation/alerts.php:37 #: ../../mobile/operation/alerts.php:43 @@ -3238,18 +3250,18 @@ msgstr "" #: ../../operation/events/events.php:203 ../../operation/events/events.php:212 #: ../../operation/events/events.build_table.php:375 #: ../../operation/events/export_csv.php:54 -#: ../../operation/events/events.build_query.php:111 -#: ../../operation/gis_maps/render_view.php:136 ../../operation/tree.php:639 -#: ../../operation/snmpconsole/snmp_view.php:307 -#: ../../operation/snmpconsole/snmp_view.php:320 -#: ../../operation/snmpconsole/snmp_view.php:325 -#: ../../operation/snmpconsole/snmp_view.php:438 +#: ../../operation/events/events.build_query.php:131 +#: ../../operation/gis_maps/render_view.php:136 ../../operation/tree.php:642 +#: ../../operation/snmpconsole/snmp_view.php:295 +#: ../../operation/snmpconsole/snmp_view.php:308 +#: ../../operation/snmpconsole/snmp_view.php:313 +#: ../../operation/snmpconsole/snmp_view.php:424 #: ../../extensions/agents_modules.php:77 #: ../../extensions/files_repo/files_repo_form.php:49 -#: ../../include/functions_reporting.php:5909 -#: ../../include/functions_groups.php:577 +#: ../../include/functions_reporting.php:6278 +#: ../../include/functions_groups.php:569 #: ../../include/functions_users.php:172 ../../include/functions_users.php:177 -#: ../../include/functions_graph.php:1973 ../../include/functions.php:892 +#: ../../include/functions_graph.php:2042 ../../include/functions.php:892 #: ../../include/functions.php:1105 msgid "All" msgstr "" @@ -3268,7 +3280,7 @@ msgstr "" #: ../../enterprise/meta/include/functions_wizard_meta.php:1305 #: ../../enterprise/extensions/cron/main.php:181 #: ../../mobile/operation/tactical.php:258 -#: ../../mobile/include/user.class.php:169 ../../general/logon_ok.php:94 +#: ../../mobile/include/user.class.php:169 ../../general/logon_ok.php:95 #: ../../general/login_page.php:111 #: ../../operation/events/events.build_table.php:74 #: ../../operation/search_users.php:68 @@ -3276,9 +3288,9 @@ msgstr "" #: ../../extensions/users_connected.php:77 #: ../../extensions/api_checker.php:105 ../../extensions/ssh_gateway.php:59 #: ../../include/functions_events.php:36 ../../include/functions.php:2213 -#: ../../include/functions_config.php:298 -#: ../../include/functions_config.php:309 -#: ../../include/functions_config.php:319 +#: ../../include/functions_config.php:300 +#: ../../include/functions_config.php:311 +#: ../../include/functions_config.php:321 msgid "User" msgstr "" @@ -3314,8 +3326,8 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:3765 #: ../../enterprise/include/functions_reporting_pdf.php:3900 #: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:90 -#: ../../include/functions_reporting.php:6195 -#: ../../include/functions_reporting.php:6342 +#: ../../include/functions_reporting.php:6564 +#: ../../include/functions_reporting.php:6711 #: ../../include/functions_visual_map_editor.php:476 msgid "IP" msgstr "" @@ -3332,18 +3344,19 @@ msgstr "" #: ../../enterprise/include/functions_log.php:308 #: ../../enterprise/include/functions_reporting_pdf.php:2003 #: ../../enterprise/include/functions_inventory.php:416 -#: ../../mobile/operation/tactical.php:259 ../../general/logon_ok.php:97 +#: ../../mobile/operation/tactical.php:259 ../../general/logon_ok.php:98 #: ../../operation/netflow/nf_live_view.php:218 -#: ../../operation/reporting/graph_viewer.php:156 +#: ../../operation/reporting/graph_viewer.php:161 #: ../../operation/integria_incidents/incident.tracking.php:23 #: ../../extensions/users_connected.php:79 #: ../../extensions/insert_data.php:165 -#: ../../include/functions_reporting.php:4410 ../../include/functions.php:2213 +#: ../../include/functions_reporting.php:4777 ../../include/functions.php:2213 msgid "Date" msgstr "" #: ../../godmode/admin_access_logs.php:190 -#: ../../mobile/operation/tactical.php:260 ../../general/logon_ok.php:98 +#: ../../mobile/operation/tactical.php:260 ../../general/logon_ok.php:99 +#: ../../operation/snmpconsole/snmp_statistics.php:120 msgid "Source IP" msgstr "" @@ -3364,9 +3377,9 @@ msgstr "" #: ../../godmode/agentes/configurar_agente.php:237 #: ../../godmode/agentes/configurar_agente.php:561 -#: ../../godmode/agentes/planned_downtime.editor.php:240 +#: ../../godmode/agentes/planned_downtime.editor.php:248 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:227 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1694 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1740 #: ../../godmode/alerts/alert_actions.php:184 #: ../../godmode/alerts/alert_commands.php:180 #: ../../godmode/alerts/configure_alert_template.php:118 @@ -3376,8 +3389,8 @@ msgstr "" #: ../../godmode/users/configure_user.php:232 ../../godmode/setup/gis.php:47 #: ../../godmode/setup/news.php:57 #: ../../godmode/modules/manage_nc_groups.php:73 -#: ../../godmode/modules/manage_network_components.php:143 -#: ../../godmode/modules/manage_network_components.php:233 +#: ../../godmode/modules/manage_network_components.php:149 +#: ../../godmode/modules/manage_network_components.php:239 #: ../../enterprise/godmode/servers/manage_export.php:105 #: ../../enterprise/godmode/servers/manage_export.php:114 #: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 @@ -3399,7 +3412,7 @@ msgstr "" #: ../../godmode/agentes/configurar_agente.php:280 #: ../../godmode/agentes/modificar_agente.php:486 #: ../../godmode/groups/configure_group.php:148 -#: ../../godmode/groups/group_list.php:329 +#: ../../godmode/groups/group_list.php:332 #: ../../godmode/alerts/alert_actions.php:64 #: ../../godmode/alerts/alert_actions.php:91 #: ../../godmode/alerts/alert_actions.php:109 @@ -3458,11 +3471,11 @@ msgstr "" #: ../../include/functions_reports.php:587 #: ../../include/functions_reports.php:589 #: ../../include/functions_reports.php:591 -#: ../../include/functions_reporting.php:2466 -#: ../../include/functions_reporting.php:4666 +#: ../../include/functions_reporting.php:2738 +#: ../../include/functions_reporting.php:5035 #: ../../include/functions_graph.php:687 -#: ../../include/functions_graph.php:2914 -#: ../../include/functions_graph.php:3520 +#: ../../include/functions_graph.php:2983 +#: ../../include/functions_graph.php:3589 msgid "Alerts" msgstr "" @@ -3486,7 +3499,7 @@ msgstr "" #: ../../godmode/agentes/configurar_agente.php:386 #: ../../godmode/agentes/configurar_agente.php:496 -#: ../../godmode/agentes/agent_manager.php:303 +#: ../../godmode/agentes/agent_manager.php:306 #: ../../godmode/massive/massive_edit_agents.php:328 #: ../../enterprise/godmode/policies/policy_agents.php:342 #: ../../operation/agentes/estado_generalagente.php:258 @@ -3515,7 +3528,7 @@ msgstr "" #: ../../include/functions_reports.php:604 #: ../../include/functions_reports.php:605 #: ../../include/functions_reports.php:607 -#: ../../include/functions_reporting.php:6113 +#: ../../include/functions_reporting.php:6482 msgid "Inventory" msgstr "" @@ -3534,9 +3547,9 @@ msgstr "" #: ../../operation/agentes/estado_monitores.php:890 #: ../../operation/events/events_rss.php:152 #: ../../operation/events/events.build_table.php:100 -#: ../../operation/snmpconsole/snmp_view.php:306 -#: ../../operation/snmpconsole/snmp_view.php:430 -#: ../../operation/snmpconsole/snmp_view.php:704 +#: ../../operation/snmpconsole/snmp_view.php:294 +#: ../../operation/snmpconsole/snmp_view.php:416 +#: ../../operation/snmpconsole/snmp_view.php:690 #: ../../include/functions_events.php:42 #: ../../include/functions_events.php:874 msgid "Alert" @@ -3579,7 +3592,7 @@ msgid "Could not delete conf file" msgstr "" #: ../../godmode/agentes/configurar_agente.php:565 -#: ../../godmode/agentes/planned_downtime.editor.php:249 +#: ../../godmode/agentes/planned_downtime.editor.php:257 #: ../../godmode/alerts/alert_actions.php:183 #: ../../godmode/alerts/alert_commands.php:179 #: ../../godmode/alerts/configure_alert_template.php:409 @@ -3769,10 +3782,10 @@ msgstr "" #: ../../godmode/agentes/agent_incidents.php:76 #: ../../godmode/agentes/fields_manager.php:90 -#: ../../godmode/agentes/agent_manager.php:160 +#: ../../godmode/agentes/agent_manager.php:161 #: ../../godmode/agentes/module_manager_editor_common.php:135 #: ../../godmode/groups/modu_group_list.php:180 -#: ../../godmode/groups/group_list.php:327 +#: ../../godmode/groups/group_list.php:330 #: ../../godmode/alerts/alert_commands.php:264 #: ../../godmode/setup/os.list.php:31 ../../godmode/modules/module_list.php:58 #: ../../operation/events/events.build_table.php:38 @@ -3800,8 +3813,8 @@ msgstr "" #: ../../operation/incidents/incident_detail.php:318 #: ../../operation/integria_incidents/incident.incident.php:90 #: ../../operation/integria_incidents/incident.list.php:97 -#: ../../include/functions_events.php:1974 -#: ../../include/functions_reporting.php:1740 +#: ../../include/functions_events.php:1988 +#: ../../include/functions_reporting.php:2025 msgid "Priority" msgstr "" @@ -3822,8 +3835,8 @@ msgstr "" #: ../../operation/incidents/incident.php:317 #: ../../operation/incidents/incident_detail.php:289 #: ../../include/functions_events.php:46 -#: ../../include/functions_events.php:1947 -#: ../../include/functions_events.php:2037 +#: ../../include/functions_events.php:1961 +#: ../../include/functions_events.php:2051 msgid "Source" msgstr "" @@ -3837,7 +3850,7 @@ msgstr "" #: ../../operation/incidents/incident_detail.php:266 #: ../../operation/integria_incidents/incident.list.php:101 #: ../../include/functions_events.php:48 -#: ../../include/functions_events.php:2125 +#: ../../include/functions_events.php:2140 msgid "Owner" msgstr "" @@ -3868,12 +3881,13 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:147 #: ../../godmode/agentes/modificar_agente.php:151 +#: ../../godmode/agentes/planned_downtime.list.php:225 #: ../../godmode/agentes/module_manager.php:37 #: ../../godmode/reporting/reporting_builder.php:329 #: ../../godmode/alerts/alert_templates.php:242 #: ../../godmode/alerts/alert_templates.php:246 -#: ../../godmode/modules/manage_network_components.php:481 -#: ../../godmode/modules/manage_network_components.php:485 +#: ../../godmode/modules/manage_network_components.php:487 +#: ../../godmode/modules/manage_network_components.php:491 #: ../../enterprise/godmode/agentes/collection_manager.php:49 #: ../../enterprise/godmode/agentes/collections.php:228 #: ../../enterprise/godmode/policies/policy_agents.php:331 @@ -3914,12 +3928,13 @@ msgstr "" #: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:69 #: ../../enterprise/meta/monitoring/wizard/wizard.main.php:197 #: ../../operation/agentes/estado_agente.php:199 -#: ../../operation/snmpconsole/snmp_view.php:473 +#: ../../operation/snmpconsole/snmp_statistics.php:131 +#: ../../operation/snmpconsole/snmp_view.php:459 msgid "Create agent" msgstr "" #: ../../godmode/agentes/modificar_agente.php:403 -#: ../../godmode/agentes/agent_manager.php:152 ../../godmode/db/db_info.php:69 +#: ../../godmode/agentes/agent_manager.php:153 ../../godmode/db/db_info.php:69 #: ../../godmode/events/custom_events.php:71 #: ../../godmode/events/custom_events.php:149 #: ../../enterprise/meta/include/functions_events_meta.php:56 @@ -3931,9 +3946,9 @@ msgstr "" #: ../../operation/events/events.build_table.php:63 #: ../../include/functions_events.php:35 #: ../../include/functions_events.php:794 -#: ../../include/functions_reporting.php:6192 -#: ../../include/functions_reporting.php:6339 -#: ../../include/functions_treeview.php:300 +#: ../../include/functions_reporting.php:6561 +#: ../../include/functions_reporting.php:6708 +#: ../../include/functions_treeview.php:306 msgid "Agent name" msgstr "" @@ -3947,25 +3962,25 @@ msgid "R" msgstr "" #: ../../godmode/agentes/modificar_agente.php:452 -#: ../../godmode/agentes/planned_downtime.editor.php:320 -#: ../../godmode/agentes/agent_manager.php:378 -#: ../../godmode/agentes/planned_downtime.list.php:232 +#: ../../godmode/agentes/planned_downtime.editor.php:328 +#: ../../godmode/agentes/agent_manager.php:381 +#: ../../godmode/agentes/planned_downtime.list.php:394 #: ../../godmode/agentes/module_manager.php:579 -#: ../../godmode/agentes/module_manager_editor_common.php:475 +#: ../../godmode/agentes/module_manager_editor_common.php:481 #: ../../godmode/massive/massive_edit_modules.php:516 #: ../../godmode/massive/massive_edit_agents.php:376 #: ../../mobile/operation/agent.php:113 #: ../../operation/agentes/estado_generalagente.php:78 #: ../../operation/agentes/estado_monitores.php:518 -#: ../../operation/agentes/estado_agente.php:459 ../../operation/tree.php:257 -#: ../../operation/tree.php:459 +#: ../../operation/agentes/estado_agente.php:459 ../../operation/tree.php:260 +#: ../../operation/tree.php:462 msgid "Quiet" msgstr "" #: ../../godmode/agentes/modificar_agente.php:470 -#: ../../godmode/agentes/agent_manager.php:297 +#: ../../godmode/agentes/agent_manager.php:300 #: ../../godmode/agentes/module_manager_editor_common.php:151 -#: ../../godmode/agentes/module_manager_editor_common.php:404 +#: ../../godmode/agentes/module_manager_editor_common.php:410 #: ../../godmode/alerts/configure_alert_template.php:618 #: ../../godmode/alerts/alert_view.php:500 #: ../../godmode/massive/massive_edit_modules.php:403 @@ -3991,11 +4006,11 @@ msgstr "" #: ../../operation/agentes/estado_generalagente.php:260 #: ../../operation/agentes/alerts_status.functions.php:50 #: ../../operation/search_agents.php:90 -#: ../../include/functions_reporting.php:6218 -#: ../../include/functions_reporting.php:6361 +#: ../../include/functions_reporting.php:6587 +#: ../../include/functions_reporting.php:6730 #: ../../include/functions_treeview.php:65 -#: ../../include/functions_treeview.php:312 -#: ../../include/functions_groups.php:1474 +#: ../../include/functions_treeview.php:318 +#: ../../include/functions_groups.php:1478 msgid "Disabled" msgstr "" @@ -4014,7 +4029,7 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:555 #: ../../operation/agentes/estado_agente.php:538 -#: ../../operation/agentes/group_view.php:129 +#: ../../operation/agentes/group_view.php:138 msgid "There are no defined agents" msgstr "" @@ -4080,31 +4095,48 @@ msgstr "" msgid "Create field" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:33 +#: ../../godmode/agentes/planned_downtime.editor.php:34 #: ../../godmode/agentes/planned_downtime.list.php:33 msgid "Planned Downtime" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:156 +#: ../../godmode/agentes/planned_downtime.editor.php:157 msgid "" "Not created. Error inserting data. Start time must be higher than the " "current time" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:159 +#: ../../godmode/agentes/planned_downtime.editor.php:160 +#: ../../godmode/agentes/planned_downtime.editor.php:165 +#: ../../godmode/agentes/planned_downtime.editor.php:168 msgid "Not created. Error inserting data" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:196 +#: ../../godmode/agentes/planned_downtime.editor.php:160 +msgid "The end date must be higher than the start date" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:165 +#: ../../godmode/agentes/planned_downtime.editor.php:428 +#: ../../godmode/agentes/planned_downtime.editor.php:436 +msgid "The end time must be higher than the start time" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:168 +#: ../../godmode/agentes/planned_downtime.editor.php:417 +msgid "The end day must be higher than the start day" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:204 msgid "Each planned downtime must have a different name" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:201 -#: ../../godmode/agentes/planned_downtime.editor.php:234 +#: ../../godmode/agentes/planned_downtime.editor.php:209 +#: ../../godmode/agentes/planned_downtime.editor.php:242 msgid "Planned downtime must have a name" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:243 +#: ../../godmode/agentes/planned_downtime.editor.php:251 #: ../../godmode/alerts/alert_actions.php:262 #: ../../godmode/alerts/alert_templates.php:151 #: ../../godmode/alerts/alert_commands.php:232 @@ -4112,7 +4144,7 @@ msgstr "" #: ../../godmode/alerts/alert_special_days.php:128 #: ../../godmode/massive/massive_edit_modules.php:142 #: ../../godmode/setup/gis.php:41 -#: ../../godmode/modules/manage_network_components.php:319 +#: ../../godmode/modules/manage_network_components.php:325 #: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 #: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 #: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 @@ -4126,60 +4158,62 @@ msgstr "" #: ../../enterprise/operation/agentes/networkmap_enterprise.php:122 #: ../../enterprise/extensions/ipam/ipam_action.php:121 #: ../../operation/incidents/incident.php:106 -#: ../../operation/snmpconsole/snmp_view.php:126 +#: ../../operation/snmpconsole/snmp_view.php:114 msgid "Could not be updated" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:317 +#: ../../godmode/agentes/planned_downtime.editor.php:325 msgid "Quiet: Disable modules that we indicate below." msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:318 +#: ../../godmode/agentes/planned_downtime.editor.php:326 msgid "Disable Agents: Disables the selected agents." msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:319 +#: ../../godmode/agentes/planned_downtime.editor.php:327 msgid "Disable Alerts: Disable alerts for the selected agents." msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:321 -#: ../../godmode/agentes/planned_downtime.list.php:233 +#: ../../godmode/agentes/planned_downtime.editor.php:329 +#: ../../godmode/agentes/planned_downtime.list.php:395 msgid "Disabled Agents" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:322 -#: ../../godmode/agentes/planned_downtime.list.php:234 +#: ../../godmode/agentes/planned_downtime.editor.php:330 +#: ../../godmode/agentes/planned_downtime.list.php:396 msgid "Disabled only Alerts" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:325 -#: ../../godmode/agentes/planned_downtime.list.php:195 +#: ../../godmode/agentes/planned_downtime.editor.php:333 +#: ../../godmode/agentes/planned_downtime.list.php:281 +#: ../../include/functions_reporting.php:3945 msgid "Execution" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:326 -#: ../../godmode/agentes/planned_downtime.list.php:238 -msgid "once" +#: ../../godmode/agentes/planned_downtime.editor.php:334 +#: ../../godmode/agentes/planned_downtime.list.php:237 +msgid "Once" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:327 -#: ../../godmode/agentes/planned_downtime.list.php:239 +#: ../../godmode/agentes/planned_downtime.editor.php:335 +#: ../../godmode/agentes/planned_downtime.list.php:237 +#: ../../godmode/agentes/planned_downtime.list.php:401 msgid "Periodically" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:331 +#: ../../godmode/agentes/planned_downtime.editor.php:339 msgid "Configure the time" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:337 +#: ../../godmode/agentes/planned_downtime.editor.php:345 #: ../../enterprise/include/functions_reporting_pdf.php:3655 #: ../../enterprise/include/functions_reporting_pdf.php:3726 -#: ../../include/functions_reporting.php:3039 +#: ../../include/functions_reporting.php:3299 msgid "From:" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:338 #: ../../godmode/agentes/planned_downtime.editor.php:349 +#: ../../godmode/agentes/planned_downtime.editor.php:360 #: ../../enterprise/operation/log/log_viewer.php:145 #: ../../enterprise/operation/log/log_viewer.php:153 #: ../../enterprise/extensions/cron/main.php:288 @@ -4187,8 +4221,10 @@ msgstr "" msgid "Date format in Pandora is year/month/day" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:339 -#: ../../godmode/agentes/planned_downtime.editor.php:350 +#: ../../godmode/agentes/planned_downtime.editor.php:351 +#: ../../godmode/agentes/planned_downtime.editor.php:362 +#: ../../godmode/agentes/planned_downtime.editor.php:427 +#: ../../godmode/agentes/planned_downtime.editor.php:435 #: ../../godmode/reporting/reporting_builder.item_editor.php:675 #: ../../godmode/reporting/reporting_builder.item_editor.php:684 #: ../../godmode/alerts/configure_alert_template.php:509 @@ -4200,133 +4236,140 @@ msgstr "" msgid "Time format in Pandora is hours(24h):minutes:seconds" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:348 +#: ../../godmode/agentes/planned_downtime.editor.php:356 #: ../../enterprise/include/functions_reporting_pdf.php:3727 -#: ../../include/functions_reporting.php:3040 +#: ../../include/functions_reporting.php:3300 msgid "To:" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:362 +#: ../../godmode/agentes/planned_downtime.editor.php:370 msgid "Type Periodicity:" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:365 +#: ../../godmode/agentes/planned_downtime.editor.php:372 #: ../../godmode/agentes/module_manager_editor_prediction.php:157 #: ../../enterprise/extensions/cron/functions.php:156 msgid "Weekly" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:366 +#: ../../godmode/agentes/planned_downtime.editor.php:373 #: ../../godmode/agentes/module_manager_editor_prediction.php:158 #: ../../enterprise/extensions/cron/functions.php:157 msgid "Monthly" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:375 -#: ../../godmode/agentes/planned_downtime.list.php:255 +#: ../../godmode/agentes/planned_downtime.editor.php:382 +#: ../../godmode/agentes/planned_downtime.export_csv.php:156 +#: ../../godmode/agentes/planned_downtime.list.php:417 #: ../../godmode/alerts/configure_alert_template.php:490 #: ../../godmode/alerts/alert_view.php:201 #: ../../enterprise/godmode/alerts/alert_events.php:403 -#: ../../include/functions.php:899 +#: ../../include/functions_reporting.php:3981 ../../include/functions.php:899 msgid "Mon" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:378 -#: ../../godmode/agentes/planned_downtime.list.php:259 +#: ../../godmode/agentes/planned_downtime.editor.php:385 +#: ../../godmode/agentes/planned_downtime.export_csv.php:160 +#: ../../godmode/agentes/planned_downtime.list.php:421 #: ../../godmode/alerts/configure_alert_template.php:492 #: ../../godmode/alerts/alert_view.php:202 #: ../../enterprise/godmode/alerts/alert_events.php:405 -#: ../../include/functions.php:901 +#: ../../include/functions_reporting.php:3985 ../../include/functions.php:901 msgid "Tue" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:381 -#: ../../godmode/agentes/planned_downtime.list.php:263 +#: ../../godmode/agentes/planned_downtime.editor.php:388 +#: ../../godmode/agentes/planned_downtime.export_csv.php:164 +#: ../../godmode/agentes/planned_downtime.list.php:425 #: ../../godmode/alerts/configure_alert_template.php:494 #: ../../godmode/alerts/alert_view.php:203 #: ../../enterprise/godmode/alerts/alert_events.php:407 -#: ../../include/functions.php:903 +#: ../../include/functions_reporting.php:3989 ../../include/functions.php:903 msgid "Wed" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:384 -#: ../../godmode/agentes/planned_downtime.list.php:267 +#: ../../godmode/agentes/planned_downtime.editor.php:391 +#: ../../godmode/agentes/planned_downtime.export_csv.php:168 +#: ../../godmode/agentes/planned_downtime.list.php:429 #: ../../godmode/alerts/configure_alert_template.php:496 #: ../../godmode/alerts/alert_view.php:204 #: ../../enterprise/godmode/alerts/alert_events.php:409 -#: ../../include/functions.php:905 +#: ../../include/functions_reporting.php:3993 ../../include/functions.php:905 msgid "Thu" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:387 -#: ../../godmode/agentes/planned_downtime.list.php:271 +#: ../../godmode/agentes/planned_downtime.editor.php:394 +#: ../../godmode/agentes/planned_downtime.export_csv.php:172 +#: ../../godmode/agentes/planned_downtime.list.php:433 #: ../../godmode/alerts/configure_alert_template.php:498 #: ../../godmode/alerts/alert_view.php:205 #: ../../enterprise/godmode/alerts/alert_events.php:411 -#: ../../include/functions.php:907 +#: ../../include/functions_reporting.php:3997 ../../include/functions.php:907 msgid "Fri" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:390 -#: ../../godmode/agentes/planned_downtime.list.php:275 +#: ../../godmode/agentes/planned_downtime.editor.php:397 +#: ../../godmode/agentes/planned_downtime.export_csv.php:176 +#: ../../godmode/agentes/planned_downtime.list.php:437 #: ../../godmode/alerts/configure_alert_template.php:500 #: ../../godmode/alerts/alert_view.php:206 #: ../../enterprise/godmode/alerts/alert_events.php:413 -#: ../../include/functions.php:909 +#: ../../include/functions_reporting.php:4001 ../../include/functions.php:909 msgid "Sat" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:393 -#: ../../godmode/agentes/planned_downtime.list.php:279 +#: ../../godmode/agentes/planned_downtime.editor.php:400 +#: ../../godmode/agentes/planned_downtime.export_csv.php:180 +#: ../../godmode/agentes/planned_downtime.list.php:441 #: ../../godmode/alerts/configure_alert_template.php:502 #: ../../godmode/alerts/alert_view.php:207 #: ../../enterprise/godmode/alerts/alert_events.php:415 -#: ../../include/functions.php:911 +#: ../../include/functions_reporting.php:4005 ../../include/functions.php:911 msgid "Sun" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:400 +#: ../../godmode/agentes/planned_downtime.editor.php:407 msgid "From day:" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:405 +#: ../../godmode/agentes/planned_downtime.editor.php:412 msgid "To day:" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:414 +#: ../../godmode/agentes/planned_downtime.editor.php:422 msgid "From hour:" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:420 +#: ../../godmode/agentes/planned_downtime.editor.php:430 msgid "To hour:" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:461 +#: ../../godmode/agentes/planned_downtime.editor.php:473 msgid "Available agents" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:498 +#: ../../godmode/agentes/planned_downtime.editor.php:510 #: ../../godmode/agentes/agent_wizard.wmi_explorer.php:317 msgid "Filter by group" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:504 +#: ../../godmode/agentes/planned_downtime.editor.php:516 msgid "Available modules:" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:505 +#: ../../godmode/agentes/planned_downtime.editor.php:517 msgid "Only for type Quiet for downtimes." msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:519 +#: ../../godmode/agentes/planned_downtime.editor.php:531 msgid "Agents planned for this downtime" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:531 +#: ../../godmode/agentes/planned_downtime.editor.php:543 msgid "There are no scheduled downtimes" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:542 +#: ../../godmode/agentes/planned_downtime.editor.php:554 #: ../../godmode/users/user_list.php:228 #: ../../enterprise/meta/agentsearch.php:97 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1139 @@ -4341,38 +4384,39 @@ msgstr "" #: ../../operation/agentes/ver_agente.php:469 #: ../../operation/gis_maps/ajax.php:219 ../../operation/gis_maps/ajax.php:269 #: ../../operation/search_users.php:47 ../../operation/search_agents.php:66 -#: ../../include/functions_events.php:1862 -#: ../../include/functions_treeview.php:348 +#: ../../include/functions_events.php:1876 +#: ../../include/functions_treeview.php:354 msgid "Last contact" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:562 +#: ../../godmode/agentes/planned_downtime.editor.php:574 msgid "All alerts" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:565 +#: ../../godmode/agentes/planned_downtime.editor.php:577 msgid "Entire agent" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:569 -#: ../../godmode/agentes/planned_downtime.editor.php:676 +#: ../../godmode/agentes/planned_downtime.editor.php:581 +#: ../../godmode/agentes/planned_downtime.editor.php:688 msgid "All modules" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:572 -#: ../../godmode/agentes/planned_downtime.editor.php:668 -#: ../../godmode/agentes/planned_downtime.editor.php:672 +#: ../../godmode/agentes/planned_downtime.editor.php:584 +#: ../../godmode/agentes/planned_downtime.editor.php:680 +#: ../../godmode/agentes/planned_downtime.editor.php:684 msgid "Some modules" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:623 +#: ../../godmode/agentes/planned_downtime.editor.php:635 #: ../../godmode/agentes/module_manager_editor_prediction.php:140 -#: ../../godmode/agentes/module_manager_editor_common.php:567 -#: ../../godmode/agentes/module_manager_editor_common.php:586 +#: ../../godmode/agentes/planned_downtime.list.php:259 +#: ../../godmode/agentes/module_manager_editor_common.php:573 +#: ../../godmode/agentes/module_manager_editor_common.php:592 #: ../../godmode/reporting/reporting_builder.list_items.php:254 #: ../../godmode/reporting/reporting_builder.item_editor.php:762 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1128 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1259 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1129 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1293 #: ../../godmode/reporting/visual_console_builder.elements.php:59 #: ../../godmode/reporting/visual_console_builder.wizard.php:201 #: ../../godmode/reporting/visual_console_builder.wizard.php:468 @@ -4447,28 +4491,28 @@ msgstr "" #: ../../operation/search_modules.php:35 ../../operation/search_alerts.php:42 #: ../../extensions/agents_alerts.php:265 #: ../../extensions/module_groups.php:43 ../../extensions/insert_data.php:157 -#: ../../include/functions_reporting.php:1789 -#: ../../include/functions_reporting.php:1900 -#: ../../include/functions_reporting.php:3420 -#: ../../include/functions_reporting.php:4728 -#: ../../include/functions_reporting.php:5256 -#: ../../include/functions_reporting.php:5616 +#: ../../include/functions_reporting.php:2069 +#: ../../include/functions_reporting.php:2176 +#: ../../include/functions_reporting.php:3682 +#: ../../include/functions_reporting.php:5097 +#: ../../include/functions_reporting.php:5625 +#: ../../include/functions_reporting.php:5985 #: ../../include/functions_visual_map_editor.php:209 -#: ../../include/functions_graph.php:4290 +#: ../../include/functions_graph.php:4359 msgid "Module" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:640 +#: ../../godmode/agentes/planned_downtime.editor.php:652 msgid "Add Module:" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:852 +#: ../../godmode/agentes/planned_downtime.editor.php:864 msgid "Please select a module." msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:943 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1373 -#: ../../godmode/alerts/configure_alert_template.php:976 +#: ../../godmode/agentes/planned_downtime.editor.php:955 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1407 +#: ../../godmode/alerts/configure_alert_template.php:1003 #: ../../godmode/setup/news.php:297 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1735 #: ../../enterprise/godmode/alerts/alert_events.php:546 @@ -4478,16 +4522,16 @@ msgstr "" #: ../../operation/netflow/nf_live_view.php:581 #: ../../operation/agentes/datos_agente.php:306 #: ../../operation/agentes/estado_monitores.php:847 -#: ../../operation/reporting/graph_viewer.php:214 +#: ../../operation/reporting/graph_viewer.php:219 #: ../../operation/reporting/reporting_viewer.php:207 #: ../../operation/reporting/reporting_viewer.php:227 -#: ../../operation/tree.php:908 ../../extensions/insert_data.php:193 +#: ../../operation/tree.php:911 ../../extensions/insert_data.php:193 msgid "Choose time" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:944 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1374 -#: ../../godmode/alerts/configure_alert_template.php:977 +#: ../../godmode/agentes/planned_downtime.editor.php:956 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1408 +#: ../../godmode/alerts/configure_alert_template.php:1004 #: ../../godmode/setup/news.php:298 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1736 #: ../../enterprise/godmode/alerts/alert_events.php:547 @@ -4497,16 +4541,16 @@ msgstr "" #: ../../operation/netflow/nf_live_view.php:582 #: ../../operation/agentes/datos_agente.php:307 #: ../../operation/agentes/estado_monitores.php:848 -#: ../../operation/reporting/graph_viewer.php:215 +#: ../../operation/reporting/graph_viewer.php:220 #: ../../operation/reporting/reporting_viewer.php:208 #: ../../operation/reporting/reporting_viewer.php:228 -#: ../../operation/tree.php:909 ../../extensions/insert_data.php:194 +#: ../../operation/tree.php:912 ../../extensions/insert_data.php:194 msgid "Time" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:945 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1375 -#: ../../godmode/alerts/configure_alert_template.php:978 +#: ../../godmode/agentes/planned_downtime.editor.php:957 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1409 +#: ../../godmode/alerts/configure_alert_template.php:1005 #: ../../godmode/setup/news.php:299 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1737 #: ../../enterprise/godmode/alerts/alert_events.php:548 @@ -4516,17 +4560,17 @@ msgstr "" #: ../../operation/netflow/nf_live_view.php:583 #: ../../operation/agentes/datos_agente.php:308 #: ../../operation/agentes/estado_monitores.php:849 -#: ../../operation/reporting/graph_viewer.php:216 +#: ../../operation/reporting/graph_viewer.php:221 #: ../../operation/reporting/reporting_viewer.php:209 #: ../../operation/reporting/reporting_viewer.php:229 -#: ../../operation/tree.php:910 ../../extensions/insert_data.php:195 +#: ../../operation/tree.php:913 ../../extensions/insert_data.php:195 #: ../../include/functions_html.php:715 msgid "Hour" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:946 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1376 -#: ../../godmode/alerts/configure_alert_template.php:979 +#: ../../godmode/agentes/planned_downtime.editor.php:958 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1410 +#: ../../godmode/alerts/configure_alert_template.php:1006 #: ../../godmode/setup/news.php:300 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1738 #: ../../enterprise/godmode/alerts/alert_events.php:549 @@ -4536,17 +4580,17 @@ msgstr "" #: ../../operation/netflow/nf_live_view.php:584 #: ../../operation/agentes/datos_agente.php:309 #: ../../operation/agentes/estado_monitores.php:850 -#: ../../operation/reporting/graph_viewer.php:217 +#: ../../operation/reporting/graph_viewer.php:222 #: ../../operation/reporting/reporting_viewer.php:210 #: ../../operation/reporting/reporting_viewer.php:230 -#: ../../operation/tree.php:911 ../../extensions/insert_data.php:196 +#: ../../operation/tree.php:914 ../../extensions/insert_data.php:196 #: ../../include/functions_html.php:716 msgid "Minute" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:947 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1377 -#: ../../godmode/alerts/configure_alert_template.php:980 +#: ../../godmode/agentes/planned_downtime.editor.php:959 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1411 +#: ../../godmode/alerts/configure_alert_template.php:1007 #: ../../godmode/setup/news.php:301 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1739 #: ../../enterprise/godmode/alerts/alert_events.php:550 @@ -4556,16 +4600,16 @@ msgstr "" #: ../../operation/netflow/nf_live_view.php:585 #: ../../operation/agentes/datos_agente.php:310 #: ../../operation/agentes/estado_monitores.php:851 -#: ../../operation/reporting/graph_viewer.php:218 +#: ../../operation/reporting/graph_viewer.php:223 #: ../../operation/reporting/reporting_viewer.php:211 #: ../../operation/reporting/reporting_viewer.php:231 -#: ../../operation/tree.php:912 ../../extensions/insert_data.php:197 +#: ../../operation/tree.php:915 ../../extensions/insert_data.php:197 msgid "Second" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:948 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1378 -#: ../../godmode/alerts/configure_alert_template.php:981 +#: ../../godmode/agentes/planned_downtime.editor.php:960 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1412 +#: ../../godmode/alerts/configure_alert_template.php:1008 #: ../../godmode/setup/news.php:302 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1740 #: ../../enterprise/godmode/alerts/alert_events.php:551 @@ -4577,17 +4621,17 @@ msgstr "" #: ../../operation/netflow/nf_live_view.php:586 #: ../../operation/agentes/datos_agente.php:311 #: ../../operation/agentes/estado_monitores.php:852 -#: ../../operation/reporting/graph_viewer.php:219 +#: ../../operation/reporting/graph_viewer.php:224 #: ../../operation/reporting/reporting_viewer.php:212 #: ../../operation/reporting/reporting_viewer.php:232 -#: ../../operation/tree.php:913 ../../extensions/insert_data.php:198 +#: ../../operation/tree.php:916 ../../extensions/insert_data.php:198 #: ../../include/functions.php:414 ../../include/functions.php:558 msgid "Now" msgstr "" -#: ../../godmode/agentes/planned_downtime.editor.php:949 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1379 -#: ../../godmode/alerts/configure_alert_template.php:982 +#: ../../godmode/agentes/planned_downtime.editor.php:961 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1413 +#: ../../godmode/alerts/configure_alert_template.php:1009 #: ../../godmode/setup/news.php:303 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1741 #: ../../enterprise/godmode/alerts/alert_events.php:552 @@ -4598,17 +4642,23 @@ msgstr "" #: ../../operation/netflow/nf_live_view.php:587 #: ../../operation/agentes/datos_agente.php:312 #: ../../operation/agentes/estado_monitores.php:853 -#: ../../operation/reporting/graph_viewer.php:220 +#: ../../operation/reporting/graph_viewer.php:225 #: ../../operation/reporting/reporting_viewer.php:213 #: ../../operation/reporting/reporting_viewer.php:233 -#: ../../operation/tree.php:914 ../../extensions/insert_data.php:199 -#: ../../include/functions_filemanager.php:560 -#: ../../include/functions_filemanager.php:572 -#: ../../include/functions_filemanager.php:590 +#: ../../operation/tree.php:917 ../../extensions/insert_data.php:199 +#: ../../include/functions_filemanager.php:589 +#: ../../include/functions_filemanager.php:602 +#: ../../include/functions_filemanager.php:620 #: ../../include/functions_snmp_browser.php:431 msgid "Close" msgstr "" +#: ../../godmode/agentes/planned_downtime.editor.php:992 +msgid "" +"WARNING: If you edit this planned downtime, the data of future SLA reports " +"may be altered" +msgstr "" + #: ../../godmode/agentes/configure_field.php:36 msgid "Update agent custom field" msgstr "" @@ -4617,6 +4667,55 @@ msgstr "" msgid "Create agent custom field" msgstr "" +#: ../../godmode/agentes/planned_downtime.export_csv.php:147 +#: ../../godmode/agentes/planned_downtime.list.php:408 +#: ../../godmode/alerts/alert_list.builder.php:117 +#: ../../godmode/alerts/alert_templates.php:94 +#: ../../godmode/alerts/alert_list.list.php:491 +#: ../../godmode/alerts/alert_list.list.php:567 +#: ../../godmode/massive/massive_add_action_alerts.php:161 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 +#: ../../enterprise/godmode/policies/policy_alerts.php:340 +#: ../../enterprise/godmode/policies/policy_alerts.php:472 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:279 +#: ../../enterprise/godmode/alerts/alert_events_list.php:510 +#: ../../enterprise/godmode/alerts/alert_events_list.php:551 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 +#: ../../operation/reporting/reporting_viewer.php:170 +#: ../../include/functions_reporting.php:3972 +msgid "to" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.export_csv.php:153 +#: ../../godmode/agentes/planned_downtime.list.php:414 +#: ../../include/functions_reporting.php:3978 +msgid "Weekly:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.export_csv.php:187 +#: ../../godmode/agentes/planned_downtime.list.php:448 +#: ../../include/functions_reporting.php:4012 +msgid "Monthly:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.export_csv.php:188 +#: ../../godmode/agentes/planned_downtime.list.php:449 +#: ../../include/functions_reporting.php:4013 +msgid "From day" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.export_csv.php:189 +#: ../../godmode/agentes/planned_downtime.list.php:450 +#: ../../include/functions_reporting.php:4014 +msgid "To day" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.export_csv.php:247 +#: ../../godmode/agentes/planned_downtime.list.php:379 +msgid "No planned downtime" +msgstr "" + #: ../../godmode/agentes/module_manager_editor_prediction.php:93 msgid "Prediction server module" msgstr "" @@ -4626,12 +4725,13 @@ msgid "Source module" msgstr "" #: ../../godmode/agentes/module_manager_editor_prediction.php:115 -#: ../../godmode/agentes/module_manager_editor_common.php:557 -#: ../../godmode/agentes/module_manager_editor_common.php:585 +#: ../../godmode/agentes/planned_downtime.list.php:255 +#: ../../godmode/agentes/module_manager_editor_common.php:563 +#: ../../godmode/agentes/module_manager_editor_common.php:591 #: ../../godmode/reporting/reporting_builder.list_items.php:249 #: ../../godmode/reporting/reporting_builder.item_editor.php:712 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1127 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1258 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1128 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1292 #: ../../godmode/reporting/visual_console_builder.elements.php:58 #: ../../godmode/reporting/visual_console_builder.wizard.php:202 #: ../../godmode/reporting/visual_console_builder.wizard.php:449 @@ -4719,18 +4819,18 @@ msgstr "" #: ../../operation/search_alerts.php:39 ../../operation/search_agents.php:44 #: ../../operation/search_agents.php:50 ../../extensions/agents_alerts.php:330 #: ../../extensions/module_groups.php:41 ../../extensions/insert_data.php:146 -#: ../../include/functions_reporting.php:1737 -#: ../../include/functions_reporting.php:1899 -#: ../../include/functions_reporting.php:2245 -#: ../../include/functions_reporting.php:2456 -#: ../../include/functions_reporting.php:2684 -#: ../../include/functions_reporting.php:3419 -#: ../../include/functions_reporting.php:4727 -#: ../../include/functions_reporting.php:4952 -#: ../../include/functions_reporting.php:5255 -#: ../../include/functions_reporting.php:5615 +#: ../../include/functions_reporting.php:2022 +#: ../../include/functions_reporting.php:2175 +#: ../../include/functions_reporting.php:2517 +#: ../../include/functions_reporting.php:2728 +#: ../../include/functions_reporting.php:2948 +#: ../../include/functions_reporting.php:3681 +#: ../../include/functions_reporting.php:5096 +#: ../../include/functions_reporting.php:5321 +#: ../../include/functions_reporting.php:5624 +#: ../../include/functions_reporting.php:5984 #: ../../include/functions_visual_map_editor.php:176 -#: ../../include/functions_graph.php:4174 +#: ../../include/functions_graph.php:4243 msgid "Agent" msgstr "" @@ -4811,7 +4911,7 @@ msgstr "" #: ../../godmode/modules/manage_network_components_form_network.php:38 #: ../../enterprise/godmode/servers/manage_export_form.php:103 #: ../../enterprise/godmode/setup/setup_history.php:49 -#: ../../include/functions_config.php:537 +#: ../../include/functions_config.php:541 msgid "Port" msgstr "" @@ -4972,44 +5072,44 @@ msgstr "" msgid "Auth and privacy method" msgstr "" -#: ../../godmode/agentes/agent_manager.php:153 +#: ../../godmode/agentes/agent_manager.php:154 msgid "The agent's name must be the same as the one defined at the console" msgstr "" -#: ../../godmode/agentes/agent_manager.php:156 +#: ../../godmode/agentes/agent_manager.php:157 msgid "QR Code Agent view" msgstr "" -#: ../../godmode/agentes/agent_manager.php:163 ../../operation/menu.php:46 +#: ../../godmode/agentes/agent_manager.php:164 ../../operation/menu.php:46 #: ../../operation/agentes/estado_agente.php:140 msgid "Agent detail" msgstr "" -#: ../../godmode/agentes/agent_manager.php:186 +#: ../../godmode/agentes/agent_manager.php:187 #: ../../enterprise/godmode/policies/policy_agents.php:392 msgid "This agent can be remotely configured" msgstr "" -#: ../../godmode/agentes/agent_manager.php:189 +#: ../../godmode/agentes/agent_manager.php:190 msgid "You can remotely edit this agent configuration" msgstr "" -#: ../../godmode/agentes/agent_manager.php:196 +#: ../../godmode/agentes/agent_manager.php:197 msgid "Delete agent" msgstr "" -#: ../../godmode/agentes/agent_manager.php:208 +#: ../../godmode/agentes/agent_manager.php:209 #: ../../godmode/snmpconsole/snmp_alert.php:1118 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:146 #: ../../operation/events/events.build_table.php:595 msgid "Delete selected" msgstr "" -#: ../../godmode/agentes/agent_manager.php:225 +#: ../../godmode/agentes/agent_manager.php:226 msgid "Only it is show when
the agent is saved." msgstr "" -#: ../../godmode/agentes/agent_manager.php:231 +#: ../../godmode/agentes/agent_manager.php:232 #: ../../godmode/groups/configure_group.php:119 #: ../../godmode/reporting/visual_console_builder.elements.php:62 #: ../../godmode/massive/massive_edit_agents.php:255 @@ -5021,12 +5121,12 @@ msgstr "" msgid "Parent" msgstr "" -#: ../../godmode/agentes/agent_manager.php:239 +#: ../../godmode/agentes/agent_manager.php:240 #: ../../godmode/massive/massive_edit_agents.php:263 msgid "Cascade protection" msgstr "" -#: ../../godmode/agentes/agent_manager.php:260 +#: ../../godmode/agentes/agent_manager.php:261 #: ../../godmode/agentes/module_manager.php:508 #: ../../godmode/reporting/reporting_builder.item_editor.php:931 #: ../../godmode/massive/massive_edit_agents.php:283 @@ -5044,82 +5144,82 @@ msgstr "" msgid "Server" msgstr "" -#: ../../godmode/agentes/agent_manager.php:284 +#: ../../godmode/agentes/agent_manager.php:285 #: ../../godmode/agentes/module_manager_editor_common.php:306 #: ../../godmode/groups/configure_group.php:154 #: ../../godmode/massive/massive_edit_agents.php:312 msgid "Custom ID" msgstr "" -#: ../../godmode/agentes/agent_manager.php:288 +#: ../../godmode/agentes/agent_manager.php:289 #: ../../godmode/massive/massive_edit_agents.php:316 msgid "Module definition" msgstr "" -#: ../../godmode/agentes/agent_manager.php:290 +#: ../../godmode/agentes/agent_manager.php:291 #: ../../godmode/massive/massive_edit_agents.php:318 msgid "Learning mode" msgstr "" -#: ../../godmode/agentes/agent_manager.php:292 +#: ../../godmode/agentes/agent_manager.php:294 #: ../../godmode/massive/massive_edit_agents.php:319 msgid "Normal mode" msgstr "" -#: ../../godmode/agentes/agent_manager.php:299 +#: ../../godmode/agentes/agent_manager.php:302 #: ../../godmode/massive/massive_edit_agents.php:325 msgid "Active" msgstr "" -#: ../../godmode/agentes/agent_manager.php:306 -#: ../../godmode/agentes/agent_manager.php:328 +#: ../../godmode/agentes/agent_manager.php:309 +#: ../../godmode/agentes/agent_manager.php:331 #: ../../godmode/massive/massive_edit_agents.php:335 msgid "Not available" msgstr "" -#: ../../godmode/agentes/agent_manager.php:319 +#: ../../godmode/agentes/agent_manager.php:322 #: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:201 msgid "Delete remote configuration file" msgstr "" -#: ../../godmode/agentes/agent_manager.php:322 +#: ../../godmode/agentes/agent_manager.php:325 #: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:202 msgid "" "Delete this conf file implies that for restore you must reactive remote " "config in the local agent." msgstr "" -#: ../../godmode/agentes/agent_manager.php:337 +#: ../../godmode/agentes/agent_manager.php:340 #: ../../godmode/massive/massive_edit_agents.php:361 msgid "Agent icon" msgstr "" -#: ../../godmode/agentes/agent_manager.php:337 +#: ../../godmode/agentes/agent_manager.php:340 msgid "Agent icon for GIS Maps." msgstr "" -#: ../../godmode/agentes/agent_manager.php:366 +#: ../../godmode/agentes/agent_manager.php:369 #: ../../godmode/agentes/agent_conf_gis.php:72 #: ../../godmode/massive/massive_edit_agents.php:370 msgid "Ignore new GIS data:" msgstr "" -#: ../../godmode/agentes/agent_manager.php:375 +#: ../../godmode/agentes/agent_manager.php:378 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1134 #: ../../operation/agentes/estado_generalagente.php:294 #: ../../operation/agentes/ver_agente.php:840 #: ../../operation/agentes/ver_agente.php:978 -#: ../../include/functions_treeview.php:411 +#: ../../include/functions_treeview.php:417 msgid "Url address" msgstr "" -#: ../../godmode/agentes/agent_manager.php:379 +#: ../../godmode/agentes/agent_manager.php:382 #: ../../godmode/massive/massive_edit_agents.php:377 msgid "The agent still runs but the alerts and events will be stop" msgstr "" -#: ../../godmode/agentes/agent_manager.php:382 -#: ../../godmode/agentes/module_manager_editor.php:439 +#: ../../godmode/agentes/agent_manager.php:385 +#: ../../godmode/agentes/module_manager_editor.php:444 #: ../../godmode/massive/massive_edit_agents.php:382 #: ../../godmode/massive/massive_add_action_alerts.php:157 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:93 @@ -5133,7 +5233,7 @@ msgstr "" msgid "Advanced options" msgstr "" -#: ../../godmode/agentes/agent_manager.php:413 +#: ../../godmode/agentes/agent_manager.php:416 #: ../../godmode/events/events.php:49 ../../godmode/events/events.php:54 #: ../../godmode/events/events.php:65 #: ../../godmode/massive/massive_edit_agents.php:413 @@ -5143,7 +5243,7 @@ msgstr "" #: ../../enterprise/meta/event/custom_events.php:83 #: ../../operation/agentes/ver_agente.php:851 #: ../../operation/agentes/ver_agente.php:966 -#: ../../include/functions_events.php:1872 +#: ../../include/functions_events.php:1886 msgid "Custom fields" msgstr "" @@ -5160,11 +5260,39 @@ msgstr "" msgid "Enabled %s elements from the downtime" msgstr "" -#: ../../godmode/agentes/planned_downtime.list.php:191 +#: ../../godmode/agentes/planned_downtime.list.php:227 +#: ../../godmode/alerts/alert_templates.php:92 +#: ../../godmode/alerts/alert_list.list.php:490 +#: ../../godmode/alerts/alert_list.list.php:494 +#: ../../enterprise/godmode/policies/policy_alerts.php:339 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:221 +#: ../../enterprise/godmode/alerts/alert_events_list.php:509 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 +#: ../../enterprise/include/functions_reporting_pdf.php:3605 +#: ../../operation/agentes/gis_view.php:163 +#: ../../operation/reporting/reporting_viewer.php:166 +msgid "From" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:229 +#: ../../enterprise/include/functions_reporting_pdf.php:3606 +#: ../../operation/agentes/gis_view.php:164 +msgid "To" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:238 +msgid "Execution type" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:240 +msgid "Show past downtimes" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:277 msgid "Name #Ag." msgstr "" -#: ../../godmode/agentes/planned_downtime.list.php:196 +#: ../../godmode/agentes/planned_downtime.list.php:282 #: ../../godmode/setup/setup.php:129 #: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:204 #: ../../enterprise/godmode/modules/configure_local_component.php:279 @@ -5177,62 +5305,41 @@ msgstr "" msgid "Configuration" msgstr "" -#: ../../godmode/agentes/planned_downtime.list.php:199 +#: ../../godmode/agentes/planned_downtime.list.php:283 #: ../../enterprise/extensions/backup/main.php:92 msgid "Running" msgstr "" -#: ../../godmode/agentes/planned_downtime.list.php:200 -#: ../../godmode/agentes/planned_downtime.list.php:326 +#: ../../godmode/agentes/planned_downtime.list.php:284 +#: ../../godmode/agentes/planned_downtime.list.php:473 msgid "Stop downtime" msgstr "" -#: ../../godmode/agentes/planned_downtime.list.php:219 -msgid "No planned downtime" +#: ../../godmode/agentes/planned_downtime.list.php:400 +msgid "once" msgstr "" -#: ../../godmode/agentes/planned_downtime.list.php:246 -#: ../../godmode/alerts/alert_list.builder.php:117 -#: ../../godmode/alerts/alert_templates.php:94 -#: ../../godmode/alerts/alert_list.list.php:491 -#: ../../godmode/alerts/alert_list.list.php:567 -#: ../../godmode/massive/massive_add_action_alerts.php:161 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -#: ../../enterprise/godmode/policies/policy_alerts.php:340 -#: ../../enterprise/godmode/policies/policy_alerts.php:472 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:279 -#: ../../enterprise/godmode/alerts/alert_events_list.php:510 -#: ../../enterprise/godmode/alerts/alert_events_list.php:551 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 -#: ../../operation/reporting/reporting_viewer.php:170 -msgid "to" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:252 -msgid "Weekly:" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:286 -msgid "Monthly:" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:287 -msgid "From day" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:288 -msgid "To day" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:312 +#: ../../godmode/agentes/planned_downtime.list.php:461 msgid "Executed" msgstr "" -#: ../../godmode/agentes/planned_downtime.list.php:316 +#: ../../godmode/agentes/planned_downtime.list.php:465 msgid "Not executed" msgstr "" +#: ../../godmode/agentes/planned_downtime.list.php:500 +#: ../../godmode/modules/manage_network_templates.php:207 +#: ../../enterprise/operation/log/log_viewer.php:139 +#: ../../enterprise/operation/reporting/custom_reporting.php:43 +msgid "Export to CSV" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:521 +msgid "" +"WARNING: If you delete this planned downtime, it will not be taken into " +"account in future SLA reports" +msgstr "" + #: ../../godmode/agentes/agent_conf_gis.php:40 #: ../../operation/agentes/gis_view.php:55 msgid "" @@ -5360,9 +5467,9 @@ msgstr "" #: ../../enterprise/include/functions_setup.php:30 #: ../../enterprise/include/functions_setup.php:59 #: ../../mobile/include/user.class.php:176 ../../general/login_page.php:117 -#: ../../extensions/api_checker.php:110 ../../include/functions_config.php:300 -#: ../../include/functions_config.php:311 -#: ../../include/functions_config.php:321 +#: ../../extensions/api_checker.php:110 ../../include/functions_config.php:302 +#: ../../include/functions_config.php:313 +#: ../../include/functions_config.php:323 msgid "Password" msgstr "" @@ -5437,6 +5544,7 @@ msgid "Create modules" msgstr "" #: ../../godmode/agentes/agent_wizard.wmi_explorer.php:414 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1130 #: ../../enterprise/godmode/services/services.elements.php:257 #: ../../enterprise/godmode/services/services.elements.php:304 #: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 @@ -5461,7 +5569,7 @@ msgstr "" #: ../../godmode/events/event_edit_filter.php:229 #: ../../mobile/operation/events.php:476 #: ../../operation/events/events_list.php:478 -#: ../../include/functions_events.php:2144 +#: ../../include/functions_events.php:2159 msgid "Repeated" msgstr "" @@ -5612,7 +5720,7 @@ msgid "Non initialized module" msgstr "" #: ../../godmode/agentes/module_manager.php:669 -#: ../../godmode/agentes/module_manager_editor_common.php:337 +#: ../../godmode/agentes/module_manager_editor_common.php:342 msgid "" "The policy modules of data type will only update their intervals when policy " "is applied." @@ -5630,7 +5738,7 @@ msgstr "" #: ../../godmode/agentes/module_manager.php:697 #: ../../godmode/alerts/alert_templates.php:316 -#: ../../godmode/modules/manage_network_components.php:562 +#: ../../godmode/modules/manage_network_components.php:568 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 #: ../../enterprise/godmode/policies/policy_modules.php:1018 #: ../../enterprise/godmode/modules/local_components.php:485 @@ -5675,10 +5783,10 @@ msgstr "" #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:135 #: ../../godmode/reporting/visual_console_builder.php:293 -#: ../../godmode/massive/massive_edit_modules.php:890 +#: ../../godmode/massive/massive_edit_modules.php:895 #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:225 #: ../../enterprise/include/functions_massive.php:15 -#: ../../include/functions_visual_map.php:517 +#: ../../include/functions_visual_map.php:525 msgid "No modules selected" msgstr "" @@ -5731,7 +5839,7 @@ msgstr "" msgid "Interfaces" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:333 +#: ../../godmode/agentes/module_manager_editor.php:338 #: ../../enterprise/godmode/policies/policies.php:170 #: ../../enterprise/godmode/policies/policy_modules.php:416 #: ../../enterprise/godmode/policies/policy_agents.php:80 @@ -5743,22 +5851,22 @@ msgstr "" msgid "This policy is applying and cannot be modified" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:337 +#: ../../godmode/agentes/module_manager_editor.php:342 #: ../../enterprise/include/functions_policies.php:2720 msgid "Module will be linked in the next application" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:345 +#: ../../godmode/agentes/module_manager_editor.php:350 #: ../../enterprise/include/functions_policies.php:2725 msgid "Module will be unlinked in the next application" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:414 +#: ../../godmode/agentes/module_manager_editor.php:419 #, php-format msgid "DEBUG: Invalid module type specified in %s:%s" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:415 +#: ../../godmode/agentes/module_manager_editor.php:420 msgid "" "Most likely you have recently upgraded from an earlier version of Pandora " "and either
\n" @@ -5768,39 +5876,39 @@ msgid "" "\t\t\t\t3) found a new bug - please report a way to duplicate this error" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:441 +#: ../../godmode/agentes/module_manager_editor.php:446 #: ../../enterprise/godmode/policies/policy_modules.php:286 msgid "Module macros" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:443 +#: ../../godmode/agentes/module_manager_editor.php:448 msgid "Module relations" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:489 +#: ../../godmode/agentes/module_manager_editor.php:494 #: ../../enterprise/godmode/policies/policy_modules.php:1099 msgid "No module name provided" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:490 +#: ../../godmode/agentes/module_manager_editor.php:495 #: ../../enterprise/godmode/policies/policy_modules.php:1100 msgid "No target IP provided" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:491 +#: ../../godmode/agentes/module_manager_editor.php:496 #: ../../enterprise/godmode/policies/policy_modules.php:1101 msgid "No SNMP OID provided" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:492 +#: ../../godmode/agentes/module_manager_editor.php:497 msgid "No module to predict" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:493 +#: ../../godmode/agentes/module_manager_editor.php:498 msgid "No plug-in provided" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:516 +#: ../../godmode/agentes/module_manager_editor.php:521 msgid "" "Error, The field name and name in module_name in data configuration are " "different." @@ -5839,9 +5947,9 @@ msgstr "" #: ../../operation/agentes/networkmap.php:337 #: ../../operation/agentes/ver_agente.php:622 #: ../../extensions/agents_modules.php:75 -#: ../../include/functions_events.php:1904 +#: ../../include/functions_events.php:1918 #: ../../include/functions_treeview.php:94 -#: ../../include/functions_graph.php:4196 +#: ../../include/functions_graph.php:4265 msgid "Module group" msgstr "" @@ -5850,7 +5958,7 @@ msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1372 #: ../../operation/agentes/status_monitor.php:441 #: ../../include/functions_treeview.php:99 -#: ../../include/functions_graph.php:4149 +#: ../../include/functions_graph.php:4218 msgid "Not assigned" msgstr "" @@ -5882,10 +5990,10 @@ msgstr "" #: ../../enterprise/godmode/modules/configure_local_component.php:211 #: ../../enterprise/godmode/modules/configure_local_component.php:226 #: ../../enterprise/dashboard/widgets/top_n.php:80 -#: ../../include/functions_reporting.php:2352 +#: ../../include/functions_reporting.php:2624 #: ../../include/functions_treeview.php:81 #: ../../include/functions_treeview.php:90 -#: ../../include/functions_graph.php:3197 +#: ../../include/functions_graph.php:3266 #: ../../include/functions_alerts.php:550 msgid "Max." msgstr "" @@ -6002,8 +6110,8 @@ msgstr "" #: ../../enterprise/meta/include/functions_wizard_meta.php:1573 #: ../../enterprise/include/functions_reporting_pdf.php:3811 #: ../../enterprise/include/functions_reporting_pdf.php:3950 -#: ../../include/functions_reporting.php:6246 -#: ../../include/functions_reporting.php:6400 +#: ../../include/functions_reporting.php:6615 +#: ../../include/functions_reporting.php:6769 #: ../../include/functions_netflow.php:1117 #: ../../include/functions_netflow.php:1126 #: ../../include/functions_netflow.php:1144 @@ -6015,14 +6123,14 @@ msgstr "" msgid "Unit" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:324 -#: ../../godmode/agentes/module_manager_editor_common.php:327 +#: ../../godmode/agentes/module_manager_editor_common.php:329 +#: ../../godmode/agentes/module_manager_editor_common.php:332 #: ../../enterprise/meta/monitoring/wizard/wizard.php:113 #, php-format msgid "Agent interval x %s" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:333 +#: ../../godmode/agentes/module_manager_editor_common.php:338 #: ../../godmode/events/event_edit_filter.php:215 #: ../../godmode/gis_maps/index.php:72 #: ../../godmode/alerts/alert_list.list.php:462 @@ -6053,12 +6161,12 @@ msgstr "" #: ../../operation/users/user_edit.php:262 #: ../../operation/users/user_edit.php:284 #: ../../operation/users/user_edit.php:474 -#: ../../operation/snmpconsole/snmp_view.php:316 +#: ../../operation/snmpconsole/snmp_view.php:304 #: ../../extensions/agents_alerts.php:298 ../../include/functions_ui.php:843 msgid "Default" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:351 +#: ../../godmode/agentes/module_manager_editor_common.php:356 #: ../../godmode/massive/massive_edit_modules.php:406 #: ../../godmode/modules/manage_network_components_form_wmi.php:56 #: ../../godmode/modules/manage_network_components_form_plugin.php:27 @@ -6067,81 +6175,81 @@ msgstr "" msgid "Post process" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:355 +#: ../../godmode/agentes/module_manager_editor_common.php:360 #: ../../godmode/modules/manage_network_components_form_common.php:148 #: ../../enterprise/godmode/modules/configure_local_component.php:257 #: ../../enterprise/include/functions_reporting_pdf.php:2837 #: ../../enterprise/include/functions_reporting_xml.php:521 #: ../../operation/reporting/reporting_xml.php:571 #: ../../include/functions_reports.php:551 -#: ../../include/functions_reporting.php:3773 +#: ../../include/functions_reporting.php:4140 #: ../../include/functions_graph.php:660 -#: ../../include/functions_graph.php:2906 +#: ../../include/functions_graph.php:2975 msgid "Min. Value" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:358 +#: ../../godmode/agentes/module_manager_editor_common.php:363 msgid "Any value below this number is discarted." msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:359 +#: ../../godmode/agentes/module_manager_editor_common.php:364 #: ../../godmode/modules/manage_network_components_form_common.php:150 #: ../../enterprise/godmode/modules/configure_local_component.php:262 #: ../../enterprise/include/functions_reporting_pdf.php:2865 #: ../../enterprise/include/functions_reporting_xml.php:507 #: ../../operation/reporting/reporting_xml.php:557 #: ../../include/functions_reports.php:549 -#: ../../include/functions_reporting.php:3743 +#: ../../include/functions_reporting.php:4110 #: ../../include/functions_graph.php:660 -#: ../../include/functions_graph.php:2905 +#: ../../include/functions_graph.php:2974 msgid "Max. Value" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:360 +#: ../../godmode/agentes/module_manager_editor_common.php:365 msgid "Any value over this number is discarted." msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:362 +#: ../../godmode/agentes/module_manager_editor_common.php:367 #: ../../godmode/massive/massive_edit_modules.php:447 msgid "Export target" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:369 +#: ../../godmode/agentes/module_manager_editor_common.php:374 #: ../../enterprise/godmode/policies/policy_modules.php:22 #: ../../enterprise/godmode/policies/policy_modules.php:1116 msgid "Not needed" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:373 +#: ../../godmode/agentes/module_manager_editor_common.php:378 msgid "" "In case you use an Export server you can link this module and export data to " "one these." msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:387 +#: ../../godmode/agentes/module_manager_editor_common.php:392 #: ../../godmode/massive/massive_edit_modules.php:496 #: ../../godmode/modules/manage_network_components_form_common.php:155 #: ../../enterprise/godmode/modules/configure_local_component.php:157 msgid "Throw unknown events" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:391 +#: ../../godmode/agentes/module_manager_editor_common.php:396 #: ../../godmode/massive/massive_edit_modules.php:467 msgid "FF interval" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:393 +#: ../../godmode/agentes/module_manager_editor_common.php:398 #: ../../godmode/massive/massive_edit_modules.php:468 msgid "Module execution flip flop time interval (in secs)." msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:396 +#: ../../godmode/agentes/module_manager_editor_common.php:401 #: ../../godmode/massive/massive_edit_modules.php:469 #: ../../enterprise/godmode/modules/configure_local_component.php:252 msgid "FF timeout" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:401 +#: ../../godmode/agentes/module_manager_editor_common.php:407 #: ../../godmode/massive/massive_edit_modules.php:470 #: ../../enterprise/godmode/modules/configure_local_component.php:254 msgid "" @@ -6149,115 +6257,117 @@ msgid "" "FF counter is reset. Set to 0 for no timeout." msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:404 +#: ../../godmode/agentes/module_manager_editor_common.php:410 #: ../../enterprise/godmode/modules/configure_local_component.php:255 msgid "This value can be set only in the async modules." msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:410 +#: ../../godmode/agentes/module_manager_editor_common.php:416 #: ../../godmode/modules/manage_network_components_form_common.php:196 #: ../../enterprise/godmode/modules/configure_local_component.php:355 msgid "Tags available" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:464 +#: ../../godmode/agentes/module_manager_editor_common.php:470 #: ../../godmode/modules/manage_network_components_form_common.php:203 #: ../../enterprise/godmode/modules/configure_local_component.php:362 msgid "Add tags to module" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:465 +#: ../../godmode/agentes/module_manager_editor_common.php:471 #: ../../godmode/modules/manage_network_components_form_common.php:204 #: ../../enterprise/godmode/modules/configure_local_component.php:364 msgid "Delete tags to module" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:467 +#: ../../godmode/agentes/module_manager_editor_common.php:473 #: ../../godmode/modules/manage_network_components_form_common.php:206 #: ../../enterprise/godmode/modules/configure_local_component.php:366 msgid "Tags selected" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:476 +#: ../../godmode/agentes/module_manager_editor_common.php:482 msgid "The module still stores data but the alerts and events will be stop" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:481 +#: ../../godmode/agentes/module_manager_editor_common.php:487 #: ../../godmode/massive/massive_edit_modules.php:504 #: ../../godmode/modules/manage_network_components_form_common.php:159 #: ../../enterprise/godmode/modules/configure_local_component.php:312 msgid "Critical instructions" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:481 +#: ../../godmode/agentes/module_manager_editor_common.php:487 #: ../../godmode/massive/massive_edit_modules.php:504 #: ../../godmode/modules/manage_network_components_form_common.php:159 #: ../../enterprise/godmode/modules/configure_local_component.php:313 msgid "Instructions when the status is critical" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:485 +#: ../../godmode/agentes/module_manager_editor_common.php:491 #: ../../godmode/massive/massive_edit_modules.php:508 #: ../../godmode/modules/manage_network_components_form_common.php:163 #: ../../enterprise/godmode/modules/configure_local_component.php:318 msgid "Warning instructions" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:485 +#: ../../godmode/agentes/module_manager_editor_common.php:491 #: ../../godmode/massive/massive_edit_modules.php:508 #: ../../godmode/modules/manage_network_components_form_common.php:163 #: ../../enterprise/godmode/modules/configure_local_component.php:319 msgid "Instructions when the status is warning" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:489 +#: ../../godmode/agentes/module_manager_editor_common.php:495 #: ../../godmode/massive/massive_edit_modules.php:512 #: ../../godmode/modules/manage_network_components_form_common.php:167 #: ../../enterprise/godmode/modules/configure_local_component.php:324 msgid "Unknown instructions" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:489 +#: ../../godmode/agentes/module_manager_editor_common.php:495 #: ../../godmode/massive/massive_edit_modules.php:512 #: ../../godmode/modules/manage_network_components_form_common.php:167 #: ../../enterprise/godmode/modules/configure_local_component.php:325 msgid "Instructions when the status is unknown" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:493 +#: ../../godmode/agentes/module_manager_editor_common.php:499 msgid "Cron" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:493 +#: ../../godmode/agentes/module_manager_editor_common.php:499 msgid "" "If cron is set the module interval is ignored and the module runs on the " "specified date and time" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:497 +#: ../../godmode/agentes/module_manager_editor_common.php:503 +#: ../../godmode/massive/massive_edit_modules.php:521 msgid "Timeout" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:498 +#: ../../godmode/agentes/module_manager_editor_common.php:504 +#: ../../godmode/massive/massive_edit_modules.php:525 msgid "Seconds that agent will wait for the execution of the module." msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:500 +#: ../../godmode/agentes/module_manager_editor_common.php:506 msgid "Retries" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:501 +#: ../../godmode/agentes/module_manager_editor_common.php:507 msgid "Number of retries that the module will attempt to run." msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:504 +#: ../../godmode/agentes/module_manager_editor_common.php:510 #: ../../godmode/massive/massive_edit_modules.php:480 #: ../../godmode/modules/manage_network_components_form_common.php:174 #: ../../enterprise/godmode/modules/configure_local_component.php:334 msgid "Category" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:530 +#: ../../godmode/agentes/module_manager_editor_common.php:536 #: ../../godmode/reporting/reporting_builder.item_editor.php:999 #: ../../godmode/alerts/configure_alert_template.php:564 #: ../../godmode/massive/massive_edit_modules.php:428 @@ -6278,29 +6388,29 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:897 #: ../../enterprise/include/functions_reporting_pdf.php:1284 #: ../../enterprise/include/functions_reporting_pdf.php:1595 -#: ../../operation/snmpconsole/snmp_view.php:418 -#: ../../include/functions_reporting.php:2318 -#: ../../include/functions_reporting.php:4730 -#: ../../include/functions_reporting.php:5257 -#: ../../include/functions_reporting.php:5618 +#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../include/functions_reporting.php:2590 +#: ../../include/functions_reporting.php:5099 +#: ../../include/functions_reporting.php:5626 +#: ../../include/functions_reporting.php:5987 #: ../../include/functions_snmp_browser.php:396 -#: ../../include/functions_graph.php:4293 +#: ../../include/functions_graph.php:4362 msgid "Value" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:537 +#: ../../godmode/agentes/module_manager_editor_common.php:543 msgid "Add module macro" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:569 +#: ../../godmode/agentes/module_manager_editor_common.php:575 msgid "Add relationship" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:587 +#: ../../godmode/agentes/module_manager_editor_common.php:593 msgid "Changes" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:587 +#: ../../godmode/agentes/module_manager_editor_common.php:593 msgid "Activate this to prevent the relation from being updated or deleted" msgstr "" @@ -6380,30 +6490,30 @@ msgstr "" msgid "Temperature" msgstr "" -#: ../../godmode/agentes/agent_template.php:68 +#: ../../godmode/agentes/agent_template.php:69 msgid "Created by template " msgstr "" -#: ../../godmode/agentes/agent_template.php:151 +#: ../../godmode/agentes/agent_template.php:152 msgid "Error adding modules" msgstr "" -#: ../../godmode/agentes/agent_template.php:153 +#: ../../godmode/agentes/agent_template.php:154 msgid "Error adding modules. The following errors already exists: " msgstr "" -#: ../../godmode/agentes/agent_template.php:156 +#: ../../godmode/agentes/agent_template.php:157 msgid "Modules successfully added" msgstr "" -#: ../../godmode/agentes/agent_template.php:184 +#: ../../godmode/agentes/agent_template.php:185 msgid "Assign" msgstr "" -#: ../../godmode/agentes/agent_template.php:223 +#: ../../godmode/agentes/agent_template.php:224 #: ../../godmode/alerts/alert_list.list.php:84 #: ../../godmode/modules/manage_network_templates_form.php:196 -#: ../../godmode/modules/manage_network_components.php:514 +#: ../../godmode/modules/manage_network_components.php:520 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1351 #: ../../enterprise/include/functions_reporting_pdf.php:3804 #: ../../enterprise/include/functions_reporting_pdf.php:3943 @@ -6483,19 +6593,19 @@ msgid "Update group" msgstr "" #: ../../godmode/groups/configure_group.php:90 -#: ../../godmode/groups/group_list.php:319 -#: ../../godmode/groups/group_list.php:384 +#: ../../godmode/groups/group_list.php:322 +#: ../../godmode/groups/group_list.php:387 msgid "Create group" msgstr "" #: ../../godmode/groups/configure_group.php:104 -#: ../../godmode/groups/group_list.php:328 +#: ../../godmode/groups/group_list.php:331 #: ../../godmode/reporting/visual_console_builder.elements.php:134 #: ../../godmode/setup/os.builder.php:38 #: ../../godmode/modules/module_list.php:57 #: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:59 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1273 -#: ../../include/functions_visual_map.php:2218 +#: ../../include/functions_visual_map.php:2231 #: ../../include/functions_visual_map_editor.php:59 #: ../../include/functions_visual_map_editor.php:444 msgid "Icon" @@ -6528,21 +6638,23 @@ msgstr "" #: ../../operation/gis_maps/render_view.php:140 #: ../../operation/users/user_edit.php:291 #: ../../operation/users/user_edit.php:469 -#: ../../operation/snmpconsole/snmp_view.php:336 -#: ../../operation/snmpconsole/snmp_view.php:598 -#: ../../operation/snmpconsole/snmp_view.php:620 +#: ../../operation/snmpconsole/snmp_statistics.php:152 +#: ../../operation/snmpconsole/snmp_statistics.php:199 +#: ../../operation/snmpconsole/snmp_view.php:324 +#: ../../operation/snmpconsole/snmp_view.php:584 +#: ../../operation/snmpconsole/snmp_view.php:606 #: ../../operation/integria_incidents/incident_statistics.php:58 -#: ../../extensions/api_checker.php:143 ../../include/functions_graph.php:1731 -#: ../../include/functions_graph.php:1869 -#: ../../include/functions_graph.php:1904 -#: ../../include/functions_graph.php:1939 -#: ../../include/functions_graph.php:1977 -#: ../../include/functions_graph.php:2016 -#: ../../include/functions_graph.php:2064 -#: ../../include/functions_graph.php:2230 -#: ../../include/functions_graph.php:2302 -#: ../../include/functions_graph.php:2358 -#: ../../include/functions_graph.php:3235 +#: ../../extensions/api_checker.php:143 ../../include/functions_graph.php:1800 +#: ../../include/functions_graph.php:1938 +#: ../../include/functions_graph.php:1973 +#: ../../include/functions_graph.php:2008 +#: ../../include/functions_graph.php:2046 +#: ../../include/functions_graph.php:2085 +#: ../../include/functions_graph.php:2133 +#: ../../include/functions_graph.php:2299 +#: ../../include/functions_graph.php:2371 +#: ../../include/functions_graph.php:2427 +#: ../../include/functions_graph.php:3304 msgid "Other" msgstr "" @@ -6573,7 +6685,7 @@ msgstr "" msgid "The group is not empty. It is use in %s." msgstr "" -#: ../../godmode/groups/group_list.php:378 +#: ../../godmode/groups/group_list.php:381 msgid "There are no defined groups" msgstr "" @@ -6654,8 +6766,8 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:824 #: ../../enterprise/include/functions_inventory.php:244 #: ../../operation/agentes/gis_view.php:176 -#: ../../include/functions_reporting.php:4614 -#: ../../include/functions_reporting.php:4629 +#: ../../include/functions_reporting.php:4983 +#: ../../include/functions_reporting.php:4998 msgid "Total" msgstr "" @@ -6782,11 +6894,11 @@ msgstr "" #: ../../godmode/db/db_main.php:99 #: ../../enterprise/include/functions_reporting_csv.php:724 #: ../../mobile/operation/groups.php:95 -#: ../../include/functions_reporting.php:1300 +#: ../../include/functions_reporting.php:1591 msgid "Total agents" msgstr "" -#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:1045 +#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:1335 msgid "Total events" msgstr "" @@ -6830,7 +6942,7 @@ msgstr "" #: ../../enterprise/extensions/ipam/ipam_list.php:65 #: ../../operation/agentes/estado_generalagente.php:198 #: ../../operation/gis_maps/ajax.php:271 -#: ../../include/functions_treeview.php:355 ../../include/functions_ui.php:414 +#: ../../include/functions_treeview.php:361 ../../include/functions_ui.php:414 msgid "Never" msgstr "" @@ -7061,8 +7173,8 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.template.php:163 #: ../../enterprise/meta/general/logon_ok.php:46 ../../operation/menu.php:95 #: ../../operation/reporting/custom_reporting.php:27 -#: ../../operation/reporting/graph_viewer.php:141 -#: ../../operation/reporting/graph_viewer.php:244 +#: ../../operation/reporting/graph_viewer.php:146 +#: ../../operation/reporting/graph_viewer.php:249 #: ../../operation/reporting/reporting_viewer.php:107 #: ../../operation/reporting/reporting_viewer.php:112 #: ../../operation/reporting/reporting_viewer.php:115 @@ -7070,12 +7182,12 @@ msgid "Reporting" msgstr "" #: ../../godmode/reporting/graphs.php:71 ../../operation/menu.php:164 -#: ../../operation/reporting/graph_viewer.php:142 +#: ../../operation/reporting/graph_viewer.php:147 msgid "Custom graphs" msgstr "" #: ../../godmode/reporting/graphs.php:141 -#: ../../operation/reporting/graph_viewer.php:254 +#: ../../operation/reporting/graph_viewer.php:259 #: ../../operation/search_graphs.php:33 msgid "Graph name" msgstr "" @@ -7169,7 +7281,7 @@ msgstr "" #: ../../enterprise/godmode/reporting/mysql_builder.php:149 #: ../../enterprise/meta/include/functions_networkmap_meta.php:435 #: ../../enterprise/extensions/dict.php:98 -#: ../../extensions/insert_data.php:177 +#: ../../operation/agentes/graphs.php:242 ../../extensions/insert_data.php:177 #: ../../include/functions_visual_map_editor.php:451 msgid "Save" msgstr "" @@ -7178,19 +7290,19 @@ msgstr "" #: ../../godmode/reporting/visual_console_builder.php:461 #: ../../godmode/reporting/reporting_builder.php:1534 #: ../../enterprise/meta/screens/screens.visualmap.php:155 -#: ../../operation/reporting/graph_viewer.php:114 +#: ../../operation/reporting/graph_viewer.php:119 #: ../../operation/reporting/reporting_viewer.php:72 #: ../../operation/visual_console/render_view.php:96 msgid "Main data" msgstr "" #: ../../godmode/reporting/graph_builder.php:187 -#: ../../operation/reporting/graph_viewer.php:117 +#: ../../operation/reporting/graph_viewer.php:122 msgid "Graph editor" msgstr "" #: ../../godmode/reporting/graph_builder.php:190 -#: ../../operation/reporting/graph_viewer.php:123 +#: ../../operation/reporting/graph_viewer.php:128 msgid "View graph" msgstr "" @@ -7319,7 +7431,7 @@ msgid "" "you want to edit only for you or your group." msgstr "" -#: ../../godmode/reporting/reporting_builder.main.php:95 +#: ../../godmode/reporting/reporting_builder.main.php:100 msgid "Non interactive report" msgstr "" @@ -7350,25 +7462,25 @@ msgstr "" #: ../../godmode/reporting/graph_builder.main.php:143 #: ../../enterprise/godmode/reporting/graph_template_editor.php:208 -#: ../../operation/reporting/graph_viewer.php:178 +#: ../../operation/reporting/graph_viewer.php:183 msgid "Area" msgstr "" #: ../../godmode/reporting/graph_builder.main.php:144 #: ../../enterprise/godmode/reporting/graph_template_editor.php:209 -#: ../../operation/reporting/graph_viewer.php:179 +#: ../../operation/reporting/graph_viewer.php:184 msgid "Stacked area" msgstr "" #: ../../godmode/reporting/graph_builder.main.php:145 #: ../../enterprise/godmode/reporting/graph_template_editor.php:210 -#: ../../operation/reporting/graph_viewer.php:180 +#: ../../operation/reporting/graph_viewer.php:185 msgid "Line" msgstr "" #: ../../godmode/reporting/graph_builder.main.php:146 #: ../../enterprise/godmode/reporting/graph_template_editor.php:211 -#: ../../operation/reporting/graph_viewer.php:181 +#: ../../operation/reporting/graph_viewer.php:186 msgid "Stacked line" msgstr "" @@ -7390,9 +7502,9 @@ msgstr "" #: ../../enterprise/godmode/policies/policy_queue.php:276 #: ../../enterprise/godmode/policies/policy_queue.php:388 #: ../../enterprise/meta/advanced/policymanager.queue.php:252 -#: ../../operation/agentes/graphs.php:107 +#: ../../operation/agentes/graphs.php:166 #: ../../operation/agentes/alerts_status.php:336 -#: ../../operation/snmpconsole/snmp_view.php:353 +#: ../../operation/snmpconsole/snmp_view.php:341 msgid "Toggle filter(s)" msgstr "" @@ -7422,8 +7534,8 @@ msgstr "" #: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215 #: ../../enterprise/meta/monitoring/wizard/wizard.php:227 #: ../../enterprise/meta/monitoring/group_view.php:99 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:147 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:149 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 #: ../../enterprise/meta/advanced/policymanager.queue.php:263 #: ../../enterprise/operation/services/services.service_map.php:114 #: ../../enterprise/include/functions_networkmap_enterprise.php:1672 @@ -7435,18 +7547,18 @@ msgstr "" #: ../../mobile/include/functions_web.php:22 #: ../../operation/agentes/networkmap.php:356 #: ../../operation/agentes/networkmap.php:365 -#: ../../operation/agentes/group_view.php:99 +#: ../../operation/agentes/group_view.php:108 #: ../../operation/search_results.php:73 #: ../../extensions/agents_alerts.php:168 #: ../../extensions/agents_modules.php:177 -#: ../../include/functions_reporting.php:4620 -#: ../../include/functions_reporting.php:5989 +#: ../../include/functions_reporting.php:4989 +#: ../../include/functions_reporting.php:6358 #: ../../include/functions_groups.php:46 -#: ../../include/functions_groups.php:745 -#: ../../include/functions_groups.php:747 -#: ../../include/functions_groups.php:749 -#: ../../include/functions_groups.php:750 -#: ../../include/functions_groups.php:751 +#: ../../include/functions_groups.php:737 +#: ../../include/functions_groups.php:739 +#: ../../include/functions_groups.php:741 +#: ../../include/functions_groups.php:742 +#: ../../include/functions_groups.php:743 #: ../../include/ajax/networkmap.ajax.php:93 #: ../../include/ajax/networkmap.ajax.php:98 #: ../../include/ajax/networkmap.ajax.php:156 @@ -7642,16 +7754,16 @@ msgstr "" #: ../../enterprise/meta/include/functions_wizard_meta.php:1545 #: ../../enterprise/include/functions_reporting_csv.php:324 #: ../../enterprise/include/functions_reporting_pdf.php:1560 -#: ../../include/functions_reporting.php:5204 +#: ../../include/functions_reporting.php:5573 #: ../../include/functions_ui.php:1884 ../../include/functions_graph.php:692 #: ../../include/functions_graph.php:693 ../../include/functions_graph.php:694 #: ../../include/functions_graph.php:697 -#: ../../include/functions_graph.php:1211 -#: ../../include/functions_graph.php:2921 -#: ../../include/functions_graph.php:2926 -#: ../../include/functions_graph.php:3524 -#: ../../include/functions_graph.php:3527 -#: ../../include/functions_graph.php:3530 +#: ../../include/functions_graph.php:1273 +#: ../../include/functions_graph.php:2990 +#: ../../include/functions_graph.php:2995 +#: ../../include/functions_graph.php:3593 +#: ../../include/functions_graph.php:3596 +#: ../../include/functions_graph.php:3599 msgid "Max" msgstr "" @@ -7677,16 +7789,16 @@ msgstr "" #: ../../enterprise/meta/include/functions_wizard_meta.php:1543 #: ../../enterprise/include/functions_reporting_csv.php:324 #: ../../enterprise/include/functions_reporting_pdf.php:1564 -#: ../../include/functions_reporting.php:5207 +#: ../../include/functions_reporting.php:5576 #: ../../include/functions_ui.php:1884 ../../include/functions_graph.php:692 #: ../../include/functions_graph.php:693 ../../include/functions_graph.php:694 #: ../../include/functions_graph.php:697 -#: ../../include/functions_graph.php:1212 -#: ../../include/functions_graph.php:2921 -#: ../../include/functions_graph.php:2926 -#: ../../include/functions_graph.php:3524 -#: ../../include/functions_graph.php:3527 -#: ../../include/functions_graph.php:3530 +#: ../../include/functions_graph.php:1275 +#: ../../include/functions_graph.php:2990 +#: ../../include/functions_graph.php:2995 +#: ../../include/functions_graph.php:3593 +#: ../../include/functions_graph.php:3596 +#: ../../include/functions_graph.php:3599 msgid "Min" msgstr "" @@ -7793,10 +7905,10 @@ msgid "Time to" msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:797 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1223 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1346 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1358 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1239 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1271 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1380 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1392 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1602 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1720 #: ../../enterprise/dashboard/widgets/top_n.php:173 @@ -7806,12 +7918,12 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:846 #: ../../include/functions_graph.php:692 ../../include/functions_graph.php:693 #: ../../include/functions_graph.php:694 ../../include/functions_graph.php:697 -#: ../../include/functions_graph.php:1210 -#: ../../include/functions_graph.php:2921 -#: ../../include/functions_graph.php:2926 -#: ../../include/functions_graph.php:3524 -#: ../../include/functions_graph.php:3527 -#: ../../include/functions_graph.php:3530 +#: ../../include/functions_graph.php:1271 +#: ../../include/functions_graph.php:2990 +#: ../../include/functions_graph.php:2995 +#: ../../include/functions_graph.php:3593 +#: ../../include/functions_graph.php:3596 +#: ../../include/functions_graph.php:3599 msgid "Last" msgstr "" @@ -7824,7 +7936,7 @@ msgstr "" #: ../../include/functions_reports.php:424 #: ../../include/functions_reports.php:499 #: ../../include/functions_reports.php:501 -#: ../../include/functions_reporting.php:3318 +#: ../../include/functions_reporting.php:3578 #: ../../include/functions_visual_map_editor.php:153 #: ../../include/functions_visual_map_editor.php:163 msgid "Custom graph" @@ -7845,7 +7957,7 @@ msgstr "" #: ../../enterprise/include/functions_netflow_pdf.php:208 #: ../../operation/reporting/reporting_xml.php:676 #: ../../include/functions_reports.php:581 -#: ../../include/functions_reporting.php:3975 +#: ../../include/functions_reporting.php:4342 msgid "Text" msgstr "" @@ -7938,15 +8050,15 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1251 #: ../../enterprise/dashboard/widgets/top_n.php:474 #: ../../enterprise/include/functions_reporting_pdf.php:1569 -#: ../../include/functions_reporting.php:5212 +#: ../../include/functions_reporting.php:5581 #: ../../include/functions_graph.php:692 ../../include/functions_graph.php:693 #: ../../include/functions_graph.php:694 ../../include/functions_graph.php:697 -#: ../../include/functions_graph.php:1213 -#: ../../include/functions_graph.php:2921 -#: ../../include/functions_graph.php:2926 -#: ../../include/functions_graph.php:3524 -#: ../../include/functions_graph.php:3527 -#: ../../include/functions_graph.php:3530 +#: ../../include/functions_graph.php:1277 +#: ../../include/functions_graph.php:2990 +#: ../../include/functions_graph.php:2995 +#: ../../include/functions_graph.php:3593 +#: ../../include/functions_graph.php:3596 +#: ../../include/functions_graph.php:3599 msgid "Avg" msgstr "" @@ -7998,9 +8110,9 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:3180 #: ../../enterprise/include/functions_reporting_pdf.php:3528 #: ../../enterprise/include/functions_services.php:1278 -#: ../../include/functions_reporting.php:3567 -#: ../../include/functions_reporting.php:3647 -#: ../../include/functions_reporting.php:3698 +#: ../../include/functions_reporting.php:3829 +#: ../../include/functions_reporting.php:3909 +#: ../../include/functions_reporting.php:4065 #: ../../include/functions_db.php:1091 msgid "OK" msgstr "" @@ -8009,7 +8121,7 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.global.php:224 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1270 #: ../../enterprise/include/functions_reporting_pdf.php:3530 -#: ../../include/functions_reporting.php:3703 +#: ../../include/functions_reporting.php:4070 msgid "Not OK" msgstr "" @@ -8046,17 +8158,17 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:1045 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1289 -#: ../../operation/snmpconsole/snmp_view.php:327 -#: ../../operation/snmpconsole/snmp_view.php:463 -#: ../../operation/snmpconsole/snmp_view.php:699 +#: ../../operation/snmpconsole/snmp_view.php:315 +#: ../../operation/snmpconsole/snmp_view.php:449 +#: ../../operation/snmpconsole/snmp_view.php:685 #: ../../include/functions_events.php:781 -#: ../../include/functions_events.php:1571 -#: ../../include/functions_events.php:1577 -#: ../../include/functions_events.php:1581 -#: ../../include/functions_events.php:1586 -#: ../../include/functions_events.php:2649 -#: ../../include/functions_events.php:2653 -#: ../../include/functions_graph.php:2077 ../../include/functions_xml.php:127 +#: ../../include/functions_events.php:1573 +#: ../../include/functions_events.php:1579 +#: ../../include/functions_events.php:1583 +#: ../../include/functions_events.php:1588 +#: ../../include/functions_events.php:2666 +#: ../../include/functions_events.php:2670 +#: ../../include/functions_graph.php:2146 ../../include/functions_xml.php:127 msgid "Validated" msgstr "" @@ -8095,20 +8207,20 @@ msgstr "" #: ../../operation/agentes/status_monitor.php:418 #: ../../operation/agentes/estado_monitores.php:889 #: ../../operation/agentes/estado_agente.php:180 -#: ../../operation/agentes/group_view.php:105 -#: ../../operation/gis_maps/render_view.php:137 ../../operation/tree.php:642 +#: ../../operation/agentes/group_view.php:114 +#: ../../operation/gis_maps/render_view.php:137 ../../operation/tree.php:645 #: ../../include/functions_events.php:1358 -#: ../../include/functions_reporting.php:4633 -#: ../../include/functions_reporting.php:6241 -#: ../../include/functions_reporting.php:6395 -#: ../../include/functions_ui.php:1884 ../../include/functions_groups.php:800 -#: ../../include/functions_groups.php:802 -#: ../../include/functions_groups.php:804 -#: ../../include/functions_groups.php:805 -#: ../../include/functions_groups.php:806 -#: ../../include/functions_graph.php:2291 -#: ../../include/functions_graph.php:2292 -#: ../../include/functions_graph.php:4078 ../../include/functions.php:865 +#: ../../include/functions_reporting.php:5002 +#: ../../include/functions_reporting.php:6610 +#: ../../include/functions_reporting.php:6764 +#: ../../include/functions_ui.php:1884 ../../include/functions_groups.php:792 +#: ../../include/functions_groups.php:794 +#: ../../include/functions_groups.php:796 +#: ../../include/functions_groups.php:797 +#: ../../include/functions_groups.php:798 +#: ../../include/functions_graph.php:2360 +#: ../../include/functions_graph.php:2361 +#: ../../include/functions_graph.php:4147 ../../include/functions.php:865 #: ../../include/functions.php:1058 ../../include/functions.php:1059 #: ../../include/functions.php:1096 msgid "Critical" @@ -8161,53 +8273,53 @@ msgstr "" msgid "Update item" msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1129 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1131 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1486 #: ../../enterprise/include/functions_reporting_pdf.php:3076 msgid "SLA Min. (value)" msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1130 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1132 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1487 #: ../../enterprise/include/functions_reporting_pdf.php:3077 msgid "SLA Max. (value)" msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1131 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1133 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1488 msgid "SLA Limit (%)" msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1140 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1142 msgid "Please save the SLA for start to add items in this list." msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1248 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1282 msgid "rate" msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1249 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1283 #: ../../enterprise/dashboard/widgets/top_n.php:111 #: ../../enterprise/dashboard/widgets/top_n.php:294 #: ../../enterprise/include/ajax/top_n_widget.ajax.php:77 msgid "max" msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1250 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1284 #: ../../enterprise/dashboard/widgets/top_n.php:112 #: ../../enterprise/dashboard/widgets/top_n.php:295 #: ../../enterprise/include/ajax/top_n_widget.ajax.php:78 msgid "min" msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1251 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1285 #: ../../enterprise/dashboard/widgets/top_n.php:113 #: ../../enterprise/dashboard/widgets/top_n.php:296 #: ../../enterprise/include/ajax/top_n_widget.ajax.php:79 msgid "sum" msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1260 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1294 #: ../../godmode/extensions.php:153 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:135 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1615 @@ -8220,36 +8332,36 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1283 #: ../../general/main_menu.php:37 ../../extensions/net_tools.php:95 #: ../../extensions/api_checker.php:123 -#: ../../include/functions_reporting.php:4729 -#: ../../include/functions_reporting.php:5617 +#: ../../include/functions_reporting.php:5098 +#: ../../include/functions_reporting.php:5986 #: ../../include/functions_menu.php:499 msgid "Operation" msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1261 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1295 msgid "" "Please be careful, when the module have diferent intervals in their life, " "the summatory maybe get bad result." msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1270 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1304 msgid "Please save the report to start adding items into the list." msgstr "" #: ../../godmode/reporting/visual_console_builder.elements.php:58 #: ../../godmode/reporting/visual_console_builder.elements.php:131 #: ../../godmode/reporting/visual_console_builder.wizard.php:199 -#: ../../include/functions_visual_map.php:2214 +#: ../../include/functions_visual_map.php:2227 #: ../../include/functions_visual_map_editor.php:58 -#: ../../include/functions_visual_map_editor.php:90 +#: ../../include/functions_visual_map_editor.php:89 #: ../../include/functions_visual_map_editor.php:443 msgid "Label" msgstr "" #: ../../godmode/reporting/visual_console_builder.elements.php:59 #: ../../godmode/reporting/visual_console_builder.wizard.php:91 -#: ../../include/functions_filemanager.php:617 -#: ../../include/functions_visual_map_editor.php:101 +#: ../../include/functions_filemanager.php:647 +#: ../../include/functions_visual_map_editor.php:100 msgid "Image" msgstr "" @@ -8291,7 +8403,7 @@ msgid "Module Graph" msgstr "" #: ../../godmode/reporting/visual_console_builder.elements.php:119 -#: ../../include/functions_visual_map.php:2210 +#: ../../include/functions_visual_map.php:2223 #: ../../include/functions_visual_map_editor.php:442 msgid "Simple Value" msgstr "" @@ -8309,7 +8421,7 @@ msgid "Simple Value (Process Avg)" msgstr "" #: ../../godmode/reporting/visual_console_builder.elements.php:152 -#: ../../godmode/reporting/visual_console_builder.elements.php:391 +#: ../../godmode/reporting/visual_console_builder.elements.php:398 msgid "Edit label" msgstr "" @@ -8321,7 +8433,7 @@ msgstr "" #: ../../godmode/reporting/visual_console_builder.wizard.php:79 #: ../../enterprise/include/functions_reporting_pdf.php:3307 -#: ../../include/functions_visual_map.php:2197 +#: ../../include/functions_visual_map.php:2210 #: ../../include/functions_visual_map_editor.php:150 msgid "Module graph" msgstr "" @@ -8379,8 +8491,8 @@ msgstr "" #: ../../enterprise/operation/agentes/networkmap_enterprise.php:177 #: ../../mobile/operation/groups.php:60 ../../mobile/operation/home.php:71 #: ../../mobile/include/functions_web.php:26 -#: ../../operation/agentes/networkmap.php:357 ../../operation/tree.php:515 -#: ../../operation/tree.php:592 ../../operation/tree.php:608 +#: ../../operation/agentes/networkmap.php:357 ../../operation/tree.php:518 +#: ../../operation/tree.php:595 ../../operation/tree.php:611 #: ../../extensions/files_repo/files_repo_form.php:64 #: ../../include/ajax/networkmap.ajax.php:57 msgid "Groups" @@ -8499,7 +8611,7 @@ msgstr "" #: ../../godmode/massive/massive_delete_action_alerts.php:106 #: ../../godmode/massive/massive_delete_alerts.php:157 #: ../../godmode/setup/gis.php:55 ../../godmode/setup/news.php:98 -#: ../../godmode/modules/manage_network_components.php:346 +#: ../../godmode/modules/manage_network_components.php:352 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:211 #: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:170 #: ../../enterprise/godmode/policies/policies.php:154 @@ -8524,7 +8636,7 @@ msgstr "" #: ../../operation/incidents/incident.php:62 #: ../../operation/incidents/incident_detail.php:86 #: ../../operation/incidents/incident_detail.php:115 -#: ../../operation/snmpconsole/snmp_view.php:107 +#: ../../operation/snmpconsole/snmp_view.php:95 #: ../../extensions/files_repo.php:169 msgid "Could not be deleted" msgstr "" @@ -8606,7 +8718,7 @@ msgstr "" #: ../../operation/events/events_list.php:461 #: ../../operation/events/events.build_table.php:89 #: ../../include/functions_events.php:40 -#: ../../include/functions_reporting.php:2801 +#: ../../include/functions_reporting.php:3061 msgid "Event type" msgstr "" @@ -8627,9 +8739,9 @@ msgstr "" #: ../../mobile/operation/events.php:624 #: ../../operation/events/events_list.php:467 #: ../../operation/events/events.build_table.php:106 -#: ../../operation/snmpconsole/snmp_view.php:319 +#: ../../operation/snmpconsole/snmp_view.php:307 #: ../../include/functions_events.php:784 -#: ../../include/functions_events.php:2159 +#: ../../include/functions_events.php:2174 msgid "Severity" msgstr "" @@ -8710,7 +8822,7 @@ msgstr "" #: ../../mobile/operation/events.php:633 #: ../../mobile/operation/modules.php:250 #: ../../operation/events/events_list.php:356 -#: ../../operation/snmpconsole/snmp_view.php:331 +#: ../../operation/snmpconsole/snmp_view.php:319 msgid "Free search" msgstr "" @@ -8733,8 +8845,8 @@ msgstr "" #: ../../enterprise/meta/include/functions_meta.php:343 #: ../../operation/events/events_list.php:401 #: ../../operation/users/user_edit.php:243 -#: ../../operation/snmpconsole/snmp_view.php:310 -#: ../../include/functions_config.php:399 +#: ../../operation/snmpconsole/snmp_view.php:298 +#: ../../include/functions_config.php:401 msgid "Block size for pagination" msgstr "" @@ -8805,9 +8917,9 @@ msgstr "" #: ../../enterprise/meta/include/functions_events_meta.php:53 #: ../../include/functions_events.php:34 #: ../../include/functions_events.php:791 -#: ../../include/functions_events.php:2110 -#: ../../include/functions_reporting.php:1682 -#: ../../include/functions_reporting.php:2800 +#: ../../include/functions_events.php:2125 +#: ../../include/functions_reporting.php:1967 +#: ../../include/functions_reporting.php:3060 msgid "Event name" msgstr "" @@ -8828,15 +8940,15 @@ msgstr "" #: ../../operation/messages/message_list.php:122 #: ../../operation/search_modules.php:54 ../../operation/events/events.php:93 #: ../../operation/events/events.build_table.php:69 -#: ../../operation/snmpconsole/snmp_view.php:426 +#: ../../operation/snmpconsole/snmp_view.php:412 #: ../../operation/integria_incidents/incident.files.php:43 #: ../../include/functions_events.php:39 #: ../../include/functions_events.php:797 -#: ../../include/functions_events.php:2115 -#: ../../include/functions_reporting.php:1684 -#: ../../include/functions_reporting.php:2566 -#: ../../include/functions_reporting.php:2687 -#: ../../include/functions_reporting.php:2804 +#: ../../include/functions_events.php:2130 +#: ../../include/functions_reporting.php:1969 +#: ../../include/functions_reporting.php:2834 +#: ../../include/functions_reporting.php:2951 +#: ../../include/functions_reporting.php:3064 #: ../../include/functions_netflow.php:287 ../../include/ajax/events.php:460 msgid "Timestamp" msgstr "" @@ -8856,10 +8968,10 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2660 #: ../../enterprise/include/functions_reporting_pdf.php:2946 #: ../../include/functions_events.php:43 -#: ../../include/functions_reporting.php:2564 -#: ../../include/functions_reporting.php:2685 -#: ../../include/functions_reporting.php:2802 -#: ../../include/functions_reporting.php:3425 +#: ../../include/functions_reporting.php:2832 +#: ../../include/functions_reporting.php:2949 +#: ../../include/functions_reporting.php:3062 +#: ../../include/functions_reporting.php:3687 msgid "Criticity" msgstr "" @@ -8868,7 +8980,7 @@ msgstr "" #: ../../enterprise/meta/include/functions_events_meta.php:83 #: ../../operation/events/events.build_table.php:111 #: ../../include/functions_events.php:44 -#: ../../include/functions_events.php:1603 +#: ../../include/functions_events.php:1605 msgid "Comment" msgstr "" @@ -8886,13 +8998,13 @@ msgstr "" #: ../../mobile/operation/events.php:505 #: ../../operation/agentes/status_monitor.php:468 #: ../../operation/events/events.build_table.php:116 -#: ../../operation/tree.php:537 ../../operation/tree.php:600 -#: ../../operation/tree.php:612 ../../operation/users/user_edit.php:382 +#: ../../operation/tree.php:540 ../../operation/tree.php:603 +#: ../../operation/tree.php:615 ../../operation/users/user_edit.php:382 #: ../../include/functions_events.php:45 -#: ../../include/functions_events.php:2215 -#: ../../include/functions_reporting.php:6248 -#: ../../include/functions_reporting.php:6402 -#: ../../include/functions_treeview.php:132 +#: ../../include/functions_events.php:2230 +#: ../../include/functions_reporting.php:6617 +#: ../../include/functions_reporting.php:6771 +#: ../../include/functions_treeview.php:138 msgid "Tags" msgstr "" @@ -8900,7 +9012,7 @@ msgstr "" #: ../../godmode/events/custom_events.php:161 #: ../../enterprise/meta/include/functions_events_meta.php:92 #: ../../include/functions_events.php:47 -#: ../../include/functions_events.php:2027 +#: ../../include/functions_events.php:2041 msgid "Extra id" msgstr "" @@ -8917,9 +9029,9 @@ msgstr "" #: ../../enterprise/meta/include/functions_events_meta.php:101 #: ../../operation/events/events.build_table.php:136 #: ../../include/functions_events.php:50 -#: ../../include/functions_events.php:1991 -#: ../../include/functions_events.php:2003 -#: ../../include/functions_events.php:2015 +#: ../../include/functions_events.php:2005 +#: ../../include/functions_events.php:2017 +#: ../../include/functions_events.php:2029 msgid "Instructions" msgstr "" @@ -9000,7 +9112,7 @@ msgstr "" #: ../../operation/incidents/incident_detail.php:453 #: ../../operation/integria_incidents/incident.files.php:45 #: ../../extensions/files_repo/files_repo_list.php:61 -#: ../../include/functions_filemanager.php:533 +#: ../../include/functions_filemanager.php:562 #: ../../include/functions_visual_map_editor.php:310 #: ../../include/functions_visual_map_editor.php:373 msgid "Size" @@ -9008,7 +9120,7 @@ msgstr "" #: ../../godmode/events/event_responses.editor.php:103 #: ../../enterprise/extensions/cron/main.php:291 -#: ../../include/functions_events.php:1664 +#: ../../include/functions_events.php:1671 msgid "Parameters" msgstr "" @@ -9316,7 +9428,8 @@ msgstr "" #: ../../godmode/category/category.php:47 #: ../../godmode/alerts/alert_list.php:291 #: ../../operation/events/events.php:350 -#: ../../operation/snmpconsole/snmp_view.php:80 +#: ../../operation/snmpconsole/snmp_statistics.php:55 +#: ../../operation/snmpconsole/snmp_view.php:70 #: ../../include/functions_html.php:651 msgid "List" msgstr "" @@ -9400,10 +9513,10 @@ msgstr "" #: ../../operation/agentes/alerts_status.php:434 #: ../../operation/agentes/alerts_status.php:465 #: ../../operation/search_alerts.php:45 ../../extensions/agents_alerts.php:330 -#: ../../include/functions_reporting.php:1790 -#: ../../include/functions_reporting.php:1901 -#: ../../include/functions_reporting.php:2040 -#: ../../include/functions_treeview.php:219 +#: ../../include/functions_reporting.php:2070 +#: ../../include/functions_reporting.php:2177 +#: ../../include/functions_reporting.php:2312 +#: ../../include/functions_treeview.php:225 msgid "Template" msgstr "" @@ -9439,9 +9552,9 @@ msgstr "" #: ../../enterprise/godmode/alerts/alert_events_list.php:554 #: ../../enterprise/include/functions_reporting_pdf.php:3807 #: ../../enterprise/include/functions_reporting_pdf.php:3946 -#: ../../include/functions_reporting.php:2319 -#: ../../include/functions_reporting.php:6242 -#: ../../include/functions_reporting.php:6396 +#: ../../include/functions_reporting.php:2591 +#: ../../include/functions_reporting.php:6611 +#: ../../include/functions_reporting.php:6765 msgid "Threshold" msgstr "" @@ -9512,7 +9625,7 @@ msgstr "" #: ../../operation/agentes/estado_monitores.php:468 #: ../../operation/agentes/estado_monitores.php:894 #: ../../operation/agentes/estado_agente.php:181 -#: ../../operation/agentes/group_view.php:101 +#: ../../operation/agentes/group_view.php:110 #: ../../operation/reporting/reporting_xml.php:506 #: ../../operation/reporting/reporting_xml.php:528 #: ../../operation/reporting/reporting_xml.php:534 @@ -9524,51 +9637,51 @@ msgstr "" #: ../../operation/reporting/reporting_xml.php:1045 #: ../../operation/reporting/reporting_xml.php:1057 #: ../../operation/reporting/reporting_xml.php:1069 -#: ../../operation/tree.php:643 ../../include/functions_reports.php:421 +#: ../../operation/tree.php:646 ../../include/functions_reports.php:421 #: ../../include/functions_events.php:1279 -#: ../../include/functions_events.php:2498 -#: ../../include/functions_reporting.php:3263 -#: ../../include/functions_reporting.php:3440 -#: ../../include/functions_reporting.php:3444 -#: ../../include/functions_reporting.php:3516 -#: ../../include/functions_reporting.php:3517 -#: ../../include/functions_reporting.php:3557 -#: ../../include/functions_reporting.php:3558 -#: ../../include/functions_reporting.php:3653 -#: ../../include/functions_reporting.php:3690 -#: ../../include/functions_reporting.php:3699 -#: ../../include/functions_reporting.php:3731 -#: ../../include/functions_reporting.php:3795 -#: ../../include/functions_reporting.php:3833 -#: ../../include/functions_reporting.php:4479 -#: ../../include/functions_reporting.php:4511 -#: ../../include/functions_reporting.php:4542 -#: ../../include/functions_reporting.php:4573 -#: ../../include/functions_reporting.php:4616 -#: ../../include/functions_reporting.php:4637 -#: ../../include/functions_visual_map.php:389 -#: ../../include/functions_visual_map.php:401 -#: ../../include/functions_visual_map.php:413 -#: ../../include/functions_visual_map.php:1650 -#: ../../include/functions_visual_map.php:1682 -#: ../../include/functions_visual_map.php:1715 -#: ../../include/functions_filemanager.php:626 +#: ../../include/functions_events.php:2515 +#: ../../include/functions_reporting.php:3523 +#: ../../include/functions_reporting.php:3702 +#: ../../include/functions_reporting.php:3706 +#: ../../include/functions_reporting.php:3778 +#: ../../include/functions_reporting.php:3779 +#: ../../include/functions_reporting.php:3819 +#: ../../include/functions_reporting.php:3820 +#: ../../include/functions_reporting.php:3915 +#: ../../include/functions_reporting.php:4057 +#: ../../include/functions_reporting.php:4066 +#: ../../include/functions_reporting.php:4098 +#: ../../include/functions_reporting.php:4162 +#: ../../include/functions_reporting.php:4200 +#: ../../include/functions_reporting.php:4848 +#: ../../include/functions_reporting.php:4880 +#: ../../include/functions_reporting.php:4911 +#: ../../include/functions_reporting.php:4942 +#: ../../include/functions_reporting.php:4985 +#: ../../include/functions_reporting.php:5006 +#: ../../include/functions_visual_map.php:397 +#: ../../include/functions_visual_map.php:409 +#: ../../include/functions_visual_map.php:421 +#: ../../include/functions_visual_map.php:1662 +#: ../../include/functions_visual_map.php:1694 +#: ../../include/functions_visual_map.php:1727 +#: ../../include/functions_filemanager.php:664 #: ../../include/functions_ui.php:414 ../../include/functions_ui.php:415 -#: ../../include/functions_groups.php:764 -#: ../../include/functions_groups.php:766 -#: ../../include/functions_groups.php:768 -#: ../../include/functions_groups.php:769 -#: ../../include/functions_groups.php:770 +#: ../../include/functions_groups.php:756 +#: ../../include/functions_groups.php:758 +#: ../../include/functions_groups.php:760 +#: ../../include/functions_groups.php:761 +#: ../../include/functions_groups.php:762 #: ../../include/functions_graph.php:704 -#: ../../include/functions_graph.php:2931 +#: ../../include/functions_graph.php:3000 #: ../../include/functions_alerts.php:574 -#: ../../include/graphs/functions_flot.php:308 +#: ../../include/graphs/functions_flot.php:367 #: ../../include/functions.php:1015 msgid "Unknown" msgstr "" #: ../../godmode/alerts/alert_list.builder.php:206 -#: ../../godmode/alerts/configure_alert_template.php:817 +#: ../../godmode/alerts/configure_alert_template.php:844 #: ../../enterprise/meta/monitoring/wizard/wizard.php:96 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:735 @@ -9576,7 +9689,7 @@ msgstr "" #: ../../enterprise/operation/agentes/policy_view.php:146 #: ../../enterprise/operation/agentes/policy_view.php:210 #: ../../enterprise/operation/agentes/policy_view.php:442 -#: ../../operation/tree.php:171 ../../operation/tree.php:311 +#: ../../operation/tree.php:174 ../../operation/tree.php:314 #: ../../include/functions.php:1951 msgid "Empty" msgstr "" @@ -9590,7 +9703,7 @@ msgstr "" #: ../../enterprise/godmode/setup/setup_history.php:61 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 #: ../../enterprise/extensions/ipam/ipam_editor.php:67 -#: ../../include/functions_config.php:545 +#: ../../include/functions_config.php:549 msgid "Days" msgstr "" @@ -9615,19 +9728,6 @@ msgstr "" msgid "Time threshold" msgstr "" -#: ../../godmode/alerts/alert_templates.php:92 -#: ../../godmode/alerts/alert_list.list.php:490 -#: ../../godmode/alerts/alert_list.list.php:494 -#: ../../enterprise/godmode/policies/policy_alerts.php:339 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:221 -#: ../../enterprise/godmode/alerts/alert_events_list.php:509 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 -#: ../../enterprise/include/functions_reporting_pdf.php:3605 -#: ../../operation/agentes/gis_view.php:163 -#: ../../operation/reporting/reporting_viewer.php:166 -msgid "From" -msgstr "" - #: ../../godmode/alerts/alert_templates.php:130 #: ../../godmode/alerts/alert_templates.php:174 #: ../../godmode/alerts/alert_templates.php:193 @@ -9730,7 +9830,7 @@ msgid "Configure alert template" msgstr "" #: ../../godmode/alerts/configure_alert_template.php:117 -#: ../../godmode/modules/manage_network_components.php:141 +#: ../../godmode/modules/manage_network_components.php:147 #: ../../enterprise/godmode/modules/local_components.php:105 #, php-format msgid "Successfully created from %s" @@ -9749,7 +9849,7 @@ msgstr "" #: ../../enterprise/godmode/alerts/alert_events.php:119 #: ../../enterprise/godmode/alerts/alert_events.php:124 #: ../../enterprise/godmode/setup/setup_history.php:64 -#: ../../include/functions_config.php:547 +#: ../../include/functions_config.php:551 msgid "Step" msgstr "" @@ -9824,10 +9924,10 @@ msgstr "" #: ../../enterprise/godmode/modules/configure_local_component.php:208 #: ../../enterprise/godmode/modules/configure_local_component.php:223 #: ../../enterprise/dashboard/widgets/top_n.php:81 -#: ../../include/functions_reporting.php:2351 +#: ../../include/functions_reporting.php:2623 #: ../../include/functions_treeview.php:81 #: ../../include/functions_treeview.php:90 -#: ../../include/functions_graph.php:3197 +#: ../../include/functions_graph.php:3266 #: ../../include/functions_alerts.php:551 msgid "Min." msgstr "" @@ -9843,9 +9943,9 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:3785 #: ../../enterprise/include/functions_reporting_pdf.php:3922 #: ../../operation/agentes/estado_generalagente.php:263 -#: ../../include/functions_reporting.php:6216 -#: ../../include/functions_reporting.php:6359 -#: ../../include/functions_groups.php:1474 +#: ../../include/functions_reporting.php:6585 +#: ../../include/functions_reporting.php:6728 +#: ../../include/functions_groups.php:1478 msgid "Enabled" msgstr "" @@ -9883,7 +9983,8 @@ msgstr "" msgid "Finish" msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:748 +#: ../../godmode/alerts/configure_alert_template.php:751 +#: ../../godmode/alerts/configure_alert_template.php:755 #: ../../enterprise/godmode/alerts/alert_events.php:523 #: ../../enterprise/meta/monitoring/wizard/wizard.php:90 #: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:157 @@ -9893,75 +9994,80 @@ msgstr "" msgid "Next" msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:764 +#: ../../godmode/alerts/configure_alert_template.php:773 #: ../../godmode/alerts/alert_view.php:137 ../../include/functions_ui.php:947 msgid "The alert would fire when the value matches " msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:765 +#: ../../godmode/alerts/configure_alert_template.php:774 #, php-format msgid "The alert would fire when the value doesn\\'t match %s" msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:766 +#: ../../godmode/alerts/configure_alert_template.php:775 #: ../../godmode/alerts/alert_view.php:145 ../../include/functions_ui.php:938 msgid "The alert would fire when the value is " msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:767 +#: ../../godmode/alerts/configure_alert_template.php:776 #: ../../godmode/alerts/alert_view.php:149 ../../include/functions_ui.php:942 msgid "The alert would fire when the value is not " msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:768 +#: ../../godmode/alerts/configure_alert_template.php:777 #: ../../godmode/alerts/alert_view.php:154 ../../include/functions_ui.php:956 msgid "" "The alert would fire when the value is between and " "" msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:769 +#: ../../godmode/alerts/configure_alert_template.php:778 #: ../../godmode/alerts/alert_view.php:157 ../../include/functions_ui.php:959 msgid "" "The alert would fire when the value is not between " "and " msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:770 +#: ../../godmode/alerts/configure_alert_template.php:779 #: ../../godmode/alerts/alert_view.php:163 msgid "The alert would fire when the value is below " msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:771 +#: ../../godmode/alerts/configure_alert_template.php:780 #: ../../godmode/alerts/alert_view.php:167 msgid "The alert would fire when the value is above " msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:772 +#: ../../godmode/alerts/configure_alert_template.php:781 #: ../../godmode/alerts/alert_view.php:179 ../../include/functions_ui.php:973 msgid "The alert would fire when the module is in warning status" msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:773 +#: ../../godmode/alerts/configure_alert_template.php:782 #: ../../godmode/alerts/alert_view.php:182 ../../include/functions_ui.php:978 msgid "The alert would fire when the module is in critical status" msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:774 +#: ../../godmode/alerts/configure_alert_template.php:783 #: ../../godmode/alerts/alert_view.php:172 msgid "The alert would fire when the module value changes" msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:775 +#: ../../godmode/alerts/configure_alert_template.php:784 #: ../../godmode/alerts/alert_view.php:175 msgid "The alert would fire when the module value does not change" msgstr "" -#: ../../godmode/alerts/configure_alert_template.php:776 +#: ../../godmode/alerts/configure_alert_template.php:785 #: ../../godmode/alerts/alert_view.php:185 msgid "The alert would fire when the module is in unknown status" msgstr "" +#: ../../godmode/alerts/configure_alert_template.php:786 +msgid "" +"The alert template cannot have the same value for min and max thresholds." +msgstr "" + #: ../../godmode/alerts/alert_special_days.php:220 msgid "No special days configured" msgstr "" @@ -10083,14 +10189,14 @@ msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1530 #: ../../enterprise/operation/agentes/policy_view.php:265 #: ../../mobile/operation/alerts.php:249 -#: ../../operation/agentes/group_view.php:106 +#: ../../operation/agentes/group_view.php:115 #: ../../operation/events/sound_events.php:76 -#: ../../operation/snmpconsole/snmp_view.php:526 +#: ../../operation/snmpconsole/snmp_view.php:512 #: ../../extensions/agents_alerts.php:309 #: ../../include/functions_events.php:1040 #: ../../include/functions_events.php:1291 -#: ../../include/functions_reporting.php:2945 -#: ../../include/functions_ui.php:856 ../../include/functions_agents.php:1980 +#: ../../include/functions_reporting.php:3205 +#: ../../include/functions_ui.php:856 ../../include/functions_agents.php:2017 #: ../../include/functions.php:1022 msgid "Alert fired" msgstr "" @@ -10114,7 +10220,7 @@ msgstr "" #: ../../enterprise/operation/agentes/policy_view.php:269 #: ../../mobile/operation/alerts.php:253 #: ../../extensions/agents_alerts.php:313 -#: ../../include/functions_reporting.php:2951 +#: ../../include/functions_reporting.php:3211 #: ../../include/functions_ui.php:860 msgid "Alert disabled" msgstr "" @@ -10127,10 +10233,10 @@ msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1538 #: ../../enterprise/operation/agentes/policy_view.php:273 #: ../../mobile/operation/alerts.php:257 -#: ../../operation/snmpconsole/snmp_view.php:529 +#: ../../operation/snmpconsole/snmp_view.php:515 #: ../../extensions/agents_alerts.php:317 -#: ../../include/functions_reporting.php:2890 -#: ../../include/functions_ui.php:864 ../../include/functions_agents.php:1983 +#: ../../include/functions_reporting.php:3150 +#: ../../include/functions_ui.php:864 ../../include/functions_agents.php:2020 msgid "Alert not fired" msgstr "" @@ -10230,7 +10336,7 @@ msgstr "" #: ../../godmode/alerts/alert_view.php:48 #: ../../godmode/alerts/alert_view.php:313 -#: ../../include/functions_events.php:1941 +#: ../../include/functions_events.php:1955 msgid "Alert details" msgstr "" @@ -10243,7 +10349,7 @@ msgstr "" #: ../../operation/agentes/alerts_status.php:436 #: ../../operation/agentes/alerts_status.php:467 #: ../../extensions/agents_alerts.php:267 -#: ../../include/functions_reporting.php:2320 +#: ../../include/functions_reporting.php:2592 msgid "Last fired" msgstr "" @@ -10525,8 +10631,8 @@ msgstr "" #: ../../godmode/users/user_list.php:222 #: ../../godmode/users/configure_user.php:398 #: ../../operation/users/user_edit.php:189 ../../operation/search_users.php:38 -#: ../../operation/snmpconsole/snmp_view.php:422 -#: ../../include/functions_reporting.php:1683 +#: ../../operation/snmpconsole/snmp_view.php:408 +#: ../../include/functions_reporting.php:1968 msgid "User ID" msgstr "" @@ -10751,7 +10857,7 @@ msgstr "" #: ../../enterprise/meta/advanced/metasetup.visual.php:126 #: ../../enterprise/meta/include/functions_meta.php:363 #: ../../operation/users/user_edit.php:256 -#: ../../include/functions_config.php:411 +#: ../../include/functions_config.php:413 msgid "Interactive charts" msgstr "" @@ -10903,8 +11009,8 @@ msgstr "" #: ../../godmode/massive/massive_add_action_alerts.php:60 #: ../../godmode/massive/massive_delete_modules.php:58 #: ../../enterprise/godmode/policies/policy_agents.php:484 -#: ../../include/functions_visual_map.php:441 -#: ../../include/functions_visual_map.php:663 +#: ../../include/functions_visual_map.php:449 +#: ../../include/functions_visual_map.php:671 msgid "No agents selected" msgstr "" @@ -10947,12 +11053,12 @@ msgstr "" #: ../../mobile/operation/modules.php:44 #: ../../operation/agentes/status_monitor.php:421 #: ../../operation/agentes/estado_agente.php:183 -#: ../../include/functions_reporting.php:4639 -#: ../../include/functions_groups.php:773 -#: ../../include/functions_groups.php:775 -#: ../../include/functions_groups.php:777 -#: ../../include/functions_groups.php:778 -#: ../../include/functions_groups.php:779 +#: ../../include/functions_reporting.php:5008 +#: ../../include/functions_groups.php:765 +#: ../../include/functions_groups.php:767 +#: ../../include/functions_groups.php:769 +#: ../../include/functions_groups.php:770 +#: ../../include/functions_groups.php:771 msgid "Not init" msgstr "" @@ -10972,7 +11078,7 @@ msgstr "" #: ../../godmode/massive/massive_add_profiles.php:89 #: ../../enterprise/meta/advanced/synchronizing.user.php:520 #: ../../operation/search_results.php:83 -#: ../../include/functions_reporting.php:1267 +#: ../../include/functions_reporting.php:1558 msgid "Users" msgstr "" @@ -11369,7 +11475,8 @@ msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:72 #: ../../godmode/snmpconsole/snmp_alert.php:76 #: ../../godmode/snmpconsole/snmp_alert.php:80 -#: ../../operation/snmpconsole/snmp_view.php:94 +#: ../../operation/snmpconsole/snmp_statistics.php:64 +#: ../../operation/snmpconsole/snmp_view.php:82 msgid "SNMP Console" msgstr "" @@ -11433,7 +11540,7 @@ msgstr "" #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:242 #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:234 -#: ../../operation/snmpconsole/snmp_view.php:408 +#: ../../operation/snmpconsole/snmp_view.php:394 #: ../../extensions/realtime_graphs.php:102 #: ../../include/functions_snmp_browser.php:391 msgid "OID" @@ -11443,7 +11550,7 @@ msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:532 #: ../../godmode/snmpconsole/snmp_alert.php:953 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:246 -#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../operation/snmpconsole/snmp_view.php:390 msgid "SNMP Agent" msgstr "" @@ -11458,45 +11565,45 @@ msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:28 #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 -#: ../../operation/snmpconsole/snmp_view.php:336 -#: ../../operation/snmpconsole/snmp_view.php:598 -#: ../../operation/snmpconsole/snmp_view.php:605 +#: ../../operation/snmpconsole/snmp_view.php:324 +#: ../../operation/snmpconsole/snmp_view.php:584 +#: ../../operation/snmpconsole/snmp_view.php:591 msgid "Cold start (0)" msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:29 #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 -#: ../../operation/snmpconsole/snmp_view.php:336 -#: ../../operation/snmpconsole/snmp_view.php:598 -#: ../../operation/snmpconsole/snmp_view.php:608 +#: ../../operation/snmpconsole/snmp_view.php:324 +#: ../../operation/snmpconsole/snmp_view.php:584 +#: ../../operation/snmpconsole/snmp_view.php:594 msgid "Warm start (1)" msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:30 #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 -#: ../../operation/snmpconsole/snmp_view.php:336 -#: ../../operation/snmpconsole/snmp_view.php:598 -#: ../../operation/snmpconsole/snmp_view.php:611 +#: ../../operation/snmpconsole/snmp_view.php:324 +#: ../../operation/snmpconsole/snmp_view.php:584 +#: ../../operation/snmpconsole/snmp_view.php:597 msgid "Link down (2)" msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:31 #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 -#: ../../operation/snmpconsole/snmp_view.php:336 -#: ../../operation/snmpconsole/snmp_view.php:598 -#: ../../operation/snmpconsole/snmp_view.php:614 +#: ../../operation/snmpconsole/snmp_view.php:324 +#: ../../operation/snmpconsole/snmp_view.php:584 +#: ../../operation/snmpconsole/snmp_view.php:600 msgid "Link up (3)" msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:32 #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 -#: ../../operation/snmpconsole/snmp_view.php:336 -#: ../../operation/snmpconsole/snmp_view.php:598 -#: ../../operation/snmpconsole/snmp_view.php:617 +#: ../../operation/snmpconsole/snmp_view.php:324 +#: ../../operation/snmpconsole/snmp_view.php:584 +#: ../../operation/snmpconsole/snmp_view.php:603 msgid "Authentication failure (4)" msgstr "" @@ -11607,8 +11714,8 @@ msgid "There are no SNMP alerts" msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:965 -#: ../../include/functions_reporting.php:1739 -#: ../../include/functions_reporting.php:2321 +#: ../../include/functions_reporting.php:2024 +#: ../../include/functions_reporting.php:2593 msgid "Times fired" msgstr "" @@ -11622,10 +11729,10 @@ msgstr "" #: ../../godmode/snmpconsole/snmp_alert.php:1130 #: ../../enterprise/operation/services/services.service_map.php:96 -#: ../../operation/snmpconsole/snmp_view.php:716 +#: ../../operation/snmpconsole/snmp_view.php:702 #: ../../extensions/agents_modules.php:304 -#: ../../extensions/module_groups.php:292 -#: ../../include/functions_reporting.php:6098 +#: ../../extensions/module_groups.php:294 +#: ../../include/functions_reporting.php:6467 msgid "Legend" msgstr "" @@ -11839,12 +11946,12 @@ msgstr "" #: ../../operation/events/events_rss.php:145 #: ../../operation/events/events.php:83 ../../include/functions_events.php:871 #: ../../include/functions_events.php:1306 -#: ../../include/functions_reporting.php:2626 -#: ../../include/functions_reporting.php:2741 -#: ../../include/functions_graph.php:1550 -#: ../../include/functions_graph.php:2006 -#: ../../include/functions_graph.php:2343 -#: ../../include/functions_graph.php:2346 ../../include/functions.php:1027 +#: ../../include/functions_reporting.php:2894 +#: ../../include/functions_reporting.php:3005 +#: ../../include/functions_graph.php:1619 +#: ../../include/functions_graph.php:2075 +#: ../../include/functions_graph.php:2412 +#: ../../include/functions_graph.php:2415 ../../include/functions.php:1027 msgid "System" msgstr "" @@ -12028,89 +12135,98 @@ msgstr "" msgid "Sound for Monitor warning" msgstr "" -#: ../../godmode/setup/setup_general.php:226 +#: ../../godmode/setup/setup_general.php:215 #: ../../enterprise/meta/advanced/metasetup.setup.php:140 #: ../../enterprise/meta/include/functions_meta.php:127 #: ../../include/functions_config.php:176 msgid "Public URL" msgstr "" -#: ../../godmode/setup/setup_general.php:227 +#: ../../godmode/setup/setup_general.php:216 #: ../../enterprise/meta/advanced/metasetup.setup.php:141 msgid "" "Set this value when your PandoraFMS across inverse proxy or for example with " "mod_proxy of Apache." msgstr "" -#: ../../godmode/setup/setup_general.php:230 +#: ../../godmode/setup/setup_general.php:219 #: ../../include/functions_config.php:178 msgid "Referer security" msgstr "" -#: ../../godmode/setup/setup_general.php:231 +#: ../../godmode/setup/setup_general.php:220 msgid "" "When it is set as \"yes\" in some important sections check if the user have " "gone from url Pandora." msgstr "" -#: ../../godmode/setup/setup_general.php:238 +#: ../../godmode/setup/setup_general.php:227 #: ../../include/functions_config.php:180 msgid "Event storm protection" msgstr "" -#: ../../godmode/setup/setup_general.php:239 +#: ../../godmode/setup/setup_general.php:228 msgid "" "If set to yes no events or alerts will be generated, but agents will " "continue receiving data." msgstr "" -#: ../../godmode/setup/setup_general.php:247 +#: ../../godmode/setup/setup_general.php:236 #: ../../include/functions_config.php:182 msgid "Command Snapshot" msgstr "" -#: ../../godmode/setup/setup_general.php:248 +#: ../../godmode/setup/setup_general.php:237 msgid "The string modules with several lines show as command output" msgstr "" -#: ../../godmode/setup/setup_general.php:252 +#: ../../godmode/setup/setup_general.php:241 #: ../../include/functions_config.php:184 msgid "Server logs directory" msgstr "" -#: ../../godmode/setup/setup_general.php:252 +#: ../../godmode/setup/setup_general.php:241 msgid "Directory where the server logs are stored." msgstr "" -#: ../../godmode/setup/setup_general.php:256 +#: ../../godmode/setup/setup_general.php:245 msgid "Full mode" msgstr "" -#: ../../godmode/setup/setup_general.php:257 +#: ../../godmode/setup/setup_general.php:246 msgid "On demand" msgstr "" -#: ../../godmode/setup/setup_general.php:258 +#: ../../godmode/setup/setup_general.php:247 msgid "Expert" msgstr "" -#: ../../godmode/setup/setup_general.php:260 +#: ../../godmode/setup/setup_general.php:249 #: ../../include/functions_config.php:186 msgid "Tutorial mode" msgstr "" -#: ../../godmode/setup/setup_general.php:261 +#: ../../godmode/setup/setup_general.php:250 msgid "" "Configuration of our clippy, 'full mode' show the icon in the header and the " "contextual helps and it is noise, 'on demand' it is equal to full but it is " "not noise and 'expert' the icons in the header and the context is not." msgstr "" -#: ../../godmode/setup/setup_general.php:269 +#: ../../godmode/setup/setup_general.php:256 +#: ../../include/functions_config.php:188 +msgid "Allow create planned downtimes in the past" +msgstr "" + +#: ../../godmode/setup/setup_general.php:257 +msgid "The planned downtimes created in the past will affect the SLA reports" +msgstr "" + +#: ../../godmode/setup/setup_general.php:264 msgid "General options" msgstr "" -#: ../../godmode/setup/setup_general.php:329 +#: ../../godmode/setup/setup_general.php:324 msgid "" "If Enterprise ACL System is enabled without rules you will lose access to " "Pandora FMS Console (even admin). Do you want to continue?" @@ -12148,7 +12264,7 @@ msgstr "" #: ../../godmode/setup/setup_visuals.php:52 #: ../../enterprise/meta/advanced/metasetup.visual.php:73 #: ../../enterprise/meta/include/functions_meta.php:280 -#: ../../include/functions_config.php:368 +#: ../../include/functions_config.php:370 msgid "Date format string" msgstr "" @@ -12160,7 +12276,7 @@ msgstr "" #: ../../godmode/setup/setup_visuals.php:67 #: ../../enterprise/meta/advanced/metasetup.visual.php:87 #: ../../enterprise/meta/include/functions_meta.php:290 -#: ../../include/functions_config.php:370 +#: ../../include/functions_config.php:372 msgid "Timestamp or time comparation" msgstr "" @@ -12177,63 +12293,63 @@ msgstr "" #: ../../godmode/setup/setup_visuals.php:75 #: ../../enterprise/meta/advanced/metasetup.visual.php:95 #: ../../enterprise/meta/include/functions_meta.php:300 -#: ../../include/functions_config.php:372 +#: ../../include/functions_config.php:374 msgid "Graph color (min)" msgstr "" #: ../../godmode/setup/setup_visuals.php:80 #: ../../enterprise/meta/advanced/metasetup.visual.php:100 #: ../../enterprise/meta/include/functions_meta.php:310 -#: ../../include/functions_config.php:374 +#: ../../include/functions_config.php:376 msgid "Graph color (avg)" msgstr "" #: ../../godmode/setup/setup_visuals.php:85 #: ../../enterprise/meta/advanced/metasetup.visual.php:105 #: ../../enterprise/meta/include/functions_meta.php:320 -#: ../../include/functions_config.php:376 +#: ../../include/functions_config.php:378 msgid "Graph color (max)" msgstr "" #: ../../godmode/setup/setup_visuals.php:90 -#: ../../include/functions_config.php:378 +#: ../../include/functions_config.php:380 msgid "Graph color #4" msgstr "" #: ../../godmode/setup/setup_visuals.php:95 -#: ../../include/functions_config.php:380 +#: ../../include/functions_config.php:382 msgid "Graph color #5" msgstr "" #: ../../godmode/setup/setup_visuals.php:100 -#: ../../include/functions_config.php:382 +#: ../../include/functions_config.php:384 msgid "Graph color #6" msgstr "" #: ../../godmode/setup/setup_visuals.php:105 -#: ../../include/functions_config.php:384 +#: ../../include/functions_config.php:386 msgid "Graph color #7" msgstr "" #: ../../godmode/setup/setup_visuals.php:110 -#: ../../include/functions_config.php:386 +#: ../../include/functions_config.php:388 msgid "Graph color #8" msgstr "" #: ../../godmode/setup/setup_visuals.php:115 -#: ../../include/functions_config.php:388 +#: ../../include/functions_config.php:390 msgid "Graph color #9" msgstr "" #: ../../godmode/setup/setup_visuals.php:120 -#: ../../include/functions_config.php:390 +#: ../../include/functions_config.php:392 msgid "Graph color #10" msgstr "" #: ../../godmode/setup/setup_visuals.php:125 #: ../../enterprise/meta/advanced/metasetup.visual.php:110 #: ../../enterprise/meta/include/functions_meta.php:330 -#: ../../include/functions_config.php:392 +#: ../../include/functions_config.php:394 msgid "Graphic resolution (1-low, 5-high)" msgstr "" @@ -12277,24 +12393,24 @@ msgstr "" #: ../../godmode/setup/setup_visuals.php:146 #: ../../enterprise/meta/advanced/metasetup.visual.php:146 #: ../../enterprise/meta/include/functions_meta.php:413 -#: ../../include/functions_config.php:483 +#: ../../include/functions_config.php:487 msgid "Delete interval" msgstr "" #: ../../godmode/setup/setup_visuals.php:156 -#: ../../include/functions_config.php:397 +#: ../../include/functions_config.php:399 msgid "Style template" msgstr "" #: ../../godmode/setup/setup_visuals.php:166 #: ../../enterprise/meta/advanced/metasetup.visual.php:120 #: ../../enterprise/meta/include/functions_meta.php:353 -#: ../../include/functions_config.php:401 +#: ../../include/functions_config.php:403 msgid "Use round corners" msgstr "" #: ../../godmode/setup/setup_visuals.php:172 -#: ../../include/functions_config.php:405 +#: ../../include/functions_config.php:407 msgid "Status icon set" msgstr "" @@ -12311,13 +12427,13 @@ msgid "Colors and text" msgstr "" #: ../../godmode/setup/setup_visuals.php:180 -#: ../../include/functions_config.php:407 +#: ../../include/functions_config.php:409 msgid "Font path" msgstr "" #: ../../godmode/setup/setup_visuals.php:186 #: ../../enterprise/dashboard/widgets/network_map.php:43 -#: ../../include/functions_config.php:409 +#: ../../include/functions_config.php:411 msgid "Font size" msgstr "" @@ -12327,13 +12443,13 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:76 #: ../../enterprise/meta/advanced/metasetup.visual.php:177 #: ../../enterprise/meta/include/functions_meta.php:429 -#: ../../include/functions_config.php:413 -#: ../../include/functions_config.php:493 +#: ../../include/functions_config.php:415 +#: ../../include/functions_config.php:497 msgid "Custom logo" msgstr "" #: ../../godmode/setup/setup_visuals.php:220 -#: ../../include/functions_config.php:415 +#: ../../include/functions_config.php:417 msgid "Login background" msgstr "" @@ -12342,7 +12458,7 @@ msgid "You can place your custom images into the folder images/backgrounds/" msgstr "" #: ../../godmode/setup/setup_visuals.php:240 -#: ../../include/functions_config.php:417 +#: ../../include/functions_config.php:419 msgid "Default interval for refresh on Visual Console" msgstr "" @@ -12351,7 +12467,7 @@ msgid "This interval will affect to Visual Console pages" msgstr "" #: ../../godmode/setup/setup_visuals.php:246 -#: ../../include/functions_config.php:419 +#: ../../include/functions_config.php:421 msgid "Default line thickness for the Visual Console" msgstr "" @@ -12361,8 +12477,8 @@ msgid "" msgstr "" #: ../../godmode/setup/setup_visuals.php:251 -#: ../../include/functions_config.php:421 #: ../../include/functions_config.php:423 +#: ../../include/functions_config.php:425 msgid "Agent size text" msgstr "" @@ -12383,7 +12499,7 @@ msgid "Normal:" msgstr "" #: ../../godmode/setup/setup_visuals.php:257 -#: ../../include/functions_config.php:425 +#: ../../include/functions_config.php:427 msgid "Module size text" msgstr "" @@ -12394,8 +12510,8 @@ msgid "" msgstr "" #: ../../godmode/setup/setup_visuals.php:263 -#: ../../include/functions_config.php:427 #: ../../include/functions_config.php:429 +#: ../../include/functions_config.php:431 msgid "Description size text" msgstr "" @@ -12406,7 +12522,7 @@ msgid "" msgstr "" #: ../../godmode/setup/setup_visuals.php:268 -#: ../../include/functions_config.php:431 +#: ../../include/functions_config.php:433 msgid "Item title size text" msgstr "" @@ -12417,7 +12533,7 @@ msgid "" msgstr "" #: ../../godmode/setup/setup_visuals.php:273 -#: ../../include/functions_config.php:433 +#: ../../include/functions_config.php:435 msgid "GIS Labels" msgstr "" @@ -12428,7 +12544,7 @@ msgid "" msgstr "" #: ../../godmode/setup/setup_visuals.php:286 -#: ../../include/functions_config.php:435 +#: ../../include/functions_config.php:437 msgid "Default icon in GIS" msgstr "" @@ -12437,7 +12553,7 @@ msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used" msgstr "" #: ../../godmode/setup/setup_visuals.php:314 -#: ../../include/functions_config.php:437 +#: ../../include/functions_config.php:439 msgid "Autohidden menu" msgstr "" @@ -12471,12 +12587,12 @@ msgstr "" #: ../../enterprise/meta/include/functions_meta.php:434 #: ../../enterprise/meta/include/functions_meta.php:439 #: ../../enterprise/meta/include/functions_meta.php:444 -#: ../../include/functions_config.php:487 -#: ../../include/functions_config.php:490 -#: ../../include/functions_config.php:493 -#: ../../include/functions_config.php:496 -#: ../../include/functions_config.php:499 -#: ../../include/functions_config.php:502 +#: ../../include/functions_config.php:491 +#: ../../include/functions_config.php:494 +#: ../../include/functions_config.php:497 +#: ../../include/functions_config.php:500 +#: ../../include/functions_config.php:503 +#: ../../include/functions_config.php:506 msgid "Custom report front" msgstr "" @@ -12485,7 +12601,7 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:73 #: ../../enterprise/meta/advanced/metasetup.visual.php:174 #: ../../enterprise/meta/include/functions_meta.php:424 -#: ../../include/functions_config.php:490 +#: ../../include/functions_config.php:494 msgid "Font family" msgstr "" @@ -12504,7 +12620,7 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 #: ../../enterprise/meta/advanced/metasetup.visual.php:187 #: ../../enterprise/meta/include/functions_meta.php:434 -#: ../../include/functions_config.php:496 +#: ../../include/functions_config.php:500 msgid "Header" msgstr "" @@ -12513,7 +12629,7 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:90 #: ../../enterprise/meta/advanced/metasetup.visual.php:191 #: ../../enterprise/meta/include/functions_meta.php:439 -#: ../../include/functions_config.php:499 +#: ../../include/functions_config.php:503 msgid "First page" msgstr "" @@ -12522,7 +12638,7 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:93 #: ../../enterprise/meta/advanced/metasetup.visual.php:195 #: ../../enterprise/meta/include/functions_meta.php:444 -#: ../../include/functions_config.php:502 +#: ../../include/functions_config.php:506 msgid "Footer" msgstr "" @@ -12535,7 +12651,7 @@ msgid "Show QR Code icon in the header" msgstr "" #: ../../godmode/setup/setup_visuals.php:392 -#: ../../include/functions_config.php:445 +#: ../../include/functions_config.php:447 msgid "Custom graphviz directory" msgstr "" @@ -12544,22 +12660,31 @@ msgid "Custom directory where the graphviz binaries are stored." msgstr "" #: ../../godmode/setup/setup_visuals.php:397 -#: ../../include/functions_config.php:447 +#: ../../include/functions_config.php:449 msgid "Networkmap max width" msgstr "" #: ../../godmode/setup/setup_visuals.php:402 -#: ../../include/functions_config.php:439 +#: ../../include/functions_config.php:441 msgid "Fixed header" msgstr "" -#: ../../godmode/setup/setup_visuals.php:407 -#: ../../include/functions_config.php:441 +#: ../../godmode/setup/setup_visuals.php:411 +#: ../../include/functions_config.php:443 msgid "Fixed menu" msgstr "" +#: ../../godmode/setup/setup_visuals.php:423 +#: ../../include/functions_config.php:451 +msgid "Shortened module graph data" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:424 +msgid "The data number of the module graphs will be rounded and shortened" +msgstr "" + #: ../../godmode/setup/setup_netflow.php:41 -#: ../../include/functions_config.php:507 +#: ../../include/functions_config.php:511 msgid "Data storage path" msgstr "" @@ -12568,7 +12693,7 @@ msgid "Directory where netflow data will be stored." msgstr "" #: ../../godmode/setup/setup_netflow.php:45 -#: ../../include/functions_config.php:509 +#: ../../include/functions_config.php:513 msgid "Daemon interval" msgstr "" @@ -12577,22 +12702,22 @@ msgid "Specifies the time interval in seconds to rotate netflow data files." msgstr "" #: ../../godmode/setup/setup_netflow.php:49 -#: ../../include/functions_config.php:511 +#: ../../include/functions_config.php:515 msgid "Daemon binary path" msgstr "" #: ../../godmode/setup/setup_netflow.php:52 -#: ../../include/functions_config.php:513 +#: ../../include/functions_config.php:517 msgid "Nfdump binary path" msgstr "" #: ../../godmode/setup/setup_netflow.php:55 -#: ../../include/functions_config.php:515 +#: ../../include/functions_config.php:519 msgid "Nfexpire binary path" msgstr "" #: ../../godmode/setup/setup_netflow.php:58 -#: ../../include/functions_config.php:517 +#: ../../include/functions_config.php:521 msgid "Maximum chart resolution" msgstr "" @@ -12604,7 +12729,7 @@ msgstr "" #: ../../godmode/setup/setup_netflow.php:61 #: ../../enterprise/meta/advanced/metasetup.setup.php:144 -#: ../../include/functions_config.php:519 +#: ../../include/functions_config.php:523 msgid "Disable custom live view filters" msgstr "" @@ -12616,8 +12741,8 @@ msgid "" msgstr "" #: ../../godmode/setup/setup_netflow.php:65 -#: ../../include/functions_config.php:521 -#: ../../include/functions_config.php:527 +#: ../../include/functions_config.php:525 +#: ../../include/functions_config.php:531 msgid "Netflow max lifetime" msgstr "" @@ -12626,7 +12751,7 @@ msgid "Sets the maximum lifetime for netflow data in days." msgstr "" #: ../../godmode/setup/setup_netflow.php:68 -#: ../../include/functions_config.php:523 +#: ../../include/functions_config.php:527 msgid "Name resolution for IP address" msgstr "" @@ -12641,7 +12766,7 @@ msgid "IP address resolution can take a lot of time" msgstr "" #: ../../godmode/setup/setup_auth.php:37 -#: ../../include/functions_config.php:257 +#: ../../include/functions_config.php:259 msgid "Authentication method" msgstr "" @@ -12654,7 +12779,7 @@ msgid "ldap" msgstr "" #: ../../godmode/setup/setup_auth.php:44 -#: ../../include/functions_config.php:289 +#: ../../include/functions_config.php:291 msgid "Fallback to local authentication" msgstr "" @@ -12665,54 +12790,54 @@ msgid "" msgstr "" #: ../../godmode/setup/setup_auth.php:48 -#: ../../include/functions_config.php:259 +#: ../../include/functions_config.php:261 msgid "Autocreate remote users" msgstr "" #: ../../godmode/setup/setup_auth.php:52 -#: ../../include/functions_config.php:261 +#: ../../include/functions_config.php:263 msgid "Autocreate profile" msgstr "" #: ../../godmode/setup/setup_auth.php:58 -#: ../../include/functions_config.php:263 +#: ../../include/functions_config.php:265 msgid "Autocreate profile group" msgstr "" #: ../../godmode/setup/setup_auth.php:60 -#: ../../include/functions_config.php:265 +#: ../../include/functions_config.php:267 msgid "Autocreate blacklist" msgstr "" #: ../../godmode/setup/setup_auth.php:67 -#: ../../include/functions_config.php:277 +#: ../../include/functions_config.php:279 msgid "LDAP server" msgstr "" #: ../../godmode/setup/setup_auth.php:69 -#: ../../include/functions_config.php:279 +#: ../../include/functions_config.php:281 msgid "LDAP port" msgstr "" #: ../../godmode/setup/setup_auth.php:71 -#: ../../include/functions_config.php:281 +#: ../../include/functions_config.php:283 msgid "LDAP version" msgstr "" #: ../../godmode/setup/setup_auth.php:74 #: ../../enterprise/godmode/setup/setup_auth.php:50 -#: ../../include/functions_config.php:272 -#: ../../include/functions_config.php:283 +#: ../../include/functions_config.php:274 +#: ../../include/functions_config.php:285 msgid "Start TLS" msgstr "" #: ../../godmode/setup/setup_auth.php:77 -#: ../../include/functions_config.php:285 +#: ../../include/functions_config.php:287 msgid "Base DN" msgstr "" #: ../../godmode/setup/setup_auth.php:79 -#: ../../include/functions_config.php:287 +#: ../../include/functions_config.php:289 msgid "Login attribute" msgstr "" @@ -12805,7 +12930,7 @@ msgstr "" #: ../../godmode/setup/performance.php:45 #: ../../enterprise/meta/advanced/metasetup.performance.php:70 #: ../../enterprise/meta/include/functions_meta.php:458 -#: ../../include/functions_config.php:331 +#: ../../include/functions_config.php:333 msgid "Max. days before delete events" msgstr "" @@ -12816,29 +12941,29 @@ msgid "" msgstr "" #: ../../godmode/setup/performance.php:48 -#: ../../include/functions_config.php:333 +#: ../../include/functions_config.php:335 msgid "Max. days before delete traps" msgstr "" #: ../../godmode/setup/performance.php:51 #: ../../enterprise/meta/advanced/metasetup.performance.php:79 #: ../../enterprise/meta/include/functions_meta.php:478 -#: ../../include/functions_config.php:337 +#: ../../include/functions_config.php:339 msgid "Max. days before delete audit events" msgstr "" #: ../../godmode/setup/performance.php:54 -#: ../../include/functions_config.php:335 +#: ../../include/functions_config.php:337 msgid "Max. days before delete string data" msgstr "" #: ../../godmode/setup/performance.php:57 -#: ../../include/functions_config.php:339 +#: ../../include/functions_config.php:341 msgid "Max. days before delete GIS data" msgstr "" #: ../../godmode/setup/performance.php:60 -#: ../../include/functions_config.php:341 +#: ../../include/functions_config.php:343 msgid "Max. days before purge" msgstr "" @@ -12849,17 +12974,17 @@ msgid "" msgstr "" #: ../../godmode/setup/performance.php:63 -#: ../../include/functions_config.php:345 +#: ../../include/functions_config.php:347 msgid "Max. days before compact data" msgstr "" #: ../../godmode/setup/performance.php:66 -#: ../../include/functions_config.php:343 +#: ../../include/functions_config.php:345 msgid "Max. days before delete unknown modules" msgstr "" #: ../../godmode/setup/performance.php:76 -#: ../../include/functions_config.php:347 +#: ../../include/functions_config.php:349 msgid "Compact interpolation in hours (1 Fine-20 bad)" msgstr "" @@ -12926,60 +13051,56 @@ msgid "Last month" msgstr "" #: ../../godmode/setup/performance.php:90 -#: ../../include/functions_config.php:349 -msgid "SLA period (seconds)" -msgstr "" - -#: ../../godmode/setup/performance.php:90 -msgid "You can see this in SLA agent tab." -msgstr "" - -#: ../../godmode/setup/performance.php:93 #: ../../enterprise/meta/advanced/metasetup.performance.php:84 #: ../../enterprise/meta/include/functions_meta.php:488 #: ../../include/functions_config.php:351 msgid "Default hours for event view" msgstr "" -#: ../../godmode/setup/performance.php:96 +#: ../../godmode/setup/performance.php:93 #: ../../include/functions_config.php:353 msgid "Use realtime statistics" msgstr "" -#: ../../godmode/setup/performance.php:100 +#: ../../godmode/setup/performance.php:97 #: ../../include/functions_config.php:355 msgid "Batch statistics period (secs)" msgstr "" -#: ../../godmode/setup/performance.php:100 +#: ../../godmode/setup/performance.php:97 msgid "" "If realtime statistics are disabled, statistics interval resfresh will be " "set here." msgstr "" -#: ../../godmode/setup/performance.php:103 +#: ../../godmode/setup/performance.php:100 #: ../../enterprise/meta/include/functions_meta.php:498 #: ../../include/functions_config.php:357 msgid "Use agent access graph" msgstr "" -#: ../../godmode/setup/performance.php:107 +#: ../../godmode/setup/performance.php:104 #: ../../include/functions_config.php:361 msgid "Max. recommended number of files in attachment directory" msgstr "" -#: ../../godmode/setup/performance.php:107 +#: ../../godmode/setup/performance.php:104 msgid "" "This number is the maximum number of files in attachment directory. If this " "number is reached then a warning message will appear in the header " "notification space." msgstr "" -#: ../../godmode/setup/performance.php:112 +#: ../../godmode/setup/performance.php:107 +#: ../../include/functions_config.php:363 +msgid "Delete not init modules" +msgstr "" + +#: ../../godmode/setup/performance.php:113 msgid "Database maintenance options" msgstr "" -#: ../../godmode/setup/performance.php:118 +#: ../../godmode/setup/performance.php:119 msgid "Others" msgstr "" @@ -13025,9 +13146,9 @@ msgstr "" #: ../../operation/agentes/alerts_status.php:440 #: ../../operation/agentes/alerts_status.php:471 #: ../../operation/agentes/alerts_status.php:520 -#: ../../operation/snmpconsole/snmp_view.php:536 -#: ../../operation/snmpconsole/snmp_view.php:687 -#: ../../operation/snmpconsole/snmp_view.php:711 +#: ../../operation/snmpconsole/snmp_view.php:522 +#: ../../operation/snmpconsole/snmp_view.php:673 +#: ../../operation/snmpconsole/snmp_view.php:697 msgid "Validate" msgstr "" @@ -13044,11 +13165,9 @@ msgstr "" msgid "To get your Pandora FMS Enterprise License:" msgstr "" -#: ../../godmode/setup/license.php:90 ../../enterprise/load_enterprise.php:371 -msgid "" -"Go to http://artica.es/pandoraupdate51/index.php?" -"section=generate_key_client" +#: ../../godmode/setup/license.php:90 +#, php-format +msgid "Go to %s" msgstr "" #: ../../godmode/setup/license.php:93 ../../enterprise/load_enterprise.php:374 @@ -13249,7 +13368,7 @@ msgid "Could not be created. Blank name" msgstr "" #: ../../godmode/modules/manage_nc_groups.php:153 -#: ../../godmode/modules/manage_network_components.php:372 +#: ../../godmode/modules/manage_network_components.php:378 #: ../../godmode/modules/manage_network_templates.php:76 #: ../../enterprise/godmode/modules/local_components.php:342 #: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 @@ -13257,7 +13376,7 @@ msgid "Successfully multiple deleted" msgstr "" #: ../../godmode/modules/manage_nc_groups.php:154 -#: ../../godmode/modules/manage_network_components.php:373 +#: ../../godmode/modules/manage_network_components.php:379 #: ../../godmode/modules/manage_network_templates.php:77 #: ../../enterprise/godmode/modules/local_components.php:343 #: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 @@ -13327,35 +13446,35 @@ msgstr "" msgid "Network component management" msgstr "" -#: ../../godmode/modules/manage_network_components.php:518 +#: ../../godmode/modules/manage_network_components.php:524 msgid "Max/Min" msgstr "" -#: ../../godmode/modules/manage_network_components.php:544 +#: ../../godmode/modules/manage_network_components.php:550 msgid "Network module" msgstr "" -#: ../../godmode/modules/manage_network_components.php:548 +#: ../../godmode/modules/manage_network_components.php:554 msgid "WMI module" msgstr "" -#: ../../godmode/modules/manage_network_components.php:552 +#: ../../godmode/modules/manage_network_components.php:558 msgid "Plug-in module" msgstr "" -#: ../../godmode/modules/manage_network_components.php:584 +#: ../../godmode/modules/manage_network_components.php:590 msgid "There are no defined network components" msgstr "" -#: ../../godmode/modules/manage_network_components.php:591 +#: ../../godmode/modules/manage_network_components.php:597 msgid "Create a new network component" msgstr "" -#: ../../godmode/modules/manage_network_components.php:592 +#: ../../godmode/modules/manage_network_components.php:598 msgid "Create a new plugin component" msgstr "" -#: ../../godmode/modules/manage_network_components.php:593 +#: ../../godmode/modules/manage_network_components.php:599 msgid "Create a new WMI component" msgstr "" @@ -13393,17 +13512,11 @@ msgstr "" msgid "This template does not exist" msgstr "" -#: ../../godmode/modules/manage_network_templates.php:207 -#: ../../enterprise/operation/log/log_viewer.php:139 -#: ../../enterprise/operation/reporting/custom_reporting.php:43 -msgid "Export to CSV" -msgstr "" - #: ../../godmode/modules/manage_network_templates.php:223 msgid "There are no defined network profiles" msgstr "" -#: ../../index.php:493 ../../enterprise/meta/index.php:397 +#: ../../index.php:496 ../../enterprise/meta/index.php:397 #: ../../enterprise/meta/index.php:409 msgid "Sorry! I can't find the page!" msgstr "" @@ -13530,7 +13643,7 @@ msgid "Transfer mode" msgstr "" #: ../../enterprise/godmode/servers/manage_export_form.php:69 -#: ../../include/functions_servers.php:365 +#: ../../include/functions_servers.php:398 msgid "Export server" msgstr "" @@ -13641,7 +13754,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:426 #: ../../operation/reporting/reporting_xml.php:476 #: ../../include/functions_reports.php:530 -#: ../../include/functions_reporting.php:3378 +#: ../../include/functions_reporting.php:3640 msgid "S.L.A." msgstr "" @@ -13813,10 +13926,10 @@ msgstr "" #: ../../enterprise/meta/include/functions_wizard_meta.php:174 #: ../../enterprise/meta/include/functions_wizard_meta.php:390 #: ../../enterprise/meta/include/functions_wizard_meta.php:550 -#: ../../enterprise/include/functions_metaconsole.php:1065 -#: ../../enterprise/include/functions_metaconsole.php:1088 -#: ../../enterprise/include/functions_metaconsole.php:1111 -#: ../../enterprise/include/functions_metaconsole.php:1134 +#: ../../enterprise/include/functions_metaconsole.php:1101 +#: ../../enterprise/include/functions_metaconsole.php:1124 +#: ../../enterprise/include/functions_metaconsole.php:1147 +#: ../../enterprise/include/functions_metaconsole.php:1170 msgid "Check" msgstr "" @@ -14033,11 +14146,11 @@ msgstr "" #: ../../enterprise/extensions/ipam/ipam_network.php:132 #: ../../operation/servers/recon_view.php:86 #: ../../operation/servers/recon_view.php:118 -#: ../../operation/agentes/estado_generalagente.php:511 +#: ../../operation/agentes/estado_generalagente.php:577 #: ../../operation/agentes/estado_monitores.php:450 -#: ../../operation/agentes/group_view.php:96 -#: ../../include/functions_ui.php:770 ../../include/functions_groups.php:732 -#: ../../include/functions_groups.php:909 +#: ../../operation/agentes/group_view.php:105 +#: ../../include/functions_ui.php:770 ../../include/functions_groups.php:724 +#: ../../include/functions_groups.php:913 msgid "Force" msgstr "" @@ -14080,8 +14193,8 @@ msgstr "" #: ../../operation/agentes/estado_agente.php:466 #: ../../operation/search_modules.php:53 ../../extensions/insert_data.php:163 #: ../../extensions/insert_data.php:164 -#: ../../include/functions_reporting.php:4408 -#: ../../include/functions_graph.php:2412 +#: ../../include/functions_reporting.php:4775 +#: ../../include/functions_graph.php:2481 #: ../../include/functions_netflow.php:310 msgid "Data" msgstr "" @@ -14166,7 +14279,7 @@ msgid "Empty for default short name fc_X where X is the collection id." msgstr "" #: ../../enterprise/godmode/agentes/collections.data.php:318 -#: ../../operation/snmpconsole/snmp_view.php:592 +#: ../../operation/snmpconsole/snmp_view.php:578 msgid "Description:" msgstr "" @@ -14179,8 +14292,8 @@ msgid "Synthetic average" msgstr "" #: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:79 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:139 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:141 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 msgid "Group filter" msgstr "" @@ -14309,7 +14422,7 @@ msgstr "" #: ../../enterprise/godmode/agentes/collections.editor.php:82 #: ../../enterprise/godmode/agentes/collections.editor.php:134 -#: ../../include/functions_filemanager.php:676 +#: ../../include/functions_filemanager.php:714 msgid "Edit file" msgstr "" @@ -14320,7 +14433,7 @@ msgstr "" #: ../../enterprise/godmode/agentes/collections.editor.php:115 #: ../../enterprise/godmode/agentes/collections.editor.php:261 -#: ../../include/functions_filemanager.php:335 +#: ../../include/functions_filemanager.php:346 msgid "Security error." msgstr "" @@ -14622,7 +14735,7 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.global.php:143 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:198 -#: ../../include/functions_reporting.php:4832 +#: ../../include/functions_reporting.php:5201 msgid "Rate" msgstr "" @@ -14750,7 +14863,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2291 #: ../../enterprise/include/functions_reporting_xml.php:631 #: ../../operation/reporting/reporting_xml.php:683 -#: ../../include/functions_reporting.php:3995 +#: ../../include/functions_reporting.php:4362 msgid "SQL" msgstr "" @@ -15363,7 +15476,7 @@ msgstr "" #: ../../operation/servers/recon_view.php:30 #: ../../operation/agentes/estado_monitores.php:453 #: ../../operation/agentes/networkmap.php:446 -#: ../../operation/reporting/graph_viewer.php:195 +#: ../../operation/reporting/graph_viewer.php:200 #: ../../operation/visual_console/render_view.php:158 #: ../../operation/visual_console/public_console.php:91 #: ../../extensions/agents_alerts.php:78 @@ -15563,14 +15676,14 @@ msgstr "" #: ../../enterprise/godmode/alerts/configure_alert_rule.php:129 #: ../../enterprise/include/functions_reporting_pdf.php:2657 -#: ../../operation/snmpconsole/snmp_view.php:413 -#: ../../include/functions_reporting.php:2561 -#: ../../include/functions_reporting.php:2803 +#: ../../operation/snmpconsole/snmp_view.php:399 +#: ../../include/functions_reporting.php:2829 +#: ../../include/functions_reporting.php:3063 msgid "Count" msgstr "" #: ../../enterprise/godmode/alerts/configure_alert_rule.php:138 -#: ../../operation/tree.php:448 +#: ../../operation/tree.php:451 msgid "Module alerts" msgstr "" @@ -15815,7 +15928,7 @@ msgid "Directory where log data will be stored." msgstr "" #: ../../enterprise/godmode/setup/setup_log_collector.php:48 -#: ../../include/functions_config.php:529 +#: ../../include/functions_config.php:533 msgid "Log max lifetime" msgstr "" @@ -15856,8 +15969,8 @@ msgstr "" #: ../../enterprise/godmode/setup/setup_acl.php:207 #: ../../enterprise/godmode/setup/setup_acl.php:220 -#: ../../include/functions_graph.php:1920 -#: ../../include/functions_graph.php:1935 +#: ../../include/functions_graph.php:1989 +#: ../../include/functions_graph.php:2004 msgid "Invalid" msgstr "" @@ -16004,12 +16117,12 @@ msgid "Compatibility" msgstr "" #: ../../enterprise/godmode/setup/setup_history.php:42 -#: ../../include/functions_config.php:533 +#: ../../include/functions_config.php:537 msgid "Enable history database" msgstr "" #: ../../enterprise/godmode/setup/setup_history.php:46 -#: ../../include/functions_config.php:535 +#: ../../include/functions_config.php:539 msgid "Host" msgstr "" @@ -16017,20 +16130,20 @@ msgstr "" #: ../../enterprise/godmode/setup/setup_auth.php:65 #: ../../enterprise/godmode/setup/setup_auth.php:81 #: ../../enterprise/godmode/setup/setup_auth.php:97 -#: ../../include/functions_config.php:296 -#: ../../include/functions_config.php:307 -#: ../../include/functions_config.php:317 -#: ../../include/functions_config.php:539 +#: ../../include/functions_config.php:298 +#: ../../include/functions_config.php:309 +#: ../../include/functions_config.php:319 +#: ../../include/functions_config.php:543 msgid "Database name" msgstr "" #: ../../enterprise/godmode/setup/setup_history.php:55 -#: ../../include/functions_config.php:541 +#: ../../include/functions_config.php:545 msgid "Database user" msgstr "" #: ../../enterprise/godmode/setup/setup_history.php:58 -#: ../../include/functions_config.php:543 +#: ../../include/functions_config.php:547 msgid "Database password" msgstr "" @@ -16044,7 +16157,7 @@ msgid "" msgstr "" #: ../../enterprise/godmode/setup/setup_history.php:67 -#: ../../include/functions_config.php:549 +#: ../../include/functions_config.php:553 msgid "Delay" msgstr "" @@ -16053,12 +16166,12 @@ msgid "Time interval between data transfer." msgstr "" #: ../../enterprise/godmode/setup/setup.php:28 -#: ../../include/functions_config.php:191 +#: ../../include/functions_config.php:193 msgid "Forward SNMP traps to agent (if exist)" msgstr "" #: ../../enterprise/godmode/setup/setup.php:34 -#: ../../include/functions_config.php:193 +#: ../../include/functions_config.php:195 msgid "Use Enterprise ACL System" msgstr "" @@ -16069,7 +16182,7 @@ msgid "" msgstr "" #: ../../enterprise/godmode/setup/setup.php:47 -#: ../../include/functions_config.php:197 +#: ../../include/functions_config.php:199 msgid "Size of collection" msgstr "" @@ -16079,12 +16192,12 @@ msgstr "" #: ../../enterprise/godmode/setup/setup.php:51 #: ../../enterprise/meta/advanced/metasetup.consoles.php:259 -#: ../../include/functions_config.php:199 +#: ../../include/functions_config.php:201 msgid "Events replication" msgstr "" #: ../../enterprise/godmode/setup/setup.php:57 -#: ../../include/functions_config.php:202 +#: ../../include/functions_config.php:204 msgid "Replication interval" msgstr "" @@ -16093,32 +16206,32 @@ msgid "Seconds" msgstr "" #: ../../enterprise/godmode/setup/setup.php:61 -#: ../../include/functions_config.php:204 +#: ../../include/functions_config.php:206 msgid "Replication DB host" msgstr "" #: ../../enterprise/godmode/setup/setup.php:65 -#: ../../include/functions_config.php:206 +#: ../../include/functions_config.php:208 msgid "Replication DB database" msgstr "" #: ../../enterprise/godmode/setup/setup.php:69 -#: ../../include/functions_config.php:208 +#: ../../include/functions_config.php:210 msgid "Replication DB user" msgstr "" #: ../../enterprise/godmode/setup/setup.php:73 -#: ../../include/functions_config.php:210 +#: ../../include/functions_config.php:212 msgid "Replication DB password" msgstr "" #: ../../enterprise/godmode/setup/setup.php:77 -#: ../../include/functions_config.php:212 +#: ../../include/functions_config.php:214 msgid "Replication DB port" msgstr "" #: ../../enterprise/godmode/setup/setup.php:81 -#: ../../include/functions_config.php:214 +#: ../../include/functions_config.php:216 msgid "Replication mode" msgstr "" @@ -16127,12 +16240,12 @@ msgid "Only validated events" msgstr "" #: ../../enterprise/godmode/setup/setup.php:85 -#: ../../include/functions_config.php:216 +#: ../../include/functions_config.php:218 msgid "Show events list in local console (read only)" msgstr "" #: ../../enterprise/godmode/setup/setup.php:91 -#: ../../include/functions_config.php:223 +#: ../../include/functions_config.php:225 msgid "Inventory changes blacklist" msgstr "" @@ -16159,7 +16272,7 @@ msgid "Pop selected modules out of blacklist" msgstr "" #: ../../enterprise/godmode/setup/setup.php:144 -#: ../../include/functions_config.php:219 +#: ../../include/functions_config.php:221 msgid "Activate Log Collector" msgstr "" @@ -16170,14 +16283,14 @@ msgstr "" #: ../../enterprise/godmode/setup/setup.php:197 #: ../../enterprise/meta/advanced/metasetup.password.php:70 #: ../../enterprise/meta/include/functions_meta.php:177 -#: ../../include/functions_config.php:230 +#: ../../include/functions_config.php:232 msgid "Enable password policy" msgstr "" #: ../../enterprise/godmode/setup/setup.php:202 #: ../../enterprise/meta/advanced/metasetup.password.php:76 #: ../../enterprise/meta/include/functions_meta.php:187 -#: ../../include/functions_config.php:233 +#: ../../include/functions_config.php:235 msgid "Min. size password" msgstr "" @@ -16189,21 +16302,21 @@ msgstr "" #: ../../enterprise/godmode/setup/setup.php:206 #: ../../enterprise/meta/advanced/metasetup.password.php:81 #: ../../enterprise/meta/include/functions_meta.php:197 -#: ../../include/functions_config.php:243 +#: ../../include/functions_config.php:245 msgid "Password must have numbers" msgstr "" #: ../../enterprise/godmode/setup/setup.php:211 #: ../../enterprise/meta/advanced/metasetup.password.php:87 #: ../../enterprise/meta/include/functions_meta.php:207 -#: ../../include/functions_config.php:245 +#: ../../include/functions_config.php:247 msgid "Password must have symbols" msgstr "" #: ../../enterprise/godmode/setup/setup.php:216 #: ../../enterprise/meta/advanced/metasetup.password.php:93 #: ../../enterprise/meta/include/functions_meta.php:217 -#: ../../include/functions_config.php:235 +#: ../../include/functions_config.php:237 msgid "Password expiration" msgstr "" @@ -16220,14 +16333,14 @@ msgstr "" #: ../../enterprise/godmode/setup/setup.php:220 #: ../../enterprise/meta/advanced/metasetup.password.php:98 #: ../../enterprise/meta/include/functions_meta.php:227 -#: ../../include/functions_config.php:237 +#: ../../include/functions_config.php:239 msgid "Force change password on first login" msgstr "" #: ../../enterprise/godmode/setup/setup.php:225 #: ../../enterprise/meta/advanced/metasetup.password.php:104 #: ../../enterprise/meta/include/functions_meta.php:237 -#: ../../include/functions_config.php:239 +#: ../../include/functions_config.php:241 msgid "User blocked if login fails" msgstr "" @@ -16239,7 +16352,7 @@ msgstr "" #: ../../enterprise/godmode/setup/setup.php:229 #: ../../enterprise/meta/advanced/metasetup.password.php:109 #: ../../enterprise/meta/include/functions_meta.php:247 -#: ../../include/functions_config.php:241 +#: ../../include/functions_config.php:243 msgid "Number of failed login attempts" msgstr "" @@ -16256,21 +16369,21 @@ msgstr "" #: ../../enterprise/godmode/setup/setup.php:234 #: ../../enterprise/meta/advanced/metasetup.password.php:114 #: ../../enterprise/meta/include/functions_meta.php:164 -#: ../../include/functions_config.php:247 +#: ../../include/functions_config.php:249 msgid "Apply password policy to admin users" msgstr "" #: ../../enterprise/godmode/setup/setup.php:239 #: ../../enterprise/meta/advanced/metasetup.password.php:120 #: ../../enterprise/meta/include/functions_meta.php:257 -#: ../../include/functions_config.php:249 +#: ../../include/functions_config.php:251 msgid "Enable password history" msgstr "" #: ../../enterprise/godmode/setup/setup.php:244 #: ../../enterprise/meta/advanced/metasetup.password.php:126 #: ../../enterprise/meta/include/functions_meta.php:267 -#: ../../include/functions_config.php:251 +#: ../../include/functions_config.php:253 msgid "Compare previous password" msgstr "" @@ -16301,41 +16414,41 @@ msgid "Remote Integria" msgstr "" #: ../../enterprise/godmode/setup/setup_auth.php:46 -#: ../../include/functions_config.php:268 +#: ../../include/functions_config.php:270 msgid "Active directory server" msgstr "" #: ../../enterprise/godmode/setup/setup_auth.php:48 -#: ../../include/functions_config.php:270 +#: ../../include/functions_config.php:272 msgid "Active directory port" msgstr "" #: ../../enterprise/godmode/setup/setup_auth.php:53 -#: ../../include/functions_config.php:274 +#: ../../include/functions_config.php:276 msgid "Domain" msgstr "" #: ../../enterprise/godmode/setup/setup_auth.php:61 -#: ../../include/functions_config.php:292 +#: ../../include/functions_config.php:294 msgid "Pandora FMS host" msgstr "" #: ../../enterprise/godmode/setup/setup_auth.php:63 #: ../../enterprise/godmode/setup/setup_auth.php:79 #: ../../enterprise/godmode/setup/setup_auth.php:95 -#: ../../include/functions_config.php:294 -#: ../../include/functions_config.php:305 -#: ../../include/functions_config.php:315 +#: ../../include/functions_config.php:296 +#: ../../include/functions_config.php:307 +#: ../../include/functions_config.php:317 msgid "MySQL port" msgstr "" #: ../../enterprise/godmode/setup/setup_auth.php:77 -#: ../../include/functions_config.php:303 +#: ../../include/functions_config.php:305 msgid "Babel Enterprise host" msgstr "" #: ../../enterprise/godmode/setup/setup_auth.php:93 -#: ../../include/functions_config.php:313 +#: ../../include/functions_config.php:315 msgid "Integria host" msgstr "" @@ -16400,6 +16513,13 @@ msgstr "" msgid "Or disable Pandora FMS enterprise" msgstr "" +#: ../../enterprise/load_enterprise.php:371 +msgid "" +"Go to http://artica.es/pandoraupdate51/index.php?" +"section=generate_key_client" +msgstr "" + #: ../../enterprise/load_enterprise.php:425 #, php-format msgid "" @@ -16408,7 +16528,7 @@ msgid "" msgstr "" #: ../../enterprise/load_enterprise.php:432 -#: ../../include/functions_config.php:1232 +#: ../../include/functions_config.php:1236 msgid "" "This license has expired. " "

You can not get updates until you renew the license." @@ -16482,23 +16602,23 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2765 #: ../../enterprise/include/functions_reporting_pdf.php:2789 #: ../../enterprise/include/functions_reporting_pdf.php:3161 -#: ../../include/functions_reporting.php:2149 -#: ../../include/functions_reporting.php:2225 -#: ../../include/functions_reporting.php:3627 -#: ../../include/functions_reporting.php:3908 -#: ../../include/functions_reporting.php:3936 -#: ../../include/functions_reporting.php:3962 -#: ../../include/functions_reporting.php:4175 -#: ../../include/functions_reporting.php:4201 -#: ../../include/functions_reporting.php:4229 -#: ../../include/functions_reporting.php:4255 -#: ../../include/functions_reporting.php:5475 -#: ../../include/functions_reporting.php:5871 -#: ../../include/functions_graph.php:1424 -#: ../../include/functions_graph.php:1492 -#: ../../include/functions_graph.php:1563 -#: ../../include/functions_graph.php:2089 -#: ../../include/functions_graph.php:2451 +#: ../../include/functions_reporting.php:2421 +#: ../../include/functions_reporting.php:2497 +#: ../../include/functions_reporting.php:3889 +#: ../../include/functions_reporting.php:4275 +#: ../../include/functions_reporting.php:4303 +#: ../../include/functions_reporting.php:4329 +#: ../../include/functions_reporting.php:4542 +#: ../../include/functions_reporting.php:4568 +#: ../../include/functions_reporting.php:4596 +#: ../../include/functions_reporting.php:4622 +#: ../../include/functions_reporting.php:5844 +#: ../../include/functions_reporting.php:6240 +#: ../../include/functions_graph.php:1488 +#: ../../include/functions_graph.php:1561 +#: ../../include/functions_graph.php:1632 +#: ../../include/functions_graph.php:2158 +#: ../../include/functions_graph.php:2520 msgid "other" msgstr "" @@ -16514,21 +16634,21 @@ msgid "Tactical view" msgstr "" #: ../../enterprise/dashboard/widgets/tactical.php:33 -#: ../../include/functions_reporting.php:1304 +#: ../../include/functions_reporting.php:1595 msgid "Monitor checks" msgstr "" #: ../../enterprise/dashboard/widgets/tactical.php:39 -#: ../../include/functions_reporting.php:1055 +#: ../../include/functions_reporting.php:1346 msgid "Server performance" msgstr "" #: ../../enterprise/dashboard/widgets/tactical.php:43 #: ../../operation/gis_maps/index.php:26 -#: ../../include/functions_reporting.php:1189 -#: ../../include/functions_reporting.php:5191 -#: ../../include/functions_reporting.php:5527 -#: ../../include/functions_reporting.php:5901 +#: ../../include/functions_reporting.php:1480 +#: ../../include/functions_reporting.php:5560 +#: ../../include/functions_reporting.php:5896 +#: ../../include/functions_reporting.php:6270 msgid "Summary" msgstr "" @@ -16552,10 +16672,10 @@ msgstr "" #: ../../include/functions_reports.php:596 #: ../../include/functions_reports.php:598 #: ../../include/functions_reports.php:600 -#: ../../include/functions_reporting.php:4679 +#: ../../include/functions_reporting.php:5048 #: ../../include/functions_graph.php:683 -#: ../../include/functions_graph.php:2910 -#: ../../include/functions_graph.php:3516 +#: ../../include/functions_graph.php:2979 +#: ../../include/functions_graph.php:3585 msgid "Events" msgstr "" @@ -16643,7 +16763,7 @@ msgid "Show a top n of agents modules." msgstr "" #: ../../enterprise/dashboard/widgets/top_n.php:82 -#: ../../include/functions_graph.php:3197 +#: ../../include/functions_graph.php:3266 msgid "Avg." msgstr "" @@ -16686,15 +16806,15 @@ msgstr "" #: ../../enterprise/include/functions_reporting_csv.php:804 #: ../../enterprise/include/functions_reporting_csv.php:925 #: ../../enterprise/include/functions_reporting_csv.php:1073 -#: ../../include/functions_reporting.php:4719 -#: ../../include/functions_reporting.php:4909 -#: ../../include/functions_reporting.php:5246 -#: ../../include/functions_reporting.php:5606 +#: ../../include/functions_reporting.php:5088 +#: ../../include/functions_reporting.php:5278 +#: ../../include/functions_reporting.php:5615 +#: ../../include/functions_reporting.php:5975 msgid "There are no Agent/Modules defined" msgstr "" #: ../../enterprise/dashboard/widgets/top_n.php:530 -#: ../../include/functions_reporting.php:5316 +#: ../../include/functions_reporting.php:5685 msgid "Insuficient data" msgstr "" @@ -16763,9 +16883,9 @@ msgstr "" #: ../../enterprise/meta/include/functions_networkmap_meta.php:569 #: ../../enterprise/operation/policies/networkmap.policies.php:92 #: ../../operation/menu.php:82 ../../operation/agentes/networkmap.php:295 -#: ../../operation/agentes/networkmap.groups.php:98 +#: ../../operation/agentes/networkmap.groups.php:103 #: ../../operation/agentes/networkmap_list.php:31 -#: ../../operation/agentes/networkmap.topology.php:112 +#: ../../operation/agentes/networkmap.topology.php:113 msgid "Network map" msgstr "" @@ -16832,7 +16952,7 @@ msgstr "" #: ../../operation/agentes/estado_monitores.php:403 #: ../../operation/search_modules.php:52 #: ../../extensions/realtime_graphs.php:65 -#: ../../include/functions_events.php:1918 +#: ../../include/functions_events.php:1932 #: ../../include/functions_visual_map_editor.php:56 msgid "Graph" msgstr "" @@ -16888,7 +17008,7 @@ msgstr "" #: ../../enterprise/dashboard/dashboard_replicate.php:132 #: ../../enterprise/dashboard/dashboard_replicate.php:142 -#: ../../operation/agentes/status_monitor.php:502 ../../operation/tree.php:652 +#: ../../operation/agentes/status_monitor.php:502 ../../operation/tree.php:655 #: ../../operation/incidents/incident.php:222 msgid "Show" msgstr "" @@ -16944,7 +17064,7 @@ msgid "Dashboard successfuly created" msgstr "" #: ../../enterprise/dashboard/main_dashboard.php:251 -#: ../../operation/reporting/graph_viewer.php:128 +#: ../../operation/reporting/graph_viewer.php:133 #: ../../operation/reporting/reporting_viewer.php:91 #: ../../operation/gis_maps/render_view.php:99 #: ../../operation/visual_console/render_view.php:116 @@ -16955,7 +17075,7 @@ msgid "Full screen mode" msgstr "" #: ../../enterprise/dashboard/main_dashboard.php:256 -#: ../../operation/reporting/graph_viewer.php:133 +#: ../../operation/reporting/graph_viewer.php:138 #: ../../operation/reporting/reporting_viewer.php:96 #: ../../operation/events/events.php:392 #: ../../operation/gis_maps/render_view.php:103 @@ -17098,12 +17218,12 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:846 #: ../../mobile/operation/alerts.php:38 #: ../../operation/agentes/alerts_status.functions.php:48 -#: ../../operation/snmpconsole/snmp_view.php:172 -#: ../../operation/snmpconsole/snmp_view.php:705 -#: ../../include/functions_reporting.php:1792 -#: ../../include/functions_reporting.php:1903 -#: ../../include/functions_reporting.php:2042 -#: ../../include/functions_reporting.php:4662 +#: ../../operation/snmpconsole/snmp_view.php:160 +#: ../../operation/snmpconsole/snmp_view.php:691 +#: ../../include/functions_reporting.php:2072 +#: ../../include/functions_reporting.php:2179 +#: ../../include/functions_reporting.php:2314 +#: ../../include/functions_reporting.php:5031 msgid "Fired" msgstr "" @@ -17163,8 +17283,8 @@ msgstr "" #: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:141 #: ../../mobile/include/functions_web.php:23 -#: ../../include/functions_reporting.php:2246 -#: ../../include/functions_reporting.php:2386 +#: ../../include/functions_reporting.php:2518 +#: ../../include/functions_reporting.php:2658 msgid "Monitor" msgstr "" @@ -17210,7 +17330,7 @@ msgid "No description available" msgstr "" #: ../../enterprise/meta/monitoring/wizard/wizard.php:97 -#: ../../include/functions_events.php:1571 ../../include/functions_xml.php:125 +#: ../../include/functions_events.php:1573 ../../include/functions_xml.php:125 msgid "New" msgstr "" @@ -17250,7 +17370,7 @@ msgstr "" #: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 #: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 #: ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:2979 +#: ../../include/functions_graph.php:3048 msgid "Previous" msgstr "" @@ -17327,14 +17447,14 @@ msgid "Group View" msgstr "" #: ../../enterprise/meta/monitoring/group_view.php:50 -#: ../../operation/menu.php:40 ../../operation/agentes/group_view.php:76 +#: ../../operation/menu.php:40 ../../operation/agentes/group_view.php:85 #: ../../operation/users/user_edit.php:288 #: ../../operation/users/user_edit.php:454 msgid "Group view" msgstr "" #: ../../enterprise/meta/monitoring/group_view.php:100 -#: ../../operation/agentes/group_view.php:100 +#: ../../operation/agentes/group_view.php:109 msgid "Agent unknown" msgstr "" @@ -17343,7 +17463,7 @@ msgstr "" #: ../../enterprise/operation/services/services.list.php:97 #: ../../enterprise/extensions/ipam/ipam_list.php:41 #: ../../operation/agentes/tactical.php:43 -#: ../../operation/agentes/group_view.php:68 +#: ../../operation/agentes/group_view.php:77 #: ../../extensions/agents_alerts.php:55 #: ../../extensions/agents_modules.php:56 msgid "Last update" @@ -17351,7 +17471,7 @@ msgstr "" #: ../../enterprise/meta/monitoring/group_view.php:123 #: ../../operation/agentes/tactical.php:47 -#: ../../operation/agentes/group_view.php:72 +#: ../../operation/agentes/group_view.php:81 #: ../../extensions/agents_alerts.php:58 #: ../../extensions/agents_modules.php:59 msgid "Updated at realtime" @@ -17620,7 +17740,7 @@ msgstr "" #: ../../enterprise/meta/advanced/policymanager.apply.php:199 #: ../../enterprise/operation/agentes/ver_agente.php:208 #: ../../enterprise/include/functions_groups.php:32 -#: ../../operation/agentes/networkmap.php:366 ../../operation/tree.php:522 +#: ../../operation/agentes/networkmap.php:366 ../../operation/tree.php:525 #: ../../include/ajax/networkmap.ajax.php:50 msgid "Policies" msgstr "" @@ -17708,52 +17828,56 @@ msgid "redirected ip server in conf into source DB" msgstr "" #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:81 -msgid "created agent in destination DB" +msgid "created agent group in destination DB" msgstr "" #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:82 -msgid "created agent modules in destination DB" +msgid "created agent in destination DB" msgstr "" #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83 -msgid "created agent alerts in destination DB" +msgid "created agent modules in destination DB" msgstr "" #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:84 -msgid "created alerts actions in destination DB" +msgid "created agent alerts in destination DB" msgstr "" #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85 -msgid "disabled agent in source DB" +msgid "created alerts actions in destination DB" msgstr "" #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86 +msgid "disabled agent in source DB" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87 msgid "" "Not set metaconsole IP in the \"IP list with API access\" guess Pandora " "Console." msgstr "" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:94 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:95 msgid "Successfully moved" msgstr "" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:94 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:95 msgid "Could not be moved" msgstr "" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:131 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:132 msgid "Source Server" msgstr "" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:133 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:134 msgid "Destination Server" msgstr "" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:153 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:154 msgid "Add agents to destination server" msgstr "" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:163 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:164 msgid "Move" msgstr "" @@ -17883,8 +18007,8 @@ msgid "" msgstr "" #: ../../enterprise/meta/general/main_header.php:82 -#: ../../operation/menu.php:43 ../../operation/tree.php:564 -#: ../../operation/tree.php:616 +#: ../../operation/menu.php:43 ../../operation/tree.php:567 +#: ../../operation/tree.php:619 msgid "Tree view" msgstr "" @@ -18167,11 +18291,11 @@ msgstr "" #: ../../mobile/operation/networkmap.php:213 #: ../../mobile/operation/networkmap.php:225 #: ../../operation/agentes/networkmap.groups.php:42 -#: ../../operation/agentes/networkmap.groups.php:88 -#: ../../operation/agentes/networkmap.groups.php:103 +#: ../../operation/agentes/networkmap.groups.php:93 +#: ../../operation/agentes/networkmap.groups.php:108 #: ../../operation/agentes/networkmap.topology.php:45 -#: ../../operation/agentes/networkmap.topology.php:102 -#: ../../operation/agentes/networkmap.topology.php:117 +#: ../../operation/agentes/networkmap.topology.php:103 +#: ../../operation/agentes/networkmap.topology.php:118 msgid "Map could not be generated" msgstr "" @@ -18269,7 +18393,7 @@ msgid "Alerts in module" msgstr "" #: ../../enterprise/meta/include/functions_wizard_meta.php:1218 -#: ../../include/functions_reporting.php:1738 +#: ../../include/functions_reporting.php:2023 msgid "Alert description" msgstr "" @@ -18354,7 +18478,7 @@ msgid "No admin user" msgstr "" #: ../../enterprise/meta/include/functions_meta.php:42 -#: ../../include/functions_config.php:195 +#: ../../include/functions_config.php:197 msgid "Activate Metaconsole" msgstr "" @@ -18383,65 +18507,65 @@ msgstr "" #: ../../operation/agentes/estado_generalagente.php:43 #: ../../operation/agentes/agent_fields.php:28 #: ../../operation/agentes/custom_fields.php:28 -#: ../../include/functions_treeview.php:280 +#: ../../include/functions_treeview.php:286 msgid "There was a problem loading agent" msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1093 #: ../../mobile/operation/agent.php:130 #: ../../operation/agentes/estado_generalagente.php:238 -#: ../../include/functions_treeview.php:333 +#: ../../include/functions_treeview.php:339 msgid "Other IP addresses" msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1107 #: ../../operation/agentes/estado_generalagente.php:151 #: ../../operation/gis_maps/ajax.php:268 -#: ../../include/functions_treeview.php:384 +#: ../../include/functions_treeview.php:390 msgid "Agent Version" msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1114 #: ../../operation/agentes/estado_generalagente.php:275 -#: ../../include/functions_treeview.php:391 +#: ../../include/functions_treeview.php:397 msgid "Position (Long, Lat)" msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1118 #: ../../operation/agentes/estado_generalagente.php:278 -#: ../../include/functions_treeview.php:395 +#: ../../include/functions_treeview.php:401 msgid "There is no GIS data." msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1139 #: ../../operation/agentes/estado_generalagente.php:193 #: ../../operation/gis_maps/ajax.php:276 -#: ../../include/functions_treeview.php:348 +#: ../../include/functions_treeview.php:354 msgid "Remote" msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1154 #: ../../operation/agentes/estado_generalagente.php:303 -#: ../../include/functions_treeview.php:417 +#: ../../include/functions_treeview.php:423 msgid "Timezone Offset" msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1160 -#: ../../include/functions_treeview.php:365 +#: ../../include/functions_treeview.php:371 msgid "Next agent contact" msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 #: ../../operation/agentes/estado_generalagente.php:316 #: ../../operation/agentes/agent_fields.php:45 -#: ../../include/functions_treeview.php:428 +#: ../../include/functions_treeview.php:434 msgid "Custom field" msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1173 #: ../../operation/agentes/agent_fields.php:48 #: ../../operation/agentes/custom_fields.php:83 -#: ../../include/functions_treeview.php:431 +#: ../../include/functions_treeview.php:437 msgid "empty" msgstr "" @@ -18453,10 +18577,7 @@ msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1402 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1578 #: ../../enterprise/extensions/csv_import/main.php:85 -#: ../../include/functions_filemanager.php:580 -#: ../../include/functions_filemanager.php:742 -#: ../../include/functions_filemanager.php:782 -#: ../../include/functions_filemanager.php:822 +#: ../../include/functions_filemanager.php:610 msgid "Go" msgstr "" @@ -18466,7 +18587,7 @@ msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1406 -#: ../../operation/tree.php:570 +#: ../../operation/tree.php:573 msgid "Tree View" msgstr "" @@ -18540,7 +18661,7 @@ msgstr "" #: ../../enterprise/operation/inventory/inventory.php:249 #: ../../enterprise/operation/agentes/agent_inventory.php:241 #: ../../enterprise/include/functions_reporting_pdf.php:510 -#: ../../include/functions_reporting.php:6138 +#: ../../include/functions_reporting.php:6507 msgid "No data found." msgstr "" @@ -18647,11 +18768,11 @@ msgstr "" #: ../../enterprise/include/functions_services.php:1202 #: ../../mobile/operation/modules.php:435 #: ../../mobile/operation/modules.php:453 -#: ../../operation/agentes/status_monitor.php:1111 -#: ../../operation/agentes/status_monitor.php:1129 +#: ../../operation/agentes/status_monitor.php:1132 +#: ../../operation/agentes/status_monitor.php:1150 #: ../../operation/search_modules.php:108 -#: ../../operation/search_modules.php:128 ../../operation/tree.php:356 -#: ../../include/functions_reporting.php:6068 +#: ../../operation/search_modules.php:128 ../../operation/tree.php:359 +#: ../../include/functions_reporting.php:6437 #: ../../include/functions_modules.php:1652 #: ../../include/functions_modules.php:1672 msgid "CRITICAL" @@ -18666,11 +18787,11 @@ msgstr "" #: ../../enterprise/include/functions_services.php:1206 #: ../../mobile/operation/modules.php:439 #: ../../mobile/operation/modules.php:458 -#: ../../operation/agentes/status_monitor.php:1115 -#: ../../operation/agentes/status_monitor.php:1134 +#: ../../operation/agentes/status_monitor.php:1136 +#: ../../operation/agentes/status_monitor.php:1155 #: ../../operation/search_modules.php:112 -#: ../../operation/search_modules.php:135 ../../operation/tree.php:360 -#: ../../include/functions_reporting.php:6071 +#: ../../operation/search_modules.php:135 ../../operation/tree.php:363 +#: ../../include/functions_reporting.php:6440 #: ../../include/functions_modules.php:1656 #: ../../include/functions_modules.php:1676 msgid "WARNING" @@ -18685,11 +18806,11 @@ msgstr "" #: ../../enterprise/include/functions_services.php:1197 #: ../../mobile/operation/modules.php:431 #: ../../mobile/operation/modules.php:448 -#: ../../operation/agentes/status_monitor.php:1107 -#: ../../operation/agentes/status_monitor.php:1124 +#: ../../operation/agentes/status_monitor.php:1128 +#: ../../operation/agentes/status_monitor.php:1145 #: ../../operation/search_modules.php:104 -#: ../../operation/search_modules.php:121 ../../operation/tree.php:364 -#: ../../include/functions_reporting.php:6065 +#: ../../operation/search_modules.php:121 ../../operation/tree.php:367 +#: ../../include/functions_reporting.php:6434 #: ../../include/functions_modules.php:1660 #: ../../include/functions_modules.php:1668 msgid "NORMAL" @@ -18710,13 +18831,13 @@ msgstr "" #: ../../mobile/operation/modules.php:447 #: ../../mobile/operation/modules.php:452 #: ../../mobile/operation/modules.php:457 -#: ../../operation/agentes/status_monitor.php:1123 -#: ../../operation/agentes/status_monitor.php:1128 -#: ../../operation/agentes/status_monitor.php:1133 +#: ../../operation/agentes/status_monitor.php:1144 +#: ../../operation/agentes/status_monitor.php:1149 +#: ../../operation/agentes/status_monitor.php:1154 #: ../../operation/search_modules.php:120 #: ../../operation/search_modules.php:127 -#: ../../operation/search_modules.php:134 ../../operation/tree.php:352 -#: ../../include/functions_reporting.php:6074 +#: ../../operation/search_modules.php:134 ../../operation/tree.php:355 +#: ../../include/functions_reporting.php:6443 #: ../../include/functions_modules.php:1667 #: ../../include/functions_modules.php:1671 #: ../../include/functions_modules.php:1675 @@ -18735,9 +18856,9 @@ msgstr "" #: ../../mobile/operation/modules.php:447 #: ../../mobile/operation/modules.php:452 #: ../../mobile/operation/modules.php:457 -#: ../../operation/agentes/status_monitor.php:1123 -#: ../../operation/agentes/status_monitor.php:1128 -#: ../../operation/agentes/status_monitor.php:1133 +#: ../../operation/agentes/status_monitor.php:1144 +#: ../../operation/agentes/status_monitor.php:1149 +#: ../../operation/agentes/status_monitor.php:1154 #: ../../operation/search_modules.php:120 #: ../../operation/search_modules.php:127 #: ../../operation/search_modules.php:134 @@ -18772,16 +18893,18 @@ msgstr "" #: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1036 #: ../../operation/agentes/networkmap.php:193 +#: ../../operation/snmpconsole/snmp_statistics.php:45 #: ../../operation/snmpconsole/snmp_browser.php:84 -#: ../../operation/snmpconsole/snmp_view.php:86 +#: ../../operation/snmpconsole/snmp_view.php:74 msgid "Normal screen" msgstr "" #: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1045 #: ../../operation/agentes/networkmap.php:198 #: ../../operation/events/events.php:274 +#: ../../operation/snmpconsole/snmp_statistics.php:49 #: ../../operation/snmpconsole/snmp_browser.php:88 -#: ../../operation/snmpconsole/snmp_view.php:90 +#: ../../operation/snmpconsole/snmp_view.php:78 msgid "Full screen" msgstr "" @@ -18829,7 +18952,7 @@ msgstr "" #: ../../enterprise/operation/agentes/ver_agente.php:76 #: ../../operation/agentes/ver_agente.php:470 -#: ../../include/functions_events.php:1867 +#: ../../include/functions_events.php:1881 msgid "Last remote contact" msgstr "" @@ -18843,13 +18966,13 @@ msgstr "" #: ../../mobile/operation/groups.php:124 ../../general/shortcut_bar.php:176 #: ../../general/shortcut_bar.php:178 #: ../../operation/agentes/ver_agente.php:586 -#: ../../include/functions_reporting.php:2145 -#: ../../include/functions_reporting.php:2152 -#: ../../include/functions_groups.php:809 -#: ../../include/functions_groups.php:811 -#: ../../include/functions_groups.php:813 -#: ../../include/functions_groups.php:814 -#: ../../include/functions_groups.php:815 +#: ../../include/functions_reporting.php:2417 +#: ../../include/functions_reporting.php:2424 +#: ../../include/functions_groups.php:801 +#: ../../include/functions_groups.php:803 +#: ../../include/functions_groups.php:805 +#: ../../include/functions_groups.php:806 +#: ../../include/functions_groups.php:807 msgid "Alerts fired" msgstr "" @@ -19521,7 +19644,7 @@ msgstr "" #: ../../enterprise/extensions/ipam/ipam_action.php:190 #: ../../enterprise/include/functions_reporting_pdf.php:547 -#: ../../include/functions_reporting.php:6160 +#: ../../include/functions_reporting.php:6529 msgid "No changes found." msgstr "" @@ -19573,7 +19696,8 @@ msgstr "" #: ../../operation/menu.php:233 ../../operation/menu.php:308 #: ../../operation/events/event_statistics.php:32 #: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/snmpconsole/snmp_view.php:78 +#: ../../operation/snmpconsole/snmp_statistics.php:61 +#: ../../operation/snmpconsole/snmp_view.php:68 #: ../../operation/integria_incidents/incident_statistics.php:29 msgid "Statistics" msgstr "" @@ -19730,7 +19854,6 @@ msgid "The CSV file must have the fields in the following order" msgstr "" #: ../../enterprise/extensions/csv_import/main.php:69 -#: ../../include/functions_filemanager.php:780 msgid "Upload file" msgstr "" @@ -19772,7 +19895,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2933 #: ../../enterprise/include/functions_reporting_xml.php:430 #: ../../operation/reporting/reporting_xml.php:480 -#: ../../include/functions_reporting.php:3410 +#: ../../include/functions_reporting.php:3672 msgid "There are no SLAs defined" msgstr "" @@ -19784,13 +19907,13 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:3052 #: ../../enterprise/include/functions_reporting_pdf.php:3053 #: ../../enterprise/include/functions_reporting_pdf.php:3114 -#: ../../include/functions_reporting.php:3437 -#: ../../include/functions_reporting.php:3441 -#: ../../include/functions_reporting.php:3521 -#: ../../include/functions_reporting.php:3522 -#: ../../include/functions_reporting.php:3529 -#: ../../include/functions_reporting.php:3530 -#: ../../include/functions_reporting.php:3578 +#: ../../include/functions_reporting.php:3699 +#: ../../include/functions_reporting.php:3703 +#: ../../include/functions_reporting.php:3783 +#: ../../include/functions_reporting.php:3784 +#: ../../include/functions_reporting.php:3791 +#: ../../include/functions_reporting.php:3792 +#: ../../include/functions_reporting.php:3840 msgid "Inside limits" msgstr "" @@ -19800,11 +19923,11 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:3048 #: ../../enterprise/include/functions_reporting_pdf.php:3049 #: ../../enterprise/include/functions_reporting_pdf.php:3118 -#: ../../include/functions_reporting.php:3439 -#: ../../include/functions_reporting.php:3443 -#: ../../include/functions_reporting.php:3525 -#: ../../include/functions_reporting.php:3526 -#: ../../include/functions_reporting.php:3582 +#: ../../include/functions_reporting.php:3701 +#: ../../include/functions_reporting.php:3705 +#: ../../include/functions_reporting.php:3787 +#: ../../include/functions_reporting.php:3788 +#: ../../include/functions_reporting.php:3844 msgid "On the edge" msgstr "" @@ -19814,13 +19937,13 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:3056 #: ../../enterprise/include/functions_reporting_pdf.php:3057 #: ../../enterprise/include/functions_reporting_pdf.php:3121 -#: ../../include/functions_reporting.php:3438 -#: ../../include/functions_reporting.php:3442 -#: ../../include/functions_reporting.php:3533 -#: ../../include/functions_reporting.php:3534 -#: ../../include/functions_reporting.php:3585 -#: ../../include/functions_graph.php:1571 -#: ../../include/functions_graph.php:1618 +#: ../../include/functions_reporting.php:3700 +#: ../../include/functions_reporting.php:3704 +#: ../../include/functions_reporting.php:3795 +#: ../../include/functions_reporting.php:3796 +#: ../../include/functions_reporting.php:3847 +#: ../../include/functions_graph.php:1640 +#: ../../include/functions_graph.php:1687 #: ../../include/graphs/functions_gd.php:165 #: ../../include/graphs/functions_gd.php:256 msgid "Out of limits" @@ -19834,8 +19957,8 @@ msgstr "" #: ../../enterprise/include/functions_reporting.php:1198 #: ../../enterprise/include/functions_reporting_pdf.php:2944 #: ../../enterprise/include/functions_reporting_pdf.php:3177 -#: ../../include/functions_reporting.php:3423 -#: ../../include/functions_reporting.php:3644 +#: ../../include/functions_reporting.php:3685 +#: ../../include/functions_reporting.php:3906 msgid "SLA Compliance" msgstr "" @@ -19848,13 +19971,13 @@ msgid "SLA Compliance per days" msgstr "" #: ../../enterprise/include/functions_reporting.php:1196 -#: ../../include/functions_reporting.php:3421 +#: ../../include/functions_reporting.php:3683 msgid "Max/Min Values" msgstr "" #: ../../enterprise/include/functions_reporting.php:1197 #: ../../enterprise/include/functions_reporting_pdf.php:3078 -#: ../../include/functions_reporting.php:3422 +#: ../../include/functions_reporting.php:3684 msgid "SLA Limit" msgstr "" @@ -19862,8 +19985,8 @@ msgstr "" #: ../../enterprise/include/functions_reporting_csv.php:375 #: ../../enterprise/include/functions_reporting_pdf.php:3097 #: ../../enterprise/include/functions_reporting_pdf.php:3183 -#: ../../include/functions_reporting.php:3572 -#: ../../include/functions_reporting.php:3650 +#: ../../include/functions_reporting.php:3834 +#: ../../include/functions_reporting.php:3912 msgid "Fail" msgstr "" @@ -19911,7 +20034,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_csv.php:235 #: ../../enterprise/include/functions_reporting_pdf.php:453 #: ../../include/functions_reports.php:540 -#: ../../include/functions_reporting.php:3236 +#: ../../include/functions_reporting.php:3496 msgid "Prediction date" msgstr "" @@ -19920,7 +20043,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:1033 #: ../../operation/reporting/reporting_xml.php:1091 #: ../../include/functions_reports.php:608 -#: ../../include/functions_reporting.php:6147 +#: ../../include/functions_reporting.php:6516 msgid "Inventory changes" msgstr "" @@ -19967,14 +20090,14 @@ msgstr "" #: ../../enterprise/include/functions_reporting_csv.php:538 #: ../../include/functions_reports.php:557 -#: ../../include/functions_reporting.php:3807 -#: ../../include/functions_reporting.php:4822 -#: ../../include/functions_reporting.php:4862 +#: ../../include/functions_reporting.php:4174 +#: ../../include/functions_reporting.php:5191 +#: ../../include/functions_reporting.php:5231 msgid "Summatory" msgstr "" #: ../../enterprise/include/functions_reporting_csv.php:613 -#: ../../include/functions_reporting.php:4061 +#: ../../include/functions_reporting.php:4428 msgid "Illegal query" msgstr "" @@ -19983,7 +20106,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:981 #: ../../operation/reporting/reporting_xml.php:1039 #: ../../include/functions_reports.php:519 -#: ../../include/functions_reporting.php:4461 +#: ../../include/functions_reporting.php:4830 msgid "TTRT" msgstr "" @@ -19992,7 +20115,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:993 #: ../../operation/reporting/reporting_xml.php:1051 #: ../../include/functions_reports.php:521 -#: ../../include/functions_reporting.php:4492 +#: ../../include/functions_reporting.php:4861 msgid "TTO" msgstr "" @@ -20001,7 +20124,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:1005 #: ../../operation/reporting/reporting_xml.php:1063 #: ../../include/functions_reports.php:523 -#: ../../include/functions_reporting.php:4524 +#: ../../include/functions_reporting.php:4893 msgid "MTBF" msgstr "" @@ -20039,13 +20162,13 @@ msgid "Not init modules" msgstr "" #: ../../enterprise/include/functions_reporting_csv.php:724 -#: ../../include/functions_reporting.php:1222 +#: ../../include/functions_reporting.php:1513 msgid "Defined alerts" msgstr "" #: ../../enterprise/include/functions_reporting_csv.php:724 -#: ../../include/functions_reporting.php:1226 -#: ../../include/functions_graph.php:1418 +#: ../../include/functions_reporting.php:1517 +#: ../../include/functions_graph.php:1482 msgid "Fired alerts" msgstr "" @@ -20056,7 +20179,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_csv.php:725 #: ../../enterprise/include/functions_reporting_pdf.php:806 #: ../../include/functions_reports.php:564 -#: ../../include/functions_reporting.php:4595 +#: ../../include/functions_reporting.php:4964 msgid "Group report" msgstr "" @@ -20065,13 +20188,13 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:1017 #: ../../operation/reporting/reporting_xml.php:1075 #: ../../include/functions_reports.php:525 -#: ../../include/functions_reporting.php:4555 +#: ../../include/functions_reporting.php:4924 msgid "MTTR" msgstr "" #: ../../enterprise/include/functions_reporting_csv.php:1020 #: ../../enterprise/include/functions_reporting_pdf.php:1431 -#: ../../include/functions_reporting.php:5770 +#: ../../include/functions_reporting.php:6139 msgid "Modules over or equal to" msgstr "" @@ -20358,14 +20481,14 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:362 #: ../../include/functions_reports.php:542 -#: ../../include/functions_reporting.php:3179 +#: ../../include/functions_reporting.php:3439 msgid "Projection graph" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:576 #: ../../extensions/agents_modules.php:119 #: ../../include/functions_reports.php:569 -#: ../../include/functions_reporting.php:5917 +#: ../../include/functions_reporting.php:6286 msgid "Agents/Modules" msgstr "" @@ -20374,7 +20497,7 @@ msgid "There are no agents with modules." msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:730 -#: ../../include/functions_reporting.php:6077 +#: ../../include/functions_reporting.php:6446 msgid "ALERTS FIRED" msgstr "" @@ -20384,36 +20507,36 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:762 #: ../../extensions/agents_modules.php:305 -#: ../../include/functions_reporting.php:6099 +#: ../../include/functions_reporting.php:6468 msgid "Orange cell when the module has fired alerts" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:768 #: ../../extensions/agents_modules.php:306 -#: ../../include/functions_reporting.php:6100 +#: ../../include/functions_reporting.php:6469 msgid "Red cell when the module has a critical status" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:774 #: ../../extensions/agents_modules.php:307 -#: ../../include/functions_reporting.php:6101 +#: ../../include/functions_reporting.php:6470 msgid "Yellow cell when the module has a warning status" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:780 #: ../../extensions/agents_modules.php:308 -#: ../../include/functions_reporting.php:6102 +#: ../../include/functions_reporting.php:6471 msgid "Green cell when the module has a normal status" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:786 #: ../../extensions/agents_modules.php:309 -#: ../../include/functions_reporting.php:6103 +#: ../../include/functions_reporting.php:6472 msgid "Grey cell when the module has an unknown status" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:858 -#: ../../include/functions_reporting.php:4675 +#: ../../include/functions_reporting.php:5044 msgid "Last 8 hours" msgstr "" @@ -20427,18 +20550,18 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1189 #: ../../enterprise/include/functions_reporting_pdf.php:1541 #: ../../enterprise/include/functions_reporting_pdf.php:1832 -#: ../../include/functions_reporting.php:5181 -#: ../../include/functions_reporting.php:5520 -#: ../../include/functions_reporting.php:5893 +#: ../../include/functions_reporting.php:5550 +#: ../../include/functions_reporting.php:5889 +#: ../../include/functions_reporting.php:6262 msgid "Max Value" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1194 #: ../../enterprise/include/functions_reporting_pdf.php:1542 #: ../../enterprise/include/functions_reporting_pdf.php:1833 -#: ../../include/functions_reporting.php:5178 -#: ../../include/functions_reporting.php:5518 -#: ../../include/functions_reporting.php:5891 +#: ../../include/functions_reporting.php:5547 +#: ../../include/functions_reporting.php:5887 +#: ../../include/functions_reporting.php:6260 msgid "Min Value" msgstr "" @@ -20446,38 +20569,38 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1543 #: ../../enterprise/include/functions_reporting_pdf.php:1834 #: ../../enterprise/include/functions_reporting_pdf.php:3175 -#: ../../include/functions_reporting.php:3635 -#: ../../include/functions_reporting.php:5179 -#: ../../include/functions_reporting.php:5519 -#: ../../include/functions_reporting.php:5892 +#: ../../include/functions_reporting.php:3897 +#: ../../include/functions_reporting.php:5548 +#: ../../include/functions_reporting.php:5888 +#: ../../include/functions_reporting.php:6261 msgid "Average Value" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1219 -#: ../../include/functions_reporting.php:5542 +#: ../../include/functions_reporting.php:5911 msgid "Exception - Everything" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1223 -#: ../../include/functions_reporting.php:5546 +#: ../../include/functions_reporting.php:5915 #, php-format msgid "Exception - Modules over or equal to %s" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1228 -#: ../../include/functions_reporting.php:5551 +#: ../../include/functions_reporting.php:5920 #, php-format msgid "Exception - Modules under or equal to %s" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1233 -#: ../../include/functions_reporting.php:5556 +#: ../../include/functions_reporting.php:5925 #, php-format msgid "Exception - Modules under %s" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1238 -#: ../../include/functions_reporting.php:5561 +#: ../../include/functions_reporting.php:5930 #, php-format msgid "Exception - Modules over %s" msgstr "" @@ -20487,63 +20610,63 @@ msgid "Exception - Equal to" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1248 -#: ../../include/functions_reporting.php:5571 +#: ../../include/functions_reporting.php:5940 #, php-format msgid "Exception - Not equal to %s" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1253 -#: ../../include/functions_reporting.php:5576 +#: ../../include/functions_reporting.php:5945 msgid "Exception - Modules at normal status" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1257 -#: ../../include/functions_reporting.php:5580 +#: ../../include/functions_reporting.php:5949 msgid "Exception - Modules at critical or warning status" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1424 -#: ../../include/functions_reporting.php:5763 +#: ../../include/functions_reporting.php:6132 msgid "There are no" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1428 -#: ../../include/functions_reporting.php:5767 +#: ../../include/functions_reporting.php:6136 msgid "Modules under those conditions" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1434 -#: ../../include/functions_reporting.php:5773 +#: ../../include/functions_reporting.php:6142 msgid "Modules less or equal to" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1437 -#: ../../include/functions_reporting.php:5776 +#: ../../include/functions_reporting.php:6145 msgid "Modules less" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1440 -#: ../../include/functions_reporting.php:5779 +#: ../../include/functions_reporting.php:6148 msgid "Modules over" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1443 -#: ../../include/functions_reporting.php:5782 +#: ../../include/functions_reporting.php:6151 msgid "Modules equal to" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1446 -#: ../../include/functions_reporting.php:5785 +#: ../../include/functions_reporting.php:6154 msgid "Modules not equal to" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1449 -#: ../../include/functions_reporting.php:5788 +#: ../../include/functions_reporting.php:6157 msgid "Modules normal status" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:1452 -#: ../../include/functions_reporting.php:5791 +#: ../../include/functions_reporting.php:6160 msgid "Modules at critial or warning status" msgstr "" @@ -20551,7 +20674,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:934 #: ../../operation/reporting/reporting_xml.php:968 #: ../../include/functions_reports.php:555 -#: ../../include/functions_reporting.php:4382 +#: ../../include/functions_reporting.php:4749 msgid "Serialize data" msgstr "" @@ -20559,7 +20682,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:922 #: ../../operation/reporting/reporting_xml.php:956 #: ../../include/functions_reports.php:583 -#: ../../include/functions_reporting.php:4354 +#: ../../include/functions_reporting.php:4721 msgid "Import text from URL" msgstr "" @@ -20567,13 +20690,13 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:883 #: ../../operation/reporting/reporting_xml.php:917 #: ../../include/functions_reports.php:590 -#: ../../include/functions_reporting.php:4334 +#: ../../include/functions_reporting.php:4701 msgid "Alert report agent" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2142 #: ../../include/functions_reports.php:592 -#: ../../include/functions_reporting.php:4289 +#: ../../include/functions_reporting.php:4656 msgid "Alert report group" msgstr "" @@ -20581,7 +20704,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:846 #: ../../operation/reporting/reporting_xml.php:880 #: ../../include/functions_reports.php:588 -#: ../../include/functions_reporting.php:4313 +#: ../../include/functions_reporting.php:4680 msgid "Alert report module" msgstr "" @@ -20600,21 +20723,21 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2273 #: ../../enterprise/include/functions_reporting_pdf.php:2511 #: ../../enterprise/include/functions_reporting_pdf.php:2715 -#: ../../include/functions_reporting.php:2585 -#: ../../include/functions_reporting.php:2696 -#: ../../include/functions_reporting.php:2820 +#: ../../include/functions_reporting.php:2853 +#: ../../include/functions_reporting.php:2960 +#: ../../include/functions_reporting.php:3080 msgid "Maximum of events shown" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2365 -#: ../../include/functions_reporting.php:4082 +#: ../../include/functions_reporting.php:4449 msgid "User defined graph" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2448 #: ../../enterprise/include/functions_reporting_xml.php:680 #: ../../operation/reporting/reporting_xml.php:732 -#: ../../include/functions_reporting.php:4116 +#: ../../include/functions_reporting.php:4483 msgid "Group detailed event" msgstr "" @@ -20623,29 +20746,29 @@ msgid "There are no events in group." msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2528 -#: ../../include/functions_reporting.php:4172 +#: ../../include/functions_reporting.php:4539 msgid "Events by agent" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2553 #: ../../enterprise/include/functions_reporting_pdf.php:2732 -#: ../../include/functions_reporting.php:3905 -#: ../../include/functions_reporting.php:4196 +#: ../../include/functions_reporting.php:4272 +#: ../../include/functions_reporting.php:4563 msgid "Events validated by user" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2579 #: ../../enterprise/include/functions_reporting_pdf.php:2758 -#: ../../include/functions_reporting.php:3933 -#: ../../include/functions_reporting.php:4224 +#: ../../include/functions_reporting.php:4300 +#: ../../include/functions_reporting.php:4591 msgid "Events by criticity" msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2603 #: ../../enterprise/include/functions_reporting_pdf.php:2782 #: ../../operation/events/event_statistics.php:65 -#: ../../include/functions_reporting.php:3959 -#: ../../include/functions_reporting.php:4250 +#: ../../include/functions_reporting.php:4326 +#: ../../include/functions_reporting.php:4617 msgid "Amount events validated" msgstr "" @@ -20660,8 +20783,8 @@ msgid "There are no Events." msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:2661 -#: ../../include/functions_reporting.php:2565 -#: ../../include/functions_reporting.php:2686 +#: ../../include/functions_reporting.php:2833 +#: ../../include/functions_reporting.php:2950 msgid "Val. by" msgstr "" @@ -20669,10 +20792,10 @@ msgstr "" #: ../../mobile/operation/events.php:242 #: ../../operation/events/events.build_table.php:181 #: ../../include/functions_events.php:812 -#: ../../include/functions_events.php:2174 -#: ../../include/functions_reporting.php:2600 -#: ../../include/functions_reporting.php:2711 -#: ../../include/functions_reporting.php:2835 +#: ../../include/functions_events.php:2189 +#: ../../include/functions_reporting.php:2868 +#: ../../include/functions_reporting.php:2975 +#: ../../include/functions_reporting.php:3095 #: ../../include/ajax/events.php:441 msgid "New event" msgstr "" @@ -20684,10 +20807,10 @@ msgstr "" #: ../../operation/events/events.php:810 #: ../../operation/events/events.build_table.php:185 #: ../../include/functions_events.php:816 -#: ../../include/functions_events.php:2178 -#: ../../include/functions_reporting.php:2604 -#: ../../include/functions_reporting.php:2715 -#: ../../include/functions_reporting.php:2839 +#: ../../include/functions_events.php:2193 +#: ../../include/functions_reporting.php:2872 +#: ../../include/functions_reporting.php:2979 +#: ../../include/functions_reporting.php:3099 #: ../../include/ajax/events.php:445 msgid "Event validated" msgstr "" @@ -20699,10 +20822,10 @@ msgstr "" #: ../../operation/events/events.php:829 #: ../../operation/events/events.build_table.php:189 #: ../../include/functions_events.php:820 -#: ../../include/functions_events.php:2182 -#: ../../include/functions_reporting.php:2608 -#: ../../include/functions_reporting.php:2719 -#: ../../include/functions_reporting.php:2843 +#: ../../include/functions_events.php:2197 +#: ../../include/functions_reporting.php:2876 +#: ../../include/functions_reporting.php:2983 +#: ../../include/functions_reporting.php:3103 #: ../../include/ajax/events.php:449 msgid "Event in process" msgstr "" @@ -20717,9 +20840,9 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:493 #: ../../operation/reporting/reporting_xml.php:543 #: ../../include/functions_reports.php:547 -#: ../../include/functions_reporting.php:3710 +#: ../../include/functions_reporting.php:4077 #: ../../include/functions_graph.php:660 -#: ../../include/functions_graph.php:2905 +#: ../../include/functions_graph.php:2974 msgid "Avg. Value" msgstr "" @@ -20739,7 +20862,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:265 #: ../../operation/reporting/reporting_xml.php:319 #: ../../include/functions_reports.php:496 -#: ../../include/functions_reporting.php:3273 +#: ../../include/functions_reporting.php:3533 msgid "Simple baseline graph" msgstr "" @@ -20747,7 +20870,7 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:475 #: ../../operation/reporting/reporting_xml.php:525 #: ../../include/functions_reports.php:553 -#: ../../include/functions_reporting.php:3669 +#: ../../include/functions_reporting.php:4036 msgid "Monitor report" msgstr "" @@ -20760,11 +20883,6 @@ msgstr "" msgid "Report date: " msgstr "" -#: ../../enterprise/include/functions_reporting_pdf.php:3606 -#: ../../operation/agentes/gis_view.php:164 -msgid "To" -msgstr "" - #: ../../enterprise/include/functions_reporting_pdf.php:3609 #: ../../operation/reporting/reporting_viewer.php:169 msgid "Items period before" @@ -20790,8 +20908,8 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:3716 #: ../../operation/agentes/ver_agente.php:951 -#: ../../include/functions_reporting.php:3028 -#: ../../include/functions_treeview.php:142 +#: ../../include/functions_reporting.php:3288 +#: ../../include/functions_treeview.php:148 msgid "Last data" msgstr "" @@ -20802,8 +20920,8 @@ msgstr "" #: ../../enterprise/include/functions_reporting_pdf.php:3764 #: ../../enterprise/include/functions_reporting_pdf.php:3899 -#: ../../include/functions_reporting.php:6194 -#: ../../include/functions_reporting.php:6341 +#: ../../include/functions_reporting.php:6563 +#: ../../include/functions_reporting.php:6710 msgid "SO" msgstr "" @@ -21010,13 +21128,13 @@ msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:191 #: ../../operation/reporting/reporting_xml.php:249 #: ../../include/functions_reports.php:494 -#: ../../include/functions_reporting.php:3111 +#: ../../include/functions_reporting.php:3371 msgid "Simple graph" msgstr "" #: ../../enterprise/include/functions_reporting_xml.php:546 #: ../../operation/reporting/reporting_xml.php:596 -#: ../../include/functions_reporting.php:3846 +#: ../../include/functions_reporting.php:4213 msgid "Agent detailed event" msgstr "" @@ -21106,7 +21224,7 @@ msgstr "" #: ../../enterprise/include/functions_inventory.php:425 #: ../../enterprise/include/functions_inventory.php:490 -#: ../../include/functions_filemanager.php:372 +#: ../../include/functions_filemanager.php:383 msgid "Deleted" msgstr "" @@ -21180,7 +21298,7 @@ msgid "Weight Ok" msgstr "" #: ../../enterprise/include/functions_services.php:1120 -#: ../../operation/agentes/status_monitor.php:1201 +#: ../../operation/agentes/status_monitor.php:1222 #: ../../operation/agentes/estado_monitores.php:632 #: ../../operation/search_modules.php:180 msgid "Snapshot view" @@ -21310,11 +21428,11 @@ msgstr "" #: ../../mobile/operation/groups.php:98 ../../mobile/operation/groups.php:99 #: ../../mobile/operation/groups.php:100 -#: ../../include/functions_groups.php:755 -#: ../../include/functions_groups.php:757 -#: ../../include/functions_groups.php:759 -#: ../../include/functions_groups.php:760 -#: ../../include/functions_groups.php:761 +#: ../../include/functions_groups.php:747 +#: ../../include/functions_groups.php:749 +#: ../../include/functions_groups.php:751 +#: ../../include/functions_groups.php:752 +#: ../../include/functions_groups.php:753 msgid "Agents unknown" msgstr "" @@ -21373,8 +21491,8 @@ msgstr "" #: ../../mobile/operation/alerts.php:39 #: ../../operation/agentes/alerts_status.functions.php:49 -#: ../../operation/snmpconsole/snmp_view.php:172 -#: ../../operation/snmpconsole/snmp_view.php:707 +#: ../../operation/snmpconsole/snmp_view.php:160 +#: ../../operation/snmpconsole/snmp_view.php:693 msgid "Not fired" msgstr "" @@ -21441,12 +21559,12 @@ msgstr "" #: ../../mobile/operation/events.php:460 #: ../../operation/events/events.build_table.php:52 -#: ../../include/functions_events.php:2105 +#: ../../include/functions_events.php:2120 msgid "Event ID" msgstr "" #: ../../mobile/operation/events.php:488 -#: ../../include/functions_events.php:2193 +#: ../../include/functions_events.php:2208 msgid "Acknowledged by" msgstr "" @@ -21535,8 +21653,9 @@ msgstr "" #: ../../mobile/operation/module_graph.php:450 #: ../../operation/agentes/exportdata.php:276 -#: ../../operation/agentes/graphs.php:77 +#: ../../operation/agentes/graphs.php:128 #: ../../operation/agentes/stat_win.php:260 +#: ../../operation/agentes/interface_traffic_graph_win.php:191 msgid "Begin date" msgstr "" @@ -21554,7 +21673,7 @@ msgid "Filter Modules by %s" msgstr "" #: ../../mobile/operation/modules.php:427 -#: ../../operation/agentes/status_monitor.php:1103 +#: ../../operation/agentes/status_monitor.php:1124 #: ../../operation/search_modules.php:100 #: ../../include/functions_modules.php:1648 msgid "NOT INIT" @@ -21600,8 +21719,8 @@ msgid "Modules by status" msgstr "" #: ../../mobile/operation/agent.php:165 -#: ../../operation/agentes/estado_generalagente.php:479 -#: ../../include/functions_treeview.php:458 +#: ../../operation/agentes/estado_generalagente.php:545 +#: ../../include/functions_treeview.php:464 msgid "Events (24h)" msgstr "" @@ -21694,38 +21813,38 @@ msgstr "" msgid "Data value" msgstr "" -#: ../../general/login_help_dialog.php:43 +#: ../../general/login_help_dialog.php:42 msgid "" "If this is your first time with Pandora FMS, we propose you a few links to " "learn more about Pandora FMS. Monitoring could be overwhelm, but take your " -"time to learn how to use the power of Pandora!" +"time to learn how to use the power of Pandora FMS!" msgstr "" #: ../../general/login_help_dialog.php:51 -#: ../../general/login_help_dialog.php:54 +#: ../../general/login_help_dialog.php:53 msgid "Online help" msgstr "" #: ../../general/login_help_dialog.php:59 -#: ../../general/login_help_dialog.php:62 ../../general/login_page.php:99 -msgid "Support" -msgstr "" - -#: ../../general/login_help_dialog.php:62 -msgid "Forums" -msgstr "" - -#: ../../general/login_help_dialog.php:69 -#: ../../general/login_help_dialog.php:72 +#: ../../general/login_help_dialog.php:61 msgid "Enterprise version" msgstr "" +#: ../../general/login_help_dialog.php:67 +#: ../../general/login_help_dialog.php:69 ../../general/login_page.php:99 +msgid "Support" +msgstr "" + +#: ../../general/login_help_dialog.php:69 +msgid "Forums" +msgstr "" + +#: ../../general/login_help_dialog.php:75 #: ../../general/login_help_dialog.php:77 -#: ../../general/login_help_dialog.php:80 msgid "Documentation" msgstr "" -#: ../../general/login_help_dialog.php:90 +#: ../../general/login_help_dialog.php:86 msgid "Click here to don't show again this message" msgstr "" @@ -21733,27 +21852,27 @@ msgstr "" msgid "Welcome to Pandora FMS Web Console" msgstr "" -#: ../../general/logon_ok.php:54 +#: ../../general/logon_ok.php:55 msgid "News board" msgstr "" -#: ../../general/logon_ok.php:59 +#: ../../general/logon_ok.php:60 msgid "ago" msgstr "" -#: ../../general/logon_ok.php:66 +#: ../../general/logon_ok.php:67 msgid "by" msgstr "" -#: ../../general/logon_ok.php:74 +#: ../../general/logon_ok.php:75 msgid "No news articles at this moment" msgstr "" -#: ../../general/logon_ok.php:100 +#: ../../general/logon_ok.php:101 msgid "This is your last activity in Pandora FMS console" msgstr "" -#: ../../general/logon_ok.php:181 +#: ../../general/logon_ok.php:183 msgid "Pandora FMS Overview" msgstr "" @@ -21843,7 +21962,8 @@ msgid "QR code of the page" msgstr "" #: ../../general/header.php:139 ../../general/header.php:140 -msgid "Clippy" +#: ../../include/functions_clippy.php:128 +msgid "Pandora FMS assistant" msgstr "" #: ../../general/header.php:222 @@ -22183,44 +22303,95 @@ msgstr "" msgid "Active incident on this agent" msgstr "" -#: ../../operation/agentes/estado_generalagente.php:397 +#: ../../operation/agentes/estado_generalagente.php:420 msgid "Interface information" msgstr "" -#: ../../operation/agentes/estado_generalagente.php:494 -#: ../../include/functions_treeview.php:451 +#: ../../operation/agentes/estado_generalagente.php:492 +msgid "Interface traffic" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:560 +#: ../../include/functions_treeview.php:457 msgid "Agent access rate (24h)" msgstr "" -#: ../../operation/agentes/estado_generalagente.php:510 +#: ../../operation/agentes/estado_generalagente.php:576 msgid "Refresh data" msgstr "" -#: ../../operation/agentes/graphs.php:81 +#: ../../operation/agentes/graphs.php:87 +msgid "Other modules" +msgstr "" + +#: ../../operation/agentes/graphs.php:92 +msgid "Modules network no proc" +msgstr "" + +#: ../../operation/agentes/graphs.php:132 #: ../../operation/agentes/stat_win.php:267 +#: ../../operation/agentes/interface_traffic_graph_win.php:204 msgid "Zoom factor" msgstr "" -#: ../../operation/agentes/graphs.php:90 +#: ../../operation/agentes/graphs.php:141 #: ../../operation/agentes/stat_win.php:279 -#: ../../operation/reporting/graph_viewer.php:168 +#: ../../operation/agentes/interface_traffic_graph_win.php:198 +#: ../../operation/reporting/graph_viewer.php:173 msgid "Time range" msgstr "" -#: ../../operation/agentes/graphs.php:94 +#: ../../operation/agentes/graphs.php:145 #: ../../operation/agentes/stat_win.php:285 msgid "Show events" msgstr "" -#: ../../operation/agentes/graphs.php:96 +#: ../../operation/agentes/graphs.php:147 #: ../../operation/agentes/stat_win.php:302 msgid "Show alerts" msgstr "" -#: ../../operation/agentes/graphs.php:107 +#: ../../operation/agentes/graphs.php:148 +msgid "the combined graph does not show the alerts into this graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:150 +msgid "Show as one combined graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:152 +msgid "one combined graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:155 +msgid "several graphs for each module" +msgstr "" + +#: ../../operation/agentes/graphs.php:166 msgid "Filter graphs" msgstr "" +#: ../../operation/agentes/graphs.php:177 +msgid "Combined graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:191 +msgid "Save as custom graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:225 +#: ../../operation/agentes/graphs.php:228 +msgid "Name custom graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:250 +msgid "Save custom graph" +msgstr "" + +#: ../../operation/agentes/graphs.php:271 +msgid "Custom graph create from the tab graphs in the agent." +msgstr "" + #: ../../operation/agentes/datos_agente.php:167 msgid "Received data from" msgstr "" @@ -22289,7 +22460,7 @@ msgstr "" msgid "Agent custom fields" msgstr "" -#: ../../operation/agentes/status_monitor.php:1271 +#: ../../operation/agentes/status_monitor.php:1292 msgid "This group doesn't have any monitor" msgstr "" @@ -22492,14 +22663,17 @@ msgid "There was a problem locating the source of the graph" msgstr "" #: ../../operation/agentes/stat_win.php:210 +#: ../../operation/agentes/interface_traffic_graph_win.php:160 msgid "Pandora FMS Graph configuration menu" msgstr "" #: ../../operation/agentes/stat_win.php:212 +#: ../../operation/agentes/interface_traffic_graph_win.php:162 msgid "Please, make your changes and apply with the Reload button" msgstr "" #: ../../operation/agentes/stat_win.php:245 +#: ../../operation/agentes/interface_traffic_graph_win.php:185 msgid "Refresh time" msgstr "" @@ -22531,6 +22705,7 @@ msgid "Separated" msgstr "" #: ../../operation/agentes/stat_win.php:353 +#: ../../operation/agentes/interface_traffic_graph_win.php:231 msgid "Reload" msgstr "" @@ -22546,6 +22721,14 @@ msgstr "" msgid "Latest events for this agent" msgstr "" +#: ../../operation/agentes/interface_traffic_graph_win.php:63 +msgid "In" +msgstr "" + +#: ../../operation/agentes/interface_traffic_graph_win.php:64 +msgid "Out" +msgstr "" + #: ../../operation/agentes/ver_agente.php:675 msgid "Sons" msgstr "" @@ -22566,7 +22749,7 @@ msgstr "" msgid "Graphs" msgstr "" -#: ../../operation/agentes/group_view.php:102 +#: ../../operation/agentes/group_view.php:111 msgid "Not Init" msgstr "" @@ -22738,33 +22921,33 @@ msgid "No Subject" msgstr "" #: ../../operation/reporting/custom_reporting.php:32 -#: ../../operation/reporting/graph_viewer.php:270 +#: ../../operation/reporting/graph_viewer.php:275 msgid "There are no defined reportings" msgstr "" -#: ../../operation/reporting/graph_viewer.php:177 -#: ../../operation/reporting/graph_viewer.php:187 +#: ../../operation/reporting/graph_viewer.php:182 +#: ../../operation/reporting/graph_viewer.php:192 msgid "Graph defined" msgstr "" -#: ../../operation/reporting/graph_viewer.php:188 +#: ../../operation/reporting/graph_viewer.php:193 msgid "Zoom x1" msgstr "" -#: ../../operation/reporting/graph_viewer.php:189 +#: ../../operation/reporting/graph_viewer.php:194 msgid "Zoom x2" msgstr "" -#: ../../operation/reporting/graph_viewer.php:190 +#: ../../operation/reporting/graph_viewer.php:195 msgid "Zoom x3" msgstr "" -#: ../../operation/reporting/graph_viewer.php:237 +#: ../../operation/reporting/graph_viewer.php:242 #: ../../operation/reporting/reporting_viewer.php:267 msgid "Invalid date selected" msgstr "" -#: ../../operation/reporting/graph_viewer.php:244 +#: ../../operation/reporting/graph_viewer.php:249 msgid "Custom graph viewer" msgstr "" @@ -22923,12 +23106,12 @@ msgid "Sound console" msgstr "" #: ../../operation/events/sound_events.php:77 -#: ../../include/functions_reporting.php:1097 +#: ../../include/functions_reporting.php:1388 msgid "Monitor critical" msgstr "" #: ../../operation/events/sound_events.php:78 -#: ../../include/functions_reporting.php:1101 +#: ../../include/functions_reporting.php:1392 msgid "Monitor warning" msgstr "" @@ -22945,13 +23128,13 @@ msgid "Validate event" msgstr "" #: ../../operation/events/events.build_table.php:518 -#: ../../include/functions_events.php:1611 #: ../../include/functions_events.php:1613 +#: ../../include/functions_events.php:1615 msgid "Delete event" msgstr "" #: ../../operation/events/events.build_table.php:531 -#: ../../operation/snmpconsole/snmp_view.php:550 +#: ../../operation/snmpconsole/snmp_view.php:536 msgid "Show more" msgstr "" @@ -23005,35 +23188,35 @@ msgstr "" msgid "Until refresh" msgstr "" -#: ../../operation/tree.php:542 +#: ../../operation/tree.php:545 msgid "groups" msgstr "" -#: ../../operation/tree.php:545 +#: ../../operation/tree.php:548 msgid "module groups" msgstr "" -#: ../../operation/tree.php:548 +#: ../../operation/tree.php:551 msgid "policies" msgstr "" -#: ../../operation/tree.php:551 +#: ../../operation/tree.php:554 msgid "modules" msgstr "" -#: ../../operation/tree.php:557 +#: ../../operation/tree.php:560 msgid "tags" msgstr "" -#: ../../operation/tree.php:564 +#: ../../operation/tree.php:567 msgid "Sort the agents by " msgstr "" -#: ../../operation/tree.php:633 +#: ../../operation/tree.php:636 msgid "Agent status" msgstr "" -#: ../../operation/tree.php:648 +#: ../../operation/tree.php:651 msgid "Search agent" msgstr "" @@ -23128,7 +23311,7 @@ msgid "This user doesn't have any assigned profile/group" msgstr "" #: ../../operation/extensions.php:64 ../../extensions/net_tools.php:110 -#: ../../include/functions_events.php:1646 +#: ../../include/functions_events.php:1650 msgid "Execute" msgstr "" @@ -23272,7 +23455,6 @@ msgstr "" #: ../../extensions/extension_uploader.php:84 #: ../../extensions/plugin_registration.php:155 #: ../../extensions/resource_registration.php:864 -#: ../../include/functions_filemanager.php:738 msgid "Upload" msgstr "" @@ -23291,80 +23473,95 @@ msgstr "" msgid "Matches" msgstr "" +#: ../../operation/snmpconsole/snmp_statistics.php:97 +#: ../../operation/snmpconsole/snmp_view.php:350 +msgid "There are no SNMP traps in database" +msgstr "" + +#: ../../operation/snmpconsole/snmp_statistics.php:107 +msgid "Traps received by source" +msgstr "" + +#: ../../operation/snmpconsole/snmp_statistics.php:107 +#: ../../operation/snmpconsole/snmp_statistics.php:165 +#, php-format +msgid "Top %d" +msgstr "" + +#: ../../operation/snmpconsole/snmp_statistics.php:121 +#: ../../operation/snmpconsole/snmp_statistics.php:179 +msgid "Number" +msgstr "" + +#: ../../operation/snmpconsole/snmp_statistics.php:136 +#: ../../operation/snmpconsole/snmp_view.php:465 +msgid "View agent details" +msgstr "" + +#: ../../operation/snmpconsole/snmp_statistics.php:165 +msgid "Traps received by OID" +msgstr "" + +#: ../../operation/snmpconsole/snmp_statistics.php:178 +msgid "Trap OID" +msgstr "" + #: ../../operation/snmpconsole/snmp_browser.php:90 msgid "SNMP Browser" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:326 -#: ../../operation/snmpconsole/snmp_view.php:460 -#: ../../operation/snmpconsole/snmp_view.php:701 -#: ../../include/functions_events.php:2650 -#: ../../include/functions_events.php:2656 +#: ../../operation/snmpconsole/snmp_view.php:314 +#: ../../operation/snmpconsole/snmp_view.php:446 +#: ../../operation/snmpconsole/snmp_view.php:687 +#: ../../include/functions_events.php:2667 +#: ../../include/functions_events.php:2673 msgid "Not validated" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:331 +#: ../../operation/snmpconsole/snmp_view.php:319 msgid "Search by any alphanumeric field in the trap" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:335 +#: ../../operation/snmpconsole/snmp_view.php:323 msgid "Search by trap type" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:339 +#: ../../operation/snmpconsole/snmp_view.php:327 msgid "Group by OID/IP" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:364 -#: ../../operation/snmpconsole/snmp_view.php:732 -msgid "There are no SNMP traps in database" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:479 -msgid "View agent details" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:561 +#: ../../operation/snmpconsole/snmp_view.php:547 msgid "Custom data:" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:574 +#: ../../operation/snmpconsole/snmp_view.php:560 msgid "See more details" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:586 +#: ../../operation/snmpconsole/snmp_view.php:572 msgid "OID:" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:623 +#: ../../operation/snmpconsole/snmp_view.php:609 msgid "Type:" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:649 +#: ../../operation/snmpconsole/snmp_view.php:635 msgid "Count:" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:653 +#: ../../operation/snmpconsole/snmp_view.php:639 msgid "First trap:" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:657 +#: ../../operation/snmpconsole/snmp_view.php:643 msgid "Last trap:" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:677 +#: ../../operation/snmpconsole/snmp_view.php:663 msgid "No matching traps found" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:766 -msgid "Traps received by source" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:782 -#, php-format -msgid "%d traps received from this source with this oid" -msgstr "" - #: ../../operation/snmpconsole/snmp_mib_uploader.php:66 msgid "" "MIB files will be installed on the system. Please note that a MIB may depend " @@ -24046,7 +24243,7 @@ msgid "DB interface" msgstr "" #: ../../extensions/agents_modules.php:169 -#: ../../include/functions_reporting.php:5983 +#: ../../include/functions_reporting.php:6352 msgid "There are no agents with modules" msgstr "" @@ -24096,47 +24293,47 @@ msgstr "" msgid "Combined table of agent group and module group" msgstr "" -#: ../../extensions/module_groups.php:170 +#: ../../extensions/module_groups.php:171 msgid "" "This table shows in columns the modules group and in rows agents group. The " "cell shows all modules" msgstr "" -#: ../../extensions/module_groups.php:293 +#: ../../extensions/module_groups.php:295 msgid "" "Orange cell when the module group and agent have at least one alarm fired." msgstr "" -#: ../../extensions/module_groups.php:294 +#: ../../extensions/module_groups.php:296 msgid "" "Red cell when the module group and agent have at least one module in " "critical status and the others in any status" msgstr "" -#: ../../extensions/module_groups.php:295 +#: ../../extensions/module_groups.php:297 msgid "" "Yellow cell when the module group and agent have at least one in warning " "status and the others in grey or green status" msgstr "" -#: ../../extensions/module_groups.php:296 +#: ../../extensions/module_groups.php:298 msgid "" "Green cell when the module group and agent have all modules in OK status" msgstr "" -#: ../../extensions/module_groups.php:297 +#: ../../extensions/module_groups.php:299 msgid "" "Grey cell when the module group and agent have at least one in unknown " "status and the others in green status" msgstr "" -#: ../../extensions/module_groups.php:298 +#: ../../extensions/module_groups.php:300 msgid "" "Blue cell when the module group and agent have all modules in not init " "status." msgstr "" -#: ../../extensions/module_groups.php:303 +#: ../../extensions/module_groups.php:305 msgid "There are no defined groups or module groups" msgstr "" @@ -24191,7 +24388,7 @@ msgstr "" #: ../../extensions/files_repo/functions_files_repo.php:29 #: ../../extensions/files_repo/functions_files_repo.php:40 -#: ../../include/functions_config.php:1239 +#: ../../include/functions_config.php:1243 msgid "Attachment directory is not writable by HTTP Server" msgstr "" @@ -24214,7 +24411,7 @@ msgid "There was an error updating the file" msgstr "" #: ../../extensions/files_repo/files_repo_list.php:62 -#: ../../include/functions_filemanager.php:532 +#: ../../include/functions_filemanager.php:561 msgid "Last modification" msgstr "" @@ -24407,7 +24604,7 @@ msgid "Going down from normal to warning" msgstr "" #: ../../include/functions_events.php:1043 -#: ../../include/functions_graph.php:2212 +#: ../../include/functions_graph.php:2281 msgid "SYSTEM" msgstr "" @@ -24454,10 +24651,10 @@ msgid "Recon host detected" msgstr "" #: ../../include/functions_events.php:1346 -#: ../../include/functions_graph.php:1901 -#: ../../include/functions_graph.php:2267 -#: ../../include/functions_graph.php:2268 -#: ../../include/functions_graph.php:4066 +#: ../../include/functions_graph.php:1970 +#: ../../include/functions_graph.php:2336 +#: ../../include/functions_graph.php:2337 +#: ../../include/functions_graph.php:4135 #: ../../include/functions_incidents.php:34 #: ../../include/functions_incidents.php:69 ../../include/functions.php:853 #: ../../include/functions.php:1052 ../../include/functions.php:1084 @@ -24465,9 +24662,9 @@ msgid "Maintenance" msgstr "" #: ../../include/functions_events.php:1349 -#: ../../include/functions_graph.php:2271 -#: ../../include/functions_graph.php:2272 -#: ../../include/functions_graph.php:4069 ../../include/functions.php:856 +#: ../../include/functions_graph.php:2340 +#: ../../include/functions_graph.php:2341 +#: ../../include/functions_graph.php:4138 ../../include/functions.php:856 #: ../../include/functions.php:1053 ../../include/functions.php:1087 msgid "Informational" msgstr "" @@ -24495,385 +24692,393 @@ msgstr "" msgid "Agent id" msgstr "" -#: ../../include/functions_events.php:1535 +#: ../../include/functions_events.php:1537 msgid "Change owner" msgstr "" -#: ../../include/functions_events.php:1565 +#: ../../include/functions_events.php:1567 msgid "Change status" msgstr "" -#: ../../include/functions_events.php:1571 -#: ../../include/functions_events.php:1577 ../../include/functions_xml.php:129 +#: ../../include/functions_events.php:1573 +#: ../../include/functions_events.php:1579 ../../include/functions_xml.php:129 msgid "In process" msgstr "" -#: ../../include/functions_events.php:1604 -#: ../../include/functions_events.php:2332 +#: ../../include/functions_events.php:1606 +#: ../../include/functions_events.php:2349 msgid "Add comment" msgstr "" -#: ../../include/functions_events.php:1623 +#: ../../include/functions_events.php:1625 msgid "Custom responses" msgstr "" -#: ../../include/functions_events.php:1836 +#: ../../include/functions_events.php:1850 msgid "Agent details" msgstr "" -#: ../../include/functions_events.php:1873 +#: ../../include/functions_events.php:1887 msgid "View custom fields" msgstr "" -#: ../../include/functions_events.php:1890 +#: ../../include/functions_events.php:1904 msgid "Module details" msgstr "" -#: ../../include/functions_events.php:1907 +#: ../../include/functions_events.php:1921 msgid "No assigned" msgstr "" -#: ../../include/functions_events.php:1952 -#: ../../include/functions_events.php:1956 +#: ../../include/functions_events.php:1966 +#: ../../include/functions_events.php:1970 msgid "Go to data overview" msgstr "" -#: ../../include/functions_events.php:2071 +#: ../../include/functions_events.php:2085 #, php-format msgid "Invalid custom data: %s" msgstr "" -#: ../../include/functions_events.php:2117 +#: ../../include/functions_events.php:2132 msgid "First event" msgstr "" -#: ../../include/functions_events.php:2117 +#: ../../include/functions_events.php:2132 msgid "Last event" msgstr "" -#: ../../include/functions_events.php:2228 +#: ../../include/functions_events.php:2243 msgid "ID extra" msgstr "" -#: ../../include/functions_events.php:2278 -#: ../../include/functions_events.php:2324 +#: ../../include/functions_events.php:2295 +#: ../../include/functions_events.php:2341 msgid "There are no comments" msgstr "" -#: ../../include/functions_events.php:2416 -#: ../../include/functions_reporting.php:2738 +#: ../../include/functions_events.php:2433 +#: ../../include/functions_reporting.php:3002 msgid "Pandora System" msgstr "" -#: ../../include/functions_reporting.php:921 +#: ../../include/functions_reporting.php:1206 msgid "Total running modules" msgstr "" -#: ../../include/functions_reporting.php:925 -#: ../../include/functions_reporting.php:942 -#: ../../include/functions_reporting.php:953 -#: ../../include/functions_reporting.php:967 -#: ../../include/functions_reporting.php:979 -#: ../../include/functions_reporting.php:991 -#: ../../include/functions_reporting.php:1003 -#: ../../include/functions_reporting.php:1015 +#: ../../include/functions_reporting.php:1210 +#: ../../include/functions_reporting.php:1227 +#: ../../include/functions_reporting.php:1238 +#: ../../include/functions_reporting.php:1252 +#: ../../include/functions_reporting.php:1264 +#: ../../include/functions_reporting.php:1276 +#: ../../include/functions_reporting.php:1288 +#: ../../include/functions_reporting.php:1304 msgid "Ratio" msgstr "" -#: ../../include/functions_reporting.php:925 -#: ../../include/functions_reporting.php:942 -#: ../../include/functions_reporting.php:953 -#: ../../include/functions_reporting.php:967 -#: ../../include/functions_reporting.php:979 -#: ../../include/functions_reporting.php:991 -#: ../../include/functions_reporting.php:1003 -#: ../../include/functions_reporting.php:1015 +#: ../../include/functions_reporting.php:1210 +#: ../../include/functions_reporting.php:1227 +#: ../../include/functions_reporting.php:1238 +#: ../../include/functions_reporting.php:1252 +#: ../../include/functions_reporting.php:1264 +#: ../../include/functions_reporting.php:1276 +#: ../../include/functions_reporting.php:1288 +#: ../../include/functions_reporting.php:1304 msgid "Modules by second" msgstr "" -#: ../../include/functions_reporting.php:937 +#: ../../include/functions_reporting.php:1222 msgid "Local modules" msgstr "" -#: ../../include/functions_reporting.php:949 +#: ../../include/functions_reporting.php:1234 msgid "Remote modules" msgstr "" -#: ../../include/functions_reporting.php:961 +#: ../../include/functions_reporting.php:1246 msgid "Network modules" msgstr "" -#: ../../include/functions_reporting.php:975 +#: ../../include/functions_reporting.php:1260 msgid "Plugin modules" msgstr "" -#: ../../include/functions_reporting.php:987 +#: ../../include/functions_reporting.php:1272 msgid "Prediction modules" msgstr "" -#: ../../include/functions_reporting.php:999 +#: ../../include/functions_reporting.php:1284 msgid "WMI modules" msgstr "" -#: ../../include/functions_reporting.php:1011 +#: ../../include/functions_reporting.php:1296 msgid "Web modules" msgstr "" -#: ../../include/functions_reporting.php:1108 +#: ../../include/functions_reporting.php:1399 msgid "Monitor normal" msgstr "" -#: ../../include/functions_reporting.php:1112 +#: ../../include/functions_reporting.php:1403 msgid "Monitor unknown" msgstr "" -#: ../../include/functions_reporting.php:1119 +#: ../../include/functions_reporting.php:1410 msgid "Monitor not init" msgstr "" -#: ../../include/functions_reporting.php:1142 +#: ../../include/functions_reporting.php:1433 msgid "Monitors by status" msgstr "" -#: ../../include/functions_reporting.php:1161 +#: ../../include/functions_reporting.php:1452 msgid "Module status" msgstr "" -#: ../../include/functions_reporting.php:1162 -#: ../../include/functions_reporting.php:1360 -#: ../../include/functions_reporting.php:1382 +#: ../../include/functions_reporting.php:1453 +#: ../../include/functions_reporting.php:1651 +#: ../../include/functions_reporting.php:1673 msgid "Alert level" msgstr "" -#: ../../include/functions_reporting.php:1234 +#: ../../include/functions_reporting.php:1525 msgid "Defined and fired alerts" msgstr "" -#: ../../include/functions_reporting.php:1257 +#: ../../include/functions_reporting.php:1548 msgid "Defined users" msgstr "" -#: ../../include/functions_reporting.php:1312 +#: ../../include/functions_reporting.php:1603 msgid "Total agents and monitors" msgstr "" -#: ../../include/functions_reporting.php:1336 -#: ../../include/functions_reporting.php:1373 +#: ../../include/functions_reporting.php:1627 +#: ../../include/functions_reporting.php:1664 msgid "Server health" msgstr "" -#: ../../include/functions_reporting.php:1336 +#: ../../include/functions_reporting.php:1627 #, php-format msgid "%d Downed servers" msgstr "" -#: ../../include/functions_reporting.php:1344 -#: ../../include/functions_reporting.php:1376 +#: ../../include/functions_reporting.php:1635 +#: ../../include/functions_reporting.php:1667 msgid "Monitor health" msgstr "" -#: ../../include/functions_reporting.php:1344 +#: ../../include/functions_reporting.php:1635 #, php-format msgid "%d Not Normal monitors" msgstr "" -#: ../../include/functions_reporting.php:1346 -#: ../../include/functions_reporting.php:1377 +#: ../../include/functions_reporting.php:1637 +#: ../../include/functions_reporting.php:1668 msgid "of monitors up" msgstr "" -#: ../../include/functions_reporting.php:1352 -#: ../../include/functions_reporting.php:1379 +#: ../../include/functions_reporting.php:1643 +#: ../../include/functions_reporting.php:1670 msgid "Module sanity" msgstr "" -#: ../../include/functions_reporting.php:1352 +#: ../../include/functions_reporting.php:1643 #, php-format msgid "%d Not inited monitors" msgstr "" -#: ../../include/functions_reporting.php:1354 -#: ../../include/functions_reporting.php:1380 +#: ../../include/functions_reporting.php:1645 +#: ../../include/functions_reporting.php:1671 msgid "of total modules inited" msgstr "" -#: ../../include/functions_reporting.php:1360 -#: ../../include/functions_reporting.php:7143 -#: ../../include/functions_reporting.php:7151 +#: ../../include/functions_reporting.php:1651 +#: ../../include/functions_reporting.php:7488 +#: ../../include/functions_reporting.php:7496 #, php-format msgid "%d Fired alerts" msgstr "" -#: ../../include/functions_reporting.php:1362 -#: ../../include/functions_reporting.php:1383 +#: ../../include/functions_reporting.php:1653 +#: ../../include/functions_reporting.php:1674 msgid "of defined alerts not fired" msgstr "" -#: ../../include/functions_reporting.php:2146 +#: ../../include/functions_reporting.php:2418 msgid "Alerts not fired" msgstr "" -#: ../../include/functions_reporting.php:2153 +#: ../../include/functions_reporting.php:2425 msgid "Total alerts monitored" msgstr "" -#: ../../include/functions_reporting.php:2204 +#: ../../include/functions_reporting.php:2476 msgid "Total monitors" msgstr "" -#: ../../include/functions_reporting.php:2205 +#: ../../include/functions_reporting.php:2477 msgid "Monitors down on period" msgstr "" -#: ../../include/functions_reporting.php:2221 +#: ../../include/functions_reporting.php:2493 msgid "Monitors OK" msgstr "" -#: ../../include/functions_reporting.php:2222 +#: ../../include/functions_reporting.php:2494 msgid "Monitors BAD" msgstr "" -#: ../../include/functions_reporting.php:2294 +#: ../../include/functions_reporting.php:2566 #, php-format msgid "Agents in group: %s" msgstr "" -#: ../../include/functions_reporting.php:2387 +#: ../../include/functions_reporting.php:2659 msgid "Last failure" msgstr "" -#: ../../include/functions_reporting.php:2451 +#: ../../include/functions_reporting.php:2723 msgid "N/A(*)" msgstr "" -#: ../../include/functions_reporting.php:2483 -#: ../../include/functions_reporting.php:4643 +#: ../../include/functions_reporting.php:2755 +#: ../../include/functions_reporting.php:5012 msgid "Monitors" msgstr "" -#: ../../include/functions_reporting.php:2887 +#: ../../include/functions_reporting.php:3147 msgid "Agent without data" msgstr "" -#: ../../include/functions_reporting.php:2926 -#: ../../include/functions_agents.php:1996 -#: ../../include/functions_agents.php:2020 +#: ../../include/functions_reporting.php:3186 +#: ../../include/functions_agents.php:2033 +#: ../../include/functions_agents.php:2057 msgid "At least one module in CRITICAL status" msgstr "" -#: ../../include/functions_reporting.php:2930 -#: ../../include/functions_agents.php:2000 -#: ../../include/functions_agents.php:2024 +#: ../../include/functions_reporting.php:3190 +#: ../../include/functions_agents.php:2037 +#: ../../include/functions_agents.php:2061 msgid "At least one module in WARNING status" msgstr "" -#: ../../include/functions_reporting.php:2934 -#: ../../include/functions_agents.php:2004 -#: ../../include/functions_agents.php:2028 +#: ../../include/functions_reporting.php:3194 +#: ../../include/functions_agents.php:2041 +#: ../../include/functions_agents.php:2065 msgid "At least one module is in UKNOWN status" msgstr "" -#: ../../include/functions_reporting.php:2938 -#: ../../include/functions_agents.php:2007 -#: ../../include/functions_agents.php:2032 +#: ../../include/functions_reporting.php:3198 +#: ../../include/functions_agents.php:2044 +#: ../../include/functions_agents.php:2069 msgid "All Monitors OK" msgstr "" -#: ../../include/functions_reporting.php:3446 +#: ../../include/functions_reporting.php:3708 msgid "Plannified downtime" msgstr "" -#: ../../include/functions_reporting.php:4062 +#: ../../include/functions_reporting.php:3941 +msgid "This SLA has been affected by the following planned downtimes" +msgstr "" + +#: ../../include/functions_reporting.php:3946 +msgid "Dates" +msgstr "" + +#: ../../include/functions_reporting.php:4429 msgid "" "Due security restrictions, there are some tokens or words you cannot use" msgstr "" -#: ../../include/functions_reporting.php:4063 +#: ../../include/functions_reporting.php:4430 msgid "or" msgstr "" -#: ../../include/functions_reporting.php:4268 +#: ../../include/functions_reporting.php:4635 msgid "Module detailed event" msgstr "" -#: ../../include/functions_reporting.php:4825 -#: ../../include/functions_reporting.php:4865 +#: ../../include/functions_reporting.php:5194 +#: ../../include/functions_reporting.php:5234 msgid "Minimal" msgstr "" -#: ../../include/functions_reporting.php:4828 -#: ../../include/functions_reporting.php:4868 +#: ../../include/functions_reporting.php:5197 +#: ../../include/functions_reporting.php:5237 msgid "Maximun" msgstr "" -#: ../../include/functions_reporting.php:4872 +#: ../../include/functions_reporting.php:5241 msgid "Average" msgstr "" -#: ../../include/functions_reporting.php:5566 +#: ../../include/functions_reporting.php:5935 #, php-format msgid "Exception - Equal to %s" msgstr "" -#: ../../include/functions_reporting.php:6181 +#: ../../include/functions_reporting.php:6550 msgid "Agent configuration: " msgstr "" -#: ../../include/functions_reporting.php:6232 -#: ../../include/functions_reporting.php:6384 +#: ../../include/functions_reporting.php:6601 +#: ../../include/functions_reporting.php:6753 msgid " MODULES" msgstr "" -#: ../../include/functions_reporting.php:6316 +#: ../../include/functions_reporting.php:6685 msgid "Group configuration: " msgstr "" -#: ../../include/functions_reporting.php:7138 +#: ../../include/functions_reporting.php:7483 #, php-format msgid "%d Total modules" msgstr "" -#: ../../include/functions_reporting.php:7139 +#: ../../include/functions_reporting.php:7484 #, php-format msgid "%d Normal modules" msgstr "" -#: ../../include/functions_reporting.php:7140 +#: ../../include/functions_reporting.php:7485 #, php-format msgid "%d Critical modules" msgstr "" -#: ../../include/functions_reporting.php:7141 +#: ../../include/functions_reporting.php:7486 #, php-format msgid "%d Warning modules" msgstr "" -#: ../../include/functions_reporting.php:7142 +#: ../../include/functions_reporting.php:7487 #, php-format msgid "%d Unknown modules" msgstr "" -#: ../../include/functions_reporting.php:7146 +#: ../../include/functions_reporting.php:7491 #, php-format msgid "%d Total agents" msgstr "" -#: ../../include/functions_reporting.php:7147 +#: ../../include/functions_reporting.php:7492 #, php-format msgid "%d Normal agents" msgstr "" -#: ../../include/functions_reporting.php:7148 +#: ../../include/functions_reporting.php:7493 #, php-format msgid "%d Critical agents" msgstr "" -#: ../../include/functions_reporting.php:7149 +#: ../../include/functions_reporting.php:7494 #, php-format msgid "%d Warning agents" msgstr "" -#: ../../include/functions_reporting.php:7150 +#: ../../include/functions_reporting.php:7495 #, php-format msgid "%d Unknown agents" msgstr "" @@ -24935,6 +25140,26 @@ msgid "" "agent administrator." msgstr "" +#: ../../include/help/clippy/modules_not_learning_mode.php:40 +msgid "" +"Please note that you have your agent setup to do not add new modules coming " +"from the data XML." +msgstr "" + +#: ../../include/help/clippy/modules_not_learning_mode.php:41 +msgid "" +"That means if you have a local plugin or add manually new modules to the " +"configuration file, you won't have it in your agent, unless you first create " +"manually in the interface (with the exact name and type as coming in the XML " +"file)." +msgstr "" + +#: ../../include/help/clippy/modules_not_learning_mode.php:42 +msgid "" +"You should use the \"normal\" mode (non learn) only when you don't intend to " +"add more modules to the agent." +msgstr "" + #: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 msgid "Now you must go to Modules. Don't worry I'll lead you." msgstr "" @@ -25945,59 +26170,59 @@ msgstr "" msgid "Error in deletion special day." msgstr "" -#: ../../include/functions_treeview.php:157 +#: ../../include/functions_treeview.php:163 msgid "No data" msgstr "" -#: ../../include/functions_treeview.php:173 +#: ../../include/functions_treeview.php:179 msgid "Go to module edition" msgstr "" -#: ../../include/functions_treeview.php:211 +#: ../../include/functions_treeview.php:217 msgid "There was a problem loading alerts" msgstr "" -#: ../../include/functions_treeview.php:249 +#: ../../include/functions_treeview.php:255 msgid "Go to alerts edition" msgstr "" -#: ../../include/functions_treeview.php:374 +#: ../../include/functions_treeview.php:380 msgid "Go to agent edition" msgstr "" -#: ../../include/functions_treeview.php:440 +#: ../../include/functions_treeview.php:446 msgid "Advanced information" msgstr "" -#: ../../include/functions_treeview.php:516 +#: ../../include/functions_treeview.php:522 msgid "There aren't agents in this agrupation" msgstr "" -#: ../../include/functions_visual_map.php:493 +#: ../../include/functions_visual_map.php:501 msgid "Agent successfully added to layout" msgstr "" -#: ../../include/functions_visual_map.php:637 +#: ../../include/functions_visual_map.php:645 msgid "Modules successfully added to layout" msgstr "" -#: ../../include/functions_visual_map.php:826 +#: ../../include/functions_visual_map.php:834 msgid "Agents successfully added to layout" msgstr "" -#: ../../include/functions_visual_map.php:1048 +#: ../../include/functions_visual_map.php:1060 msgid "Cannot load the visualmap" msgstr "" -#: ../../include/functions_visual_map.php:1320 +#: ../../include/functions_visual_map.php:1332 msgid "Last value: " msgstr "" -#: ../../include/functions_visual_map.php:2201 +#: ../../include/functions_visual_map.php:2214 msgid "Percentile bar" msgstr "" -#: ../../include/functions_visual_map.php:2205 +#: ../../include/functions_visual_map.php:2218 msgid "Static graph" msgstr "" @@ -26029,123 +26254,92 @@ msgstr "" msgid "Your installation of PHP does not support LDAP" msgstr "" -#: ../../include/functions_filemanager.php:160 -#: ../../include/functions_filemanager.php:230 -#: ../../include/functions_filemanager.php:288 -#: ../../include/functions_filemanager.php:369 +#: ../../include/functions_filemanager.php:170 +#: ../../include/functions_filemanager.php:240 +#: ../../include/functions_filemanager.php:298 +#: ../../include/functions_filemanager.php:380 msgid "Security error" msgstr "" -#: ../../include/functions_filemanager.php:173 +#: ../../include/functions_filemanager.php:183 msgid "Upload error" msgstr "" -#: ../../include/functions_filemanager.php:181 -#: ../../include/functions_filemanager.php:249 -#: ../../include/functions_filemanager.php:313 +#: ../../include/functions_filemanager.php:191 +#: ../../include/functions_filemanager.php:259 +#: ../../include/functions_filemanager.php:324 msgid "Upload correct" msgstr "" -#: ../../include/functions_filemanager.php:194 +#: ../../include/functions_filemanager.php:204 msgid "" "File size seems to be too large. Please check your php.ini configuration or " "contact with the administrator" msgstr "" -#: ../../include/functions_filemanager.php:242 +#: ../../include/functions_filemanager.php:252 msgid "Error creating file" msgstr "" -#: ../../include/functions_filemanager.php:255 -#: ../../include/functions_filemanager.php:349 +#: ../../include/functions_filemanager.php:265 +#: ../../include/functions_filemanager.php:360 msgid "Error creating file with empty name" msgstr "" -#: ../../include/functions_filemanager.php:299 +#: ../../include/functions_filemanager.php:310 msgid "Attach error" msgstr "" -#: ../../include/functions_filemanager.php:344 +#: ../../include/functions_filemanager.php:355 msgid "Directory created" msgstr "" -#: ../../include/functions_filemanager.php:508 +#: ../../include/functions_filemanager.php:537 #, php-format msgid "Directory %s doesn't exist!" msgstr "" -#: ../../include/functions_filemanager.php:548 +#: ../../include/functions_filemanager.php:577 msgid "Parent directory" msgstr "" -#: ../../include/functions_filemanager.php:574 -#: ../../include/functions_filemanager.php:738 -#: ../../include/functions_filemanager.php:820 +#: ../../include/functions_filemanager.php:604 msgid "The zip upload in this dir, easy to upload multiple files." msgstr "" -#: ../../include/functions_filemanager.php:578 +#: ../../include/functions_filemanager.php:608 msgid "Decompress" msgstr "" -#: ../../include/functions_filemanager.php:614 +#: ../../include/functions_filemanager.php:644 msgid "Directory" msgstr "" -#: ../../include/functions_filemanager.php:620 +#: ../../include/functions_filemanager.php:650 msgid "Compressed file" msgstr "" -#: ../../include/functions_filemanager.php:623 +#: ../../include/functions_filemanager.php:653 +#: ../../include/functions_filemanager.php:659 msgid "Text file" msgstr "" -#: ../../include/functions_filemanager.php:695 +#: ../../include/functions_filemanager.php:737 msgid "Create directory" msgstr "" -#: ../../include/functions_filemanager.php:698 +#: ../../include/functions_filemanager.php:742 msgid "Create text" msgstr "" -#: ../../include/functions_filemanager.php:701 +#: ../../include/functions_filemanager.php:747 msgid "Upload file/s" msgstr "" -#: ../../include/functions_filemanager.php:707 +#: ../../include/functions_filemanager.php:754 msgid "The directory is read-only" msgstr "" -#: ../../include/functions_filemanager.php:732 -#: ../../include/functions_filemanager.php:774 -#: ../../include/functions_filemanager.php:814 -#: ../../include/functions_filemanager.php:854 -msgid "Current directory is not writable by HTTP Server" -msgstr "" - -#: ../../include/functions_filemanager.php:734 -#: ../../include/functions_filemanager.php:776 -#: ../../include/functions_filemanager.php:816 -#: ../../include/functions_filemanager.php:856 -msgid "Please check that current directory has write rights for HTTP server" -msgstr "" - -#: ../../include/functions_filemanager.php:740 -msgid "Multiple files zipped" -msgstr "" - -#: ../../include/functions_filemanager.php:741 -msgid "One" -msgstr "" - -#: ../../include/functions_filemanager.php:820 -msgid "Upload zip file: " -msgstr "" - -#: ../../include/functions_filemanager.php:860 -msgid "Create text file: " -msgstr "" - #: ../../include/functions_snmp_browser.php:145 msgid "Target IP cannot be blank." msgstr "" @@ -26214,7 +26408,7 @@ msgstr "" msgid "Security error. Please contact the administrator." msgstr "" -#: ../../include/get_file.php:52 +#: ../../include/get_file.php:54 msgid "File is missing in disk storage. Please contact the administrator." msgstr "" @@ -26253,19 +26447,19 @@ msgstr "" msgid "Unknown type" msgstr "" -#: ../../include/functions_ui.php:2632 +#: ../../include/functions_ui.php:2638 msgid "Type at least two characters to search." msgstr "" -#: ../../include/functions_ui.php:3278 +#: ../../include/functions_ui.php:3284 msgid "Does not exist agent with this name." msgstr "" -#: ../../include/functions_ui.php:3426 +#: ../../include/functions_ui.php:3432 msgid "Problem with Pandora FMS database" msgstr "" -#: ../../include/functions_ui.php:3427 +#: ../../include/functions_ui.php:3433 msgid "" "Cannot connect to the database, please check your database setup in the " "include/config.php file.

\n" @@ -26274,11 +26468,11 @@ msgid "" "\t\t\tthe database server is not running." msgstr "" -#: ../../include/functions_ui.php:3431 +#: ../../include/functions_ui.php:3437 msgid "DB ERROR" msgstr "" -#: ../../include/functions_ui.php:3437 +#: ../../include/functions_ui.php:3443 msgid "" "If you have modified auth system, this problem could be because Pandora " "cannot override authorization variables from the config database. Remove " @@ -26286,11 +26480,11 @@ msgid "" "token = \"auth\";" msgstr "" -#: ../../include/functions_ui.php:3441 +#: ../../include/functions_ui.php:3447 msgid "Empty configuration table" msgstr "" -#: ../../include/functions_ui.php:3442 +#: ../../include/functions_ui.php:3448 msgid "" "Cannot load configuration variables from database. Please check your " "database setup in the\n" @@ -26304,11 +26498,11 @@ msgid "" "to fix this problem.
" msgstr "" -#: ../../include/functions_ui.php:3449 +#: ../../include/functions_ui.php:3455 msgid "No configuration file found" msgstr "" -#: ../../include/functions_ui.php:3450 +#: ../../include/functions_ui.php:3456 msgid "" "Pandora FMS Console cannot find include/config.php or this file has " "invalid\n" @@ -26316,16 +26510,16 @@ msgid "" "to fix this problem." msgstr "" -#: ../../include/functions_ui.php:3461 +#: ../../include/functions_ui.php:3467 #, php-format msgid "You may try to run the %sinstallation wizard%s to create one." msgstr "" -#: ../../include/functions_ui.php:3464 +#: ../../include/functions_ui.php:3470 msgid "Installer active" msgstr "" -#: ../../include/functions_ui.php:3465 +#: ../../include/functions_ui.php:3471 msgid "" "For security reasons, normal operation is not possible until you delete " "installer file.\n" @@ -26333,11 +26527,11 @@ msgid "" "Console." msgstr "" -#: ../../include/functions_ui.php:3469 +#: ../../include/functions_ui.php:3475 msgid "Bad permission for include/config.php" msgstr "" -#: ../../include/functions_ui.php:3470 +#: ../../include/functions_ui.php:3476 msgid "" "For security reasons, config.php must have restrictive permissions, " "and \"other\" users \n" @@ -26349,7 +26543,7 @@ msgid "" "for your security." msgstr "" -#: ../../include/functions_visual_map_editor.php:118 +#: ../../include/functions_visual_map_editor.php:117 msgid "Enable link" msgstr "" @@ -26481,10 +26675,16 @@ msgstr "" msgid "Network maps" msgstr "" -#: ../../include/functions_groups.php:1465 +#: ../../include/functions_groups.php:1469 msgid "Show branch children" msgstr "" +#: ../../include/functions_groups.php:1498 +msgid "" +"You can not delete the last group in Pandora. A common installation must has " +"almost one group." +msgstr "" + #: ../../include/functions_menu.php:400 msgid "Configure user" msgstr "" @@ -26583,12 +26783,12 @@ msgid "" "cancelled" msgstr "" -#: ../../include/functions_agents.php:1992 -#: ../../include/functions_agents.php:2016 +#: ../../include/functions_agents.php:2029 +#: ../../include/functions_agents.php:2053 msgid "No Monitors" msgstr "" -#: ../../include/functions_custom_graphs.php:112 +#: ../../include/functions_custom_graphs.php:205 msgid "Empty graph" msgstr "" @@ -26611,120 +26811,120 @@ msgstr "" msgid "Units. Value" msgstr "" -#: ../../include/functions_graph.php:986 +#: ../../include/functions_graph.php:1001 #, php-format msgid "projection for %s" msgstr "" -#: ../../include/functions_graph.php:1418 +#: ../../include/functions_graph.php:1482 msgid "Not fired alerts" msgstr "" -#: ../../include/functions_graph.php:1702 -#: ../../include/functions_graph.php:1708 -#: ../../include/functions_graph.php:1714 -#: ../../include/functions_graph.php:1722 +#: ../../include/functions_graph.php:1771 +#: ../../include/functions_graph.php:1777 +#: ../../include/functions_graph.php:1783 +#: ../../include/functions_graph.php:1791 msgid "Today" msgstr "" -#: ../../include/functions_graph.php:1703 -#: ../../include/functions_graph.php:1709 -#: ../../include/functions_graph.php:1715 -#: ../../include/functions_graph.php:1722 +#: ../../include/functions_graph.php:1772 +#: ../../include/functions_graph.php:1778 +#: ../../include/functions_graph.php:1784 +#: ../../include/functions_graph.php:1791 msgid "Week" msgstr "" -#: ../../include/functions_graph.php:1704 -#: ../../include/functions_graph.php:1710 -#: ../../include/functions_graph.php:1716 -#: ../../include/functions_graph.php:1723 ../../include/functions_html.php:718 +#: ../../include/functions_graph.php:1773 +#: ../../include/functions_graph.php:1779 +#: ../../include/functions_graph.php:1785 +#: ../../include/functions_graph.php:1792 ../../include/functions_html.php:718 msgid "Month" msgstr "" -#: ../../include/functions_graph.php:1705 -#: ../../include/functions_graph.php:1711 -#: ../../include/functions_graph.php:1717 -#: ../../include/functions_graph.php:1720 -#: ../../include/functions_graph.php:1723 +#: ../../include/functions_graph.php:1774 +#: ../../include/functions_graph.php:1780 +#: ../../include/functions_graph.php:1786 +#: ../../include/functions_graph.php:1789 +#: ../../include/functions_graph.php:1792 msgid "Months" msgstr "" -#: ../../include/functions_graph.php:1706 -#: ../../include/functions_graph.php:1712 -#: ../../include/functions_graph.php:1718 -#: ../../include/functions_graph.php:1720 -#: ../../include/functions_graph.php:1723 +#: ../../include/functions_graph.php:1775 +#: ../../include/functions_graph.php:1781 +#: ../../include/functions_graph.php:1787 +#: ../../include/functions_graph.php:1789 +#: ../../include/functions_graph.php:1792 msgid "Older" msgstr "" -#: ../../include/functions_graph.php:1896 +#: ../../include/functions_graph.php:1965 #: ../../include/functions_incidents.php:29 #: ../../include/functions_incidents.php:54 msgid "Informative" msgstr "" -#: ../../include/functions_graph.php:1897 +#: ../../include/functions_graph.php:1966 #: ../../include/functions_incidents.php:30 #: ../../include/functions_incidents.php:57 msgid "Low" msgstr "" -#: ../../include/functions_graph.php:1898 +#: ../../include/functions_graph.php:1967 #: ../../include/functions_incidents.php:31 #: ../../include/functions_incidents.php:60 msgid "Medium" msgstr "" -#: ../../include/functions_graph.php:1899 +#: ../../include/functions_graph.php:1968 #: ../../include/functions_incidents.php:32 #: ../../include/functions_incidents.php:63 msgid "Serious" msgstr "" -#: ../../include/functions_graph.php:1900 +#: ../../include/functions_graph.php:1969 #: ../../include/functions_incidents.php:33 #: ../../include/functions_incidents.php:66 msgid "Very serious" msgstr "" -#: ../../include/functions_graph.php:1917 -#: ../../include/functions_graph.php:1929 +#: ../../include/functions_graph.php:1986 +#: ../../include/functions_graph.php:1998 msgid "Open incident" msgstr "" -#: ../../include/functions_graph.php:1918 -#: ../../include/functions_graph.php:1931 +#: ../../include/functions_graph.php:1987 +#: ../../include/functions_graph.php:2000 msgid "Closed incident" msgstr "" -#: ../../include/functions_graph.php:1919 -#: ../../include/functions_graph.php:1933 +#: ../../include/functions_graph.php:1988 +#: ../../include/functions_graph.php:2002 msgid "Outdated" msgstr "" -#: ../../include/functions_graph.php:2279 -#: ../../include/functions_graph.php:2280 -#: ../../include/functions_graph.php:4081 ../../include/functions.php:868 +#: ../../include/functions_graph.php:2348 +#: ../../include/functions_graph.php:2349 +#: ../../include/functions_graph.php:4150 ../../include/functions.php:868 #: ../../include/functions.php:1055 ../../include/functions.php:1099 msgid "Minor" msgstr "" -#: ../../include/functions_graph.php:2287 -#: ../../include/functions_graph.php:2288 -#: ../../include/functions_graph.php:4084 ../../include/functions.php:871 +#: ../../include/functions_graph.php:2356 +#: ../../include/functions_graph.php:2357 +#: ../../include/functions_graph.php:4153 ../../include/functions.php:871 #: ../../include/functions.php:1057 ../../include/functions.php:1102 msgid "Major" msgstr "" -#: ../../include/functions_graph.php:2906 +#: ../../include/functions_graph.php:2975 msgid "Units" msgstr "" -#: ../../include/functions_graph.php:4048 +#: ../../include/functions_graph.php:4117 msgid "No data to show" msgstr "" -#: ../../include/functions_graph.php:4418 +#: ../../include/functions_graph.php:4487 msgid "Main node" msgstr "" @@ -26940,59 +27140,59 @@ msgstr "" msgid "Closed incidents" msgstr "" -#: ../../include/graphs/functions_flot.php:237 +#: ../../include/graphs/functions_flot.php:296 msgid "Cancel zoom" msgstr "" -#: ../../include/graphs/functions_flot.php:239 +#: ../../include/graphs/functions_flot.php:298 msgid "Warning and Critical thresholds" msgstr "" -#: ../../include/graphs/functions_flot.php:241 +#: ../../include/graphs/functions_flot.php:300 msgid "Overview graph" msgstr "" -#: ../../include/functions_servers.php:330 +#: ../../include/functions_servers.php:363 msgid "Data server" msgstr "" -#: ../../include/functions_servers.php:335 +#: ../../include/functions_servers.php:368 msgid "Network server" msgstr "" -#: ../../include/functions_servers.php:340 +#: ../../include/functions_servers.php:373 msgid "SNMP Trap server" msgstr "" -#: ../../include/functions_servers.php:350 +#: ../../include/functions_servers.php:383 msgid "Plugin server" msgstr "" -#: ../../include/functions_servers.php:355 +#: ../../include/functions_servers.php:388 msgid "Prediction server" msgstr "" -#: ../../include/functions_servers.php:360 +#: ../../include/functions_servers.php:393 msgid "WMI server" msgstr "" -#: ../../include/functions_servers.php:370 +#: ../../include/functions_servers.php:403 msgid "Inventory server" msgstr "" -#: ../../include/functions_servers.php:375 +#: ../../include/functions_servers.php:408 msgid "Web server" msgstr "" -#: ../../include/functions_servers.php:380 +#: ../../include/functions_servers.php:413 msgid "Event server" msgstr "" -#: ../../include/functions_servers.php:385 +#: ../../include/functions_servers.php:418 msgid "Enterprise ICMP server" msgstr "" -#: ../../include/functions_servers.php:390 +#: ../../include/functions_servers.php:423 msgid "Enterprise SNMP server" msgstr "" @@ -27153,63 +27353,63 @@ msgstr "" msgid "Failed updated: User is not admin." msgstr "" -#: ../../include/functions_config.php:403 +#: ../../include/functions_config.php:405 msgid "Show QR code header" msgstr "" -#: ../../include/functions_config.php:443 +#: ../../include/functions_config.php:445 msgid "Paginate module" msgstr "" -#: ../../include/functions_config.php:561 +#: ../../include/functions_config.php:565 #, php-format msgid "Failed updated: the next values cannot update: %s" msgstr "" -#: ../../include/functions_config.php:1224 +#: ../../include/functions_config.php:1228 msgid "Default password for \"Admin\" user has not been changed." msgstr "" -#: ../../include/functions_config.php:1224 +#: ../../include/functions_config.php:1228 msgid "" "Please change the default password because is a common vulnerability " "reported." msgstr "" -#: ../../include/functions_config.php:1239 +#: ../../include/functions_config.php:1243 msgid "" "Please check that the web server has write rights on the {HOMEDIR}/" "attachment directory" msgstr "" -#: ../../include/functions_config.php:1252 +#: ../../include/functions_config.php:1256 msgid "Remote configuration directory is not readble for the console" msgstr "" -#: ../../include/functions_config.php:1261 -#: ../../include/functions_config.php:1270 +#: ../../include/functions_config.php:1265 +#: ../../include/functions_config.php:1274 msgid "Remote configuration directory is not writtable for the console" msgstr "" -#: ../../include/functions_config.php:1283 +#: ../../include/functions_config.php:1287 msgid "Too much files in your tempora/attachment directory" msgstr "" -#: ../../include/functions_config.php:1284 +#: ../../include/functions_config.php:1288 msgid "" "There are too much files in attachment directory. This is not fatal, but you " "should consider cleaning up your attachment directory manually" msgstr "" -#: ../../include/functions_config.php:1284 +#: ../../include/functions_config.php:1288 msgid "files" msgstr "" -#: ../../include/functions_config.php:1302 +#: ../../include/functions_config.php:1306 msgid "Database maintance problem" msgstr "" -#: ../../include/functions_config.php:1303 +#: ../../include/functions_config.php:1307 msgid "" "Your database is not well maintained. Seems that it have more than 48hr " "without a proper maintance. Please review Pandora FMS documentation about " @@ -27217,36 +27417,36 @@ msgid "" "as possible" msgstr "" -#: ../../include/functions_config.php:1311 +#: ../../include/functions_config.php:1315 msgid "Default font doesnt exist" msgstr "" -#: ../../include/functions_config.php:1312 +#: ../../include/functions_config.php:1316 msgid "" "Your defined font doesnt exist or is not defined. Please check font " "parameters in your config" msgstr "" -#: ../../include/functions_config.php:1321 +#: ../../include/functions_config.php:1325 msgid "Developer mode is enabled" msgstr "" -#: ../../include/functions_config.php:1322 +#: ../../include/functions_config.php:1326 msgid "" "Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a " "developer mode and should be disabled in a production system. This value is " "written in the main index.php file" msgstr "" -#: ../../include/functions_config.php:1332 +#: ../../include/functions_config.php:1336 msgid "Error first setup Open update" msgstr "" -#: ../../include/functions_config.php:1341 +#: ../../include/functions_config.php:1345 msgid "New update of Pandora Console" msgstr "" -#: ../../include/functions_config.php:1342 +#: ../../include/functions_config.php:1346 msgid "" "There is a new update please go to menu Administration and into extensions " "