2006-07-19 20:29:12 +02:00
|
|
|
<?php
|
2008-08-22 20:07:32 +02:00
|
|
|
|
2009-06-08 20:17:33 +02:00
|
|
|
// Pandora FMS - http://pandorafms.com
|
|
|
|
// ==================================================
|
2010-06-08 20:34:34 +02:00
|
|
|
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
2009-02-17 21:39:42 +01:00
|
|
|
// Please see http://pandorafms.org for full contribution list
|
2006-07-19 20:29:12 +02:00
|
|
|
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License
|
2008-04-01 15:53:11 +02:00
|
|
|
// as published by the Free Software Foundation for version 2.
|
2006-07-19 20:29:12 +02:00
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
2009-06-08 20:17:33 +02:00
|
|
|
|
2006-07-19 20:29:12 +02:00
|
|
|
// Load global vars
|
2010-03-02 20:25:51 +01:00
|
|
|
global $config;
|
|
|
|
|
2008-11-14 16:37:32 +01:00
|
|
|
require_once ("include/functions_events.php"); //Event processing functions
|
2010-09-17 14:34:11 +02:00
|
|
|
require_once ("include/functions_alerts.php"); //Alerts processing functions
|
2006-07-19 20:29:12 +02:00
|
|
|
|
2008-08-11 Esteban Sanchez <estebans@artica.es>
* include/functions_db.php: Added __ as an alias of lang_string().
* include/functions_reporting_pdf.php,
include/functions_reporting.php, include/functions.php,
include/functions_visual_map.php, index.php,
operation/incidents/incident.php,
operation/incidents/incident_detail.php,
operation/incidents/incident_note.php,
operation/incidents/incident_search.php,
operation/incidents/incident_statistics.php,
operation/snmpconsole/snmp_alert.php,
operation/snmpconsole/snmp_view.php, operation/users/user.php,
operation/users/user_edit.php, operation/users/user_statistics.php,
operation/events/event_statistics.php, operation/events/events.php,
operation/visual_console/render_view.php,
operation/visual_console/index.php, operation/extensions.php,
operation/agentes/estado_alertas.php,
operation/agentes/status_monitor.php,
operation/agentes/estado_grupo.php, operation/agentes/export_csv.php,
operation/agentes/datos_agente.php,
operation/agentes/estado_ultimopaquete.php,
operation/agentes/estado_generalagente.php,
operation/agentes/estado_agente.php, operation/agentes/bulbs.php,
operation/agentes/status_events.php, operation/agentes/sla_view.php,
operation/agentes/exportdata.php,
operation/agentes/estado_monitores.php,
operation/agentes/ver_agente.php, operation/agentes/estadisticas.php,
operation/agentes/tactical.php, operation/agentes/networkmap.php,
operation/messages/message.php,
operation/reporting/reporting_viewer.php,
operation/reporting/graph_viewer.php,
operation/reporting/custom_reporting.php,
operation/servers/view_server.php,
operation/servers/view_server_detail.php, operation/menu.php,
reporting/fgraph.php, reporting/stat_win.php, ajax.php,
general/logoff.php, general/pandora_help.php, general/footer.php,
general/noaccess.php, general/logon_failed.php,
general/links_menu.php, general/login_page.php, general/logon_ok.php,
general/header.php, general/main_menu.php,
godmode/groups/configure_group.php, godmode/groups/group_list.php,
godmode/setup/news.php, godmode/setup/links.php,
godmode/setup/setup.php, godmode/users/user_list.php,
godmode/users/configure_user.php, godmode/profiles/profile_list.php,
godmode/admin_access_logs.php, godmode/db/db_info_data.php,
godmode/db/db_main.php, godmode/db/db_audit.php,
godmode/db/db_sanity.php, godmode/db/db_refine.php,
godmode/db/db_info.php, godmode/db/db_event.php,
godmode/db/db_purge.php, godmode/extensions.php,
godmode/agentes/agent_template.php,
godmode/agentes/module_manager_editor_network.php,
godmode/agentes/module_manager_editor_wmi.php,
godmode/agentes/alert_manager.php,
godmode/agentes/module_manager_editor_plugin.php,
godmode/agentes/module_manager_editor_prediction.php,
godmode/agentes/alert_manager_editor.php,
godmode/agentes/manage_config.php,
godmode/agentes/module_manager_editor_data.php,
godmode/agentes/module_manager.php,
godmode/agentes/modificar_agente.php,
godmode/agentes/configurar_agente.php,
godmode/agentes/agent_disk_conf_editor.php,
godmode/agentes/planned_downtime.php,
godmode/agentes/manage_config_remote.php,
godmode/agentes/agent_manager.php,
godmode/modules/manage_network_components_form.php,
godmode/modules/manage_nc_groups_form.php,
godmode/modules/manage_network_templates.php,
godmode/modules/module_list.php,
godmode/modules/manage_network_templates_form.php,
godmode/modules/manage_network_components_form_network.php,
godmode/modules/manage_network_components_form_wmi.php,
godmode/modules/manage_network_components.php,
godmode/modules/manage_nc_groups.php,
godmode/reporting/reporting_builder.php,
godmode/reporting/map_builder.php,
godmode/reporting/graph_builder.php, godmode/servers/plugin.php,
godmode/servers/manage_recontask.php,
godmode/servers/modificar_server.php,
godmode/servers/manage_recontask_form.php,
godmode/alerts/modify_alert.php, godmode/alerts/configure_alert.php,
godmode/menu.php: Replaced $id_user with $config['id_user']. Use __a
instead of $lang_label to future use of gettext. Style
corrections.
* godmode/agentes/planned_downtime.php: Rewritten to use Pandora
functions and adopt the UI style. Replaced lang_string with __().
* pandoradb.sql: Fields in tplanned_downtime renamed to fit
guidelines.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1005 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-08-11 12:59:07 +02:00
|
|
|
check_login ();
|
|
|
|
|
2011-02-27 Miguel de Dios <miguel.dedios@artica.es>
* extensions/users_connected.php: fixed the double negation in the
check_acl.
* include/functions_events.php, include/functions_modules.php,
include/functions_reporting.php, include/functions_filemanager.php,
include/functions_config.php, include/ajax/reporting.ajax.php,
include/ajax/visual_console_builder.ajax.php,
include/ajax/alert_list.ajax.php, include/help/es/modu_group_list.php,
include/fgraph.php, include/functions.php, include/functions_db.php,
include/functions_alerts.php, include/functions_reports.php,
extensions/insert_data.php, extensions/system_info.php,
extensions/pandora_logs.php, extensions/agents_modules.php,
extensions/dbmanager.php, extensions/resource_registration.php,
extensions/update_manager/settings.php, extensions/update_manager/main.php,
extensions/plugin_registration.php, operation/incidents/incident.php,
operation/incidents/incident_detail.php,
operation/incidents/incident_statistics.php, operation/extensions.php,
operation/visual_console/render_view.php,
operation/visual_console/index.php, operation/agentes/status_monitor.php,
operation/agentes/export_csv.php,
operation/agentes/estado_ultimopaquete.php,
operation/agentes/datos_agente.php, operation/agentes/alerts_status.php,
operation/agentes/estado_generalagente.php,
operation/agentes/custom_fields.php, operation/agentes/estado_agente.php,
operation/agentes/networkmap.topology.php,
operation/agentes/networkmap.groups.php, operation/agentes/sla_view.php,
operation/agentes/exportdata.php, operation/agentes/gis_view.php,
operation/agentes/estado_monitores.php, operation/agentes/ver_agente.php,
operation/agentes/graphs.php, operation/agentes/agent_fields.php,
operation/agentes/group_view.php, operation/agentes/networkmap.php,
operation/servers/view_server.php, operation/servers/view_server_detail.php,
operation/menu.php, operation/snmpconsole/snmp_view.php,
operation/users/user_edit.php, operation/events/event_statistics.php,
operation/events/export_csv.php, operation/events/sound_events.php,
operation/events/events_validate.php, operation/events/events_list.php,
operation/events/events_marquee.php, operation/events/events.php,
operation/search_reports.php, operation/reporting/reporting_xml.php,
operation/reporting/reporting_viewer.php,
operation/reporting/graph_viewer.php, operation/search_maps.php,
mobile/operation/agents/monitor_status.php,
mobile/operation/agents/view_agents.php, mobile/index.php,
general/ui/agents_list.php, godmode/groups/modu_group_list.php,
godmode/groups/configure_group.php, godmode/groups/configure_modu_group.php,
godmode/groups/group_list.php, godmode/admin_access_logs.php,
godmode/extensions.php, godmode/db/db_main.php, godmode/db/db_audit.php,
godmode/db/db_sanity.php, godmode/db/db_refine.php, godmode/db/db_info.php,
godmode/db/db_event.php, godmode/db/db_purge.php,
godmode/agentes/fields_manager.php, godmode/agentes/module_manager.php,
godmode/agentes/modificar_agente.php, godmode/agentes/configurar_agente.php,
godmode/agentes/configure_field.php, godmode/agentes/planned_downtime.php,
godmode/agentes/manage_config_remote.php, godmode/servers/recon_script.php,
godmode/servers/plugin.php, godmode/servers/manage_recontask.php,
godmode/servers/modificar_server.php,
godmode/servers/manage_recontask_form.php, godmode/menu.php,
godmode/alerts/alert_list.list.php,
godmode/alerts/configure_alert_compound.php,
godmode/alerts/alert_compounds.php, godmode/alerts/alert_list.php,
godmode/alerts/configure_alert_template.php,
godmode/alerts/alert_templates.php,
godmode/alerts/configure_alert_action.php,
godmode/alerts/configure_alert_command.php,
godmode/alerts/alert_actions.php, godmode/alerts/alert_list.builder.php,
godmode/alerts/alert_commands.php, godmode/snmpconsole/snmp_alert.php,
godmode/snmpconsole/snmp_filters.php, godmode/setup/file_manager.php,
godmode/setup/os.list.php, godmode/setup/news.php,
godmode/setup/gis_step_2.php, godmode/setup/links.php,
godmode/setup/setup.php, godmode/setup/os.php,
godmode/setup/performance.php, godmode/setup/setup_auth.php,
godmode/setup/gis.php, godmode/setup/os.builder.php,
godmode/setup/setup_visuals.php, godmode/users/user_list.php,
godmode/users/configure_user.php, godmode/users/configure_profile.php,
godmode/gis_maps/configure_gis_map.php, godmode/gis_maps/index.php,
godmode/massive/massive_add_alerts.php,
godmode/massive/massive_copy_modules.php,
godmode/massive/massive_delete_agents.php,
godmode/massive/massive_operations.php,
godmode/massive/massive_edit_agents.php,
godmode/massive/massive_delete_action_alerts.php,
godmode/massive/massive_delete_modules.php,
godmode/massive/massive_delete_alerts.php,
godmode/massive/massive_edit_modules.php,
godmode/massive/massive_add_action_alerts.php,
godmode/modules/manage_network_components_form.php,
godmode/modules/manage_nc_groups_form.php,
godmode/modules/manage_network_templates.php,
godmode/modules/module_list.php,
godmode/modules/manage_network_components_form_common.php,
godmode/modules/manage_network_components_form_network.php,
godmode/modules/manage_network_templates_form.php,
godmode/modules/manage_network_components_form_wmi.php,
godmode/modules/manage_network_components.php,
godmode/modules/manage_nc_groups.php,
godmode/reporting/reporting_builder.list_items.php,
godmode/reporting/graph_builder.main.php,
godmode/reporting/visual_console_builder.wizard.php,
godmode/reporting/visual_console_builder.php,
godmode/reporting/reporting_builder.preview.php,
godmode/reporting/reporting_builder.main.php,
godmode/reporting/visual_console_builder.data.php,
godmode/reporting/visual_console_builder.elements.php,
godmode/reporting/graph_builder.php,
godmode/reporting/visual_console_builder.preview.php,
godmode/reporting/graph_builder.graph_editor.php,
godmode/reporting/reporting_builder.php,
godmode/reporting/visual_console_builder.editor.php,
godmode/reporting/reporting_builder.item_editor.php,
godmode/reporting/map_builder.php, godmode/reporting/graphs.php,
godmode/reporting/graph_builder.preview.php: replaced obsolete "give_acl" to
"check_acl" and erased the "give_acl".
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4025 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-02-28 13:02:08 +01:00
|
|
|
if (! check_acl ($config["id_user"], 0, "IR")) {
|
2010-10-27 Miguel de Dios <miguel.dedios@artica.es>
* godmode/admin_access_logs.php: added hooks to enterprise code, and added
new filter with more options.
* include/functions_db.php: erase the deprecated function "audit_db", and
added in function "pandora_audit" two new parameters $user_id, $ip for
pass this values when it are differents to the default values. Finally
replaced the depecrated "audit_db" for "pandora_audit".
* include/functions_events.php, include/functions_filemanager.php,
include/ajax/reporting.ajax.php,
include/ajax/visual_console_builder.ajax.php,
include/ajax/alert_list.ajax.php, include/help/es/modu_group_list.php,
include/functions_incidents.php, index.php, extensions/agents_modules.php,
extensions/insert_data.php, extensions/system_info.php,
extensions/dbmanager.php, extensions/update_manager/settings.php,
extensions/pandora_logs.php, extensions/plugin_registration.php,
operation/incidents/incident.php, operation/incidents/incident_detail.php,
operation/incidents/incident_statistics.php, operation/extensions.php,
operation/visual_console/render_view.php,
operation/agentes/status_monitor.php, operation/agentes/export_csv.php,
operation/agentes/datos_agente.php, operation/agentes/alerts_status.php,
operation/agentes/estado_generalagente.php,
operation/agentes/custom_fields.php, operation/agentes/estado_agente.php,
operation/agentes/networkmap.topology.php,
operation/agentes/networkmap.groups.php, operation/agentes/sla_view.php,
operation/agentes/gis_view.php, operation/agentes/estado_monitores.php,
operation/agentes/ver_agente.php, operation/agentes/graphs.php,
operation/agentes/agent_fields.php, operation/agentes/tactical.php,
operation/agentes/group_view.php, operation/agentes/networkmap.php,
operation/servers/view_server.php,operation/servers/view_server_detail.php,
operation/snmpconsole/snmp_view.php, operation/users/user_edit.php,
operation/gis_maps/render_view.php, operation/events/event_statistics.php,
operation/events/sound_events.php, operation/events/events_validate.php,
operation/events/events_list.php, operation/events/events_marquee.php,
operation/events/events.php, operation/reporting/reporting_xml.php,
operation/reporting/reporting_viewer.php,
operation/reporting/graph_viewer.php,
mobile/operation/agents/view_agents.php, mobile/index.php,
godmode/groups/modu_group_list.php, godmode/groups/configure_group.php,
godmode/groups/configure_modu_group.php, godmode/groups/group_list.php,
godmode/extensions.php, godmode/db/db_main.php, godmode/db/db_audit.php,
godmode/db/db_sanity.php, godmode/db/db_refine.php, godmode/db/db_info.php,
godmode/db/db_event.php, godmode/db/db_purge.php,
godmode/agentes/fields_manager.php, godmode/agentes/module_manager.php,
godmode/agentes/modificar_agente.php, godmode/agentes/configurar_agente.php,
godmode/agentes/configure_field.php, godmode/agentes/planned_downtime.php,
godmode/agentes/manage_config_remote.php, godmode/agentes/agent_manager.php,
godmode/servers/manage_export.php, godmode/servers/recon_script.php,
godmode/servers/manage_export_form.php, godmode/servers/plugin.php,
godmode/servers/manage_recontask.php, godmode/servers/modificar_server.php,
godmode/servers/manage_recontask_form.php,
godmode/alerts/alert_list.list.php,
godmode/alerts/configure_alert_compound.php,
godmode/alerts/alert_compounds.php, godmode/alerts/alert_list.php,
godmode/alerts/configure_alert_template.php,
godmode/alerts/alert_templates.php,
godmode/alerts/configure_alert_action.php,
godmode/alerts/configure_alert_command.php,
godmode/alerts/alert_actions.php, godmode/alerts/alert_list.builder.php,
godmode/alerts/alert_commands.php, godmode/snmpconsole/snmp_alert.php,
godmode/snmpconsole/snmp_filters.php, godmode/setup/file_manager.php,
godmode/setup/os.list.php, godmode/setup/news.php,
godmode/setup/gis_step_2.php, godmode/setup/links.php,
godmode/setup/setup.php, godmode/setup/os.php,
godmode/setup/performance.php, godmode/setup/setup_auth.php,
godmode/setup/gis.php, godmode/setup/os.builder.php,
godmode/setup/setup_visuals.php, godmode/users/user_list.php,
godmode/users/configure_user.php, godmode/users/configure_profile.php,
godmode/gis_maps/configure_gis_map.php, godmode/gis_maps/index.php,
godmode/massive/massive_add_alerts.php,
godmode/massive/massive_copy_modules.php,
godmode/massive/massive_delete_agents.php,
godmode/massive/massive_enable_disable_alerts.php,
godmode/massive/massive_operations.php,
godmode/massive/massive_delete_profiles.php,
godmode/massive/massive_edit_agents.php,
godmode/massive/massive_delete_action_alerts.php,
godmode/massive/massive_delete_modules.php,
godmode/massive/massive_add_profiles.php,
godmode/massive/massive_delete_alerts.php,
godmode/massive/massive_edit_modules.php,
godmode/massive/massive_standby_alerts.php,
godmode/massive/massive_add_action_alerts.php,
godmode/modules/manage_network_components_form.php,
godmode/modules/manage_nc_groups_form.php,
godmode/modules/manage_network_templates.php,
godmode/modules/module_list.php,
godmode/modules/manage_network_components_form_common.php,
godmode/modules/manage_network_components_form_network.php,
godmode/modules/manage_network_templates_form.php,
godmode/modules/manage_network_components_form_wmi.php,
godmode/modules/manage_network_components.php,
godmode/modules/manage_nc_groups.php,
godmode/reporting/reporting_builder.list_items.php,
godmode/reporting/graph_builder.main.php,
godmode/reporting/visual_console_builder.wizard.php,
godmode/reporting/visual_console_builder.php,
godmode/reporting/reporting_builder.preview.php,
godmode/reporting/reporting_builder.main.php,
godmode/reporting/visual_console_builder.data.php,
godmode/reporting/map_builder_wizard.php,
godmode/reporting/visual_console_builder.elements.php,
godmode/reporting/graph_builder.php,
godmode/reporting/visual_console_builder.preview.php,
godmode/reporting/graph_builder.graph_editor.php,
godmode/reporting/reporting_builder.php,
godmode/reporting/visual_console_builder.editor.php,
godmode/reporting/reporting_builder.item_editor.php,
godmode/reporting/graphs.php, godmode/reporting/graph_builder.preview.php:
Replaced the depecrated "audit_db" for "pandora_audit".
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3467 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-10-27 12:47:07 +02:00
|
|
|
pandora_audit("ACL Violation",
|
2008-08-11 Esteban Sanchez <estebans@artica.es>
* include/functions_db.php: Added __ as an alias of lang_string().
* include/functions_reporting_pdf.php,
include/functions_reporting.php, include/functions.php,
include/functions_visual_map.php, index.php,
operation/incidents/incident.php,
operation/incidents/incident_detail.php,
operation/incidents/incident_note.php,
operation/incidents/incident_search.php,
operation/incidents/incident_statistics.php,
operation/snmpconsole/snmp_alert.php,
operation/snmpconsole/snmp_view.php, operation/users/user.php,
operation/users/user_edit.php, operation/users/user_statistics.php,
operation/events/event_statistics.php, operation/events/events.php,
operation/visual_console/render_view.php,
operation/visual_console/index.php, operation/extensions.php,
operation/agentes/estado_alertas.php,
operation/agentes/status_monitor.php,
operation/agentes/estado_grupo.php, operation/agentes/export_csv.php,
operation/agentes/datos_agente.php,
operation/agentes/estado_ultimopaquete.php,
operation/agentes/estado_generalagente.php,
operation/agentes/estado_agente.php, operation/agentes/bulbs.php,
operation/agentes/status_events.php, operation/agentes/sla_view.php,
operation/agentes/exportdata.php,
operation/agentes/estado_monitores.php,
operation/agentes/ver_agente.php, operation/agentes/estadisticas.php,
operation/agentes/tactical.php, operation/agentes/networkmap.php,
operation/messages/message.php,
operation/reporting/reporting_viewer.php,
operation/reporting/graph_viewer.php,
operation/reporting/custom_reporting.php,
operation/servers/view_server.php,
operation/servers/view_server_detail.php, operation/menu.php,
reporting/fgraph.php, reporting/stat_win.php, ajax.php,
general/logoff.php, general/pandora_help.php, general/footer.php,
general/noaccess.php, general/logon_failed.php,
general/links_menu.php, general/login_page.php, general/logon_ok.php,
general/header.php, general/main_menu.php,
godmode/groups/configure_group.php, godmode/groups/group_list.php,
godmode/setup/news.php, godmode/setup/links.php,
godmode/setup/setup.php, godmode/users/user_list.php,
godmode/users/configure_user.php, godmode/profiles/profile_list.php,
godmode/admin_access_logs.php, godmode/db/db_info_data.php,
godmode/db/db_main.php, godmode/db/db_audit.php,
godmode/db/db_sanity.php, godmode/db/db_refine.php,
godmode/db/db_info.php, godmode/db/db_event.php,
godmode/db/db_purge.php, godmode/extensions.php,
godmode/agentes/agent_template.php,
godmode/agentes/module_manager_editor_network.php,
godmode/agentes/module_manager_editor_wmi.php,
godmode/agentes/alert_manager.php,
godmode/agentes/module_manager_editor_plugin.php,
godmode/agentes/module_manager_editor_prediction.php,
godmode/agentes/alert_manager_editor.php,
godmode/agentes/manage_config.php,
godmode/agentes/module_manager_editor_data.php,
godmode/agentes/module_manager.php,
godmode/agentes/modificar_agente.php,
godmode/agentes/configurar_agente.php,
godmode/agentes/agent_disk_conf_editor.php,
godmode/agentes/planned_downtime.php,
godmode/agentes/manage_config_remote.php,
godmode/agentes/agent_manager.php,
godmode/modules/manage_network_components_form.php,
godmode/modules/manage_nc_groups_form.php,
godmode/modules/manage_network_templates.php,
godmode/modules/module_list.php,
godmode/modules/manage_network_templates_form.php,
godmode/modules/manage_network_components_form_network.php,
godmode/modules/manage_network_components_form_wmi.php,
godmode/modules/manage_network_components.php,
godmode/modules/manage_nc_groups.php,
godmode/reporting/reporting_builder.php,
godmode/reporting/map_builder.php,
godmode/reporting/graph_builder.php, godmode/servers/plugin.php,
godmode/servers/manage_recontask.php,
godmode/servers/modificar_server.php,
godmode/servers/manage_recontask_form.php,
godmode/alerts/modify_alert.php, godmode/alerts/configure_alert.php,
godmode/menu.php: Replaced $id_user with $config['id_user']. Use __a
instead of $lang_label to future use of gettext. Style
corrections.
* godmode/agentes/planned_downtime.php: Rewritten to use Pandora
functions and adopt the UI style. Replaced lang_string with __().
* pandoradb.sql: Fields in tplanned_downtime renamed to fit
guidelines.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1005 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-08-11 12:59:07 +02:00
|
|
|
"Trying to access event viewer");
|
|
|
|
require ("general/noaccess.php");
|
2009-02-26 16:34:14 +01:00
|
|
|
return;
|
2007-02-05 18:45:14 +01:00
|
|
|
}
|
|
|
|
|
2009-03-02 Esteban Sanchez <estebans@artica.es>
* include/functions_menu.php: Added to repository. Functions for menu.
* operation/menu.php, godmode/menu.php: Added class to menu due to
changes in print_menu().
* general/main_menu.php: temp_print_menu() moved to functions_menu.php
* include/functions_themes.php: Added to repository. Implement
functions relative to themes (only CSS themes list at this moment).
* include/styles/pandora.css, include/styles/pandora_black.css,
include/styles/pandora_minimal.css, include/styles/pandora_red.css:
Added author, name and description comments to adopt to new
get_themes() interface.
* include/styles/pandora_width.css: Improved and make lighter by
simply rewrite some classes.
* include/functions.php: Added is_ajax().
* godmode/agentes/module_manager_editor.php,
godmode/alerts/alert_actions.php, godmode/alerts/alert_commands.php,
godmode/alerts/alert_compounds.php, godmode/alerts/alert_list.php,
godmode/alerts/alert_templates.php, godmode/groups/group_list.php,
godmode/reporting/map_builder.php,
godmode/reporting/reporting_builder.php,
operation/agentes/estado_agente.php, operation/agentes/ver_agente.php,
operation/events/events.php, operation/messages/message.php: Use
is_ajax()
* godmode/setup/setup.php: Use enterprise_include() instead of manual
checking. Use get_css_themes() to show the theme list.
* include/styles/common.css: Added to repository. Minimal styles to
make pandora works and common with all the CSS themes.
* include/functions_ui.php: Added common.css file.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1496 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-03-02 14:43:15 +01:00
|
|
|
if (is_ajax ()) {
|
2009-02-27 13:48:05 +01:00
|
|
|
$get_event_tooltip = (bool) get_parameter ('get_event_tooltip');
|
2009-04-01 10:04:49 +02:00
|
|
|
$validate_event = (bool) get_parameter ('validate_event');
|
|
|
|
$delete_event = (bool) get_parameter ('delete_event');
|
2010-09-06 14:16:40 +02:00
|
|
|
$get_events_fired = (bool) get_parameter('get_events_fired');
|
2010-09-17 14:34:11 +02:00
|
|
|
$standby_alert = (bool) get_parameter('standby_alert');
|
2009-02-27 13:48:05 +01:00
|
|
|
|
|
|
|
if ($get_event_tooltip) {
|
|
|
|
$id = (int) get_parameter ('id');
|
|
|
|
$event = get_event ($id);
|
|
|
|
if ($event === false)
|
|
|
|
return;
|
|
|
|
|
|
|
|
echo '<h3>'.__('Event').'</h3>';
|
|
|
|
echo '<strong>'.__('Type').': </strong><br />';
|
|
|
|
|
|
|
|
print_event_type_img ($event["event_type"]);
|
|
|
|
echo ' ';
|
|
|
|
if ($event["event_type"] == "system") {
|
|
|
|
echo __('System');
|
2010-09-20 16:00:49 +02:00
|
|
|
}
|
|
|
|
elseif ($event["id_agente"] > 0) {
|
2009-02-27 13:48:05 +01:00
|
|
|
// Agent name
|
|
|
|
echo get_agent_name ($event["id_agente"]);
|
2010-09-20 16:00:49 +02:00
|
|
|
}
|
|
|
|
else {
|
2009-02-27 13:48:05 +01:00
|
|
|
echo __('Alert').__('SNMP');
|
|
|
|
}
|
|
|
|
echo '<br />';
|
|
|
|
echo '<strong>'.__('Timestamp').': </strong><br />';
|
2011-04-13 18:11:02 +02:00
|
|
|
ui_print_timestamp ($event['utimestamp']);
|
2009-02-27 13:48:05 +01:00
|
|
|
|
|
|
|
echo '<br />';
|
|
|
|
echo '<strong>'.__('Description').': </strong><br />';
|
|
|
|
echo $event['evento'];
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2010-09-17 14:34:11 +02:00
|
|
|
if ($standby_alert) {
|
|
|
|
$id = (int) get_parameter ('id');
|
|
|
|
$event = get_event ($id);
|
|
|
|
if ($event === false)
|
|
|
|
return;
|
|
|
|
|
|
|
|
set_alerts_agent_module_standby ($event['id_alert_am'], 1);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2009-04-01 10:04:49 +02:00
|
|
|
if ($validate_event) {
|
|
|
|
$id = (int) get_parameter ("id");
|
|
|
|
$similars = (bool) get_parameter ('similars');
|
2010-09-17 14:34:11 +02:00
|
|
|
$comment = (string) get_parameter ('comment');
|
|
|
|
$new_status = get_parameter ('new_status');
|
|
|
|
|
|
|
|
// Set off the standby mode when close an event
|
|
|
|
if($new_status == 1) {
|
|
|
|
$event = get_event ($id);
|
|
|
|
set_alerts_agent_module_standby ($event['id_alert_am'], 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
$return = validate_event ($id, $similars, $comment, $new_status);
|
2009-04-01 10:04:49 +02:00
|
|
|
if ($return)
|
|
|
|
echo 'ok';
|
|
|
|
else
|
|
|
|
echo 'error';
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if ($delete_event) {
|
|
|
|
$id = (array) get_parameter ("id");
|
|
|
|
$similars = (bool) get_parameter ('similars');
|
|
|
|
|
|
|
|
$return = delete_event ($id, $similars);
|
|
|
|
if ($return)
|
|
|
|
echo 'ok';
|
|
|
|
else
|
|
|
|
echo 'error';
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2010-09-06 14:16:40 +02:00
|
|
|
if ($get_events_fired) {
|
|
|
|
|
|
|
|
$id = get_parameter('id_row');
|
|
|
|
$idGroup = get_parameter('id_group');
|
|
|
|
|
|
|
|
$query = ' AND id_evento > ' . $id;
|
|
|
|
|
|
|
|
$type = array();
|
|
|
|
$alert = get_parameter('alert_fired');
|
|
|
|
if ($alert == 'true') {
|
|
|
|
$resultAlert = get_event_status_group($idGroup, 'alert_fired', $query);
|
|
|
|
}
|
|
|
|
$critical = get_parameter('critical');
|
|
|
|
if ($critical == 'true') {
|
|
|
|
$resultCritical = get_event_status_group($idGroup, 'going_up_critical', $query);
|
|
|
|
}
|
|
|
|
$warning = get_parameter('warning');
|
|
|
|
if ($warning == 'true') {
|
|
|
|
$resultWarning = get_event_status_group($idGroup, 'going_up_warning', $query);
|
|
|
|
}
|
|
|
|
|
|
|
|
if ($resultAlert) {
|
|
|
|
$return = array('fired' => $resultAlert, 'sound' => $config['sound_alert']);
|
|
|
|
}
|
|
|
|
else if ($resultCritical) {
|
|
|
|
$return = array('fired' => $resultCritical, 'sound' => $config['sound_critical']);
|
|
|
|
}
|
|
|
|
else if ($resultWarning) {
|
|
|
|
$return = array('fired' => $resultWarning, 'sound' => $config['sound_warning']);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
$return = array('fired' => 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
echo json_encode($return);
|
|
|
|
}
|
|
|
|
|
2009-02-27 13:48:05 +01:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2009-04-01 10:04:49 +02:00
|
|
|
$offset = (int) get_parameter ("offset", 0);
|
2010-06-30 18:49:07 +02:00
|
|
|
$ev_group = (int) get_parameter ("ev_group", 0); //0 = all
|
2009-04-01 10:04:49 +02:00
|
|
|
$event_type = get_parameter ("event_type", ''); // 0 all
|
|
|
|
$severity = (int) get_parameter ("severity", -1); // -1 all
|
2010-09-17 14:34:11 +02:00
|
|
|
$status = (int) get_parameter ("status", 3); // -1 all, 0 only new, 1 only validated, 2 only in process, 3 only not validated,
|
2010-09-27 13:24:43 +02:00
|
|
|
$id_agent = (int) get_parameter ("id_agent", -2); //-2 search by text, -1 all, 0 system
|
2009-04-01 10:04:49 +02:00
|
|
|
$id_event = (int) get_parameter ("id_event", -1);
|
|
|
|
$pagination = (int) get_parameter ("pagination", $config["block_size"]);
|
|
|
|
$event_view_hr = (int) get_parameter ("event_view_hr", $config["event_view_hr"]);
|
|
|
|
$id_user_ack = get_parameter ("id_user_ack", 0);
|
2010-07-02 14:21:39 +02:00
|
|
|
$group_rep = (int) get_parameter ("group_rep", 0);
|
2009-02-26 10:08:48 +01:00
|
|
|
$delete = (bool) get_parameter ("delete");
|
2010-09-17 14:34:11 +02:00
|
|
|
$validate = (bool) get_parameter ("validate", 0);
|
|
|
|
$section = (string) get_parameter ("section", "list");
|
2010-09-27 13:24:43 +02:00
|
|
|
$text_agent = (string)get_parameter('text_agent', __("All"));
|
2007-02-05 18:45:14 +01:00
|
|
|
|
2010-09-17 14:34:11 +02:00
|
|
|
$search = preg_replace ("/&([A-Za-z]{0,4}\w{2,3};|#[0-9]{2,3};)/", "%", rawurldecode (get_parameter ("search")));
|
|
|
|
$groups = get_user_groups ($config["id_user"], "IR");
|
2008-09-03 17:47:09 +02:00
|
|
|
|
2010-09-17 14:34:11 +02:00
|
|
|
$ids = (array) get_parameter ("eventid", -1);
|
2007-09-27 17:12:49 +02:00
|
|
|
|
2010-09-24 12:41:52 +02:00
|
|
|
$url = "index.php?sec=eventos&sec2=operation/events/events&search=" .
|
|
|
|
rawurlencode($search) . "&event_type=" . $event_type .
|
|
|
|
"&severity=" . $severity . "&status=" . $status . "&ev_group=" .
|
|
|
|
$ev_group . "&refr=" . $config["refr"] . "&id_agent=" .
|
|
|
|
$id_agent . "&id_event=" . $id_event . "&pagination=" .
|
|
|
|
$pagination . "&group_rep=" . $group_rep . "&event_view_hr=" .
|
|
|
|
$event_view_hr . "&id_user_ack=" . $id_user_ack;
|
2010-09-27 13:24:43 +02:00
|
|
|
|
2010-02-19 Sancho Lerena <slerena@artica.es>
* functions_events.php: Fixed typo (switched meaning) in two labels.
* include/styles/pandora.css: Changed background color of th default style.
* include/functions_reporting.php: Improved function get_group_stats(). Now
supports stats from batch-mode and get realtime stats in a more efficient
way. Fixed get_fired_alerts_reporting_table() to avoid problems in external
reporting (PDF & XML).
* include/functions_servers.php: get_server_performance() now uses batch mode
stats reporting, and improved also the realtime stats generation. Same with
function get_server_info().
* include/functions_config.php: Added new config tokens (not fully
implemented yet) for event, trap, strings and audit automatic purge.
* include/functions_ui.php: Added new print_page_header() function to set
the new standard header in all pages, using the "tabbed" format to show
the title, subtitle and other options like help, or custom-tabs for the page
* pandoradb.sql: Added tserver.stat_utimestamp field. Added indexes to
tsession table. Fixed typo in field name in tgroup_stat: agents_uknown to
agents_unknown.
* extensions/ext_backup: New directory to place "deleted" extensions.
* extensions/dbmanager/dbmanager.css: Table names now are in it's original
lowercase/uppercase format.
* extensions/dbmanager.php: Updated headers, and now return "empty" when
a search is empty, instead "error" as before.
* extensions/users_connected.php
extensions/module_groups.php
extensions/plugin_registration.php
extensions/pandora_logs.php
operation/incidents/incident.php
operation/snmpconsole/snmp_view.php
operation/users/user.php
operation/users/user_edit.php
godmode/agentes/planned_downtime.php
operation/events/events.php
operation/visual_console/index.php
operation/agentes/estado_generalagente.php
operation/agentes/estado_agente.php
operation/agentes/exportdata.php
operation/agentes/ver_agente.php
operation/agentes/status_monitor.php
operation/agentes/alerts_status.php
operation/users/user_statistics.php: Added new header format.
* operation/agentes/estado_grupo.php: Removed old group view.
* operation/agentes/tactical.php: Adapted to use new realtime/batch
statistical system. Placed events above server info. Showing only pending
events and other minor changes.
* operation/agentes/group_view.php: NEW screen, replacing old one. Probably
most ugly, but much more useful than before.
* operation/agentes/networkmap.php: Added title.
* operation/messages/message.php: Added title and adding some exists in
code was missing before.
* operation/reporting/reporting_viewer.php: Added title.
* operation/reporting/graph_viewer.php: Added title.
* operation/reporting/custom_reporting.php: Added title.
* operation/servers/view_server.php:
* operation/menu.php: Replaced old group view with new (this has english
name). Removed autorefresh "by default" in server view.
* extras/pandoradb_migrate_v3.0_to_v3.1.sql: Fixed typo.
* extras/pandora_diag.php: Minor changes, removed some info and added other.
* general/logon_ok.php: Minor aesthetic changes.
* general/header.php: Fixed missing ";"
* operation/extensions.php,
godmode/extensions.php: Added support for delete extensions.
* godmode/menu.php: New setup items.
* godmode/setup/setup.php,
godmode/setup/performance.php,
godmode/setup/setup_visuals.php: Reordered setup options, new setup section
"Performance", added new performance options to set "realtime" statistics
or "batchmode" with it's own interval. Some setup info is now shared with
the servers (but it it's any change in setup, servers should be restarted
anyway).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2390 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-02-19 16:16:03 +01:00
|
|
|
// Header
|
2010-07-02 14:21:39 +02:00
|
|
|
if ($config["pure"] == 0) {
|
2010-09-27 13:24:43 +02:00
|
|
|
$pss = get_user_info($config['id_user']);
|
|
|
|
$hashup = md5($config['id_user'] . $pss['password']);
|
|
|
|
|
2010-07-02 14:21:39 +02:00
|
|
|
$buttons = array(
|
2010-09-06 14:16:40 +02:00
|
|
|
'fullscreen' => array('active' => false,
|
|
|
|
'text' => '<a href="'.$url.'&pure=1">' .
|
|
|
|
print_image("images/fullscreen.png", true, array ("title" => __('Full screen'))) .'</a>'),
|
|
|
|
'rss' => array('active' => false,
|
2010-09-27 13:24:43 +02:00
|
|
|
'text' => '<a href="operation/events/events_rss.php?user=' . $config['id_user'] . '&hashup=' . $hashup .
|
|
|
|
'&text_agent=' . $text_agent . '&ev_group='.$ev_group.'&event_type='.$event_type.'&search='.rawurlencode ($search).'&severity='.$severity.'&status='.$status.'&event_view_hr='.$event_view_hr.'&id_agent='.$id_agent.'">' .
|
2010-09-06 14:16:40 +02:00
|
|
|
print_image("images/rss.png", true, array ("title" => __('RSS Events'))) .'</a>'),
|
|
|
|
'marquee' => array('active' => false,
|
|
|
|
'text' => '<a href="operation/events/events_marquee.php">' .
|
|
|
|
print_image("images/heart.png", true, array ("title" => __('Marquee display'))) .'</a>'),
|
|
|
|
'csv' => array('active' => false,
|
2010-09-27 13:24:43 +02:00
|
|
|
'text' => '<a href="operation/events/export_csv.php?ev_group=' . $ev_group .
|
|
|
|
'&text_agent=' . $text_agent . '&event_type='.$event_type.'&search='.rawurlencode ($search).'&severity='.$severity.'&status='.$status.'&event_view_hr='.$event_view_hr.'&id_agent='.$id_agent.'">' .
|
2010-09-06 14:16:40 +02:00
|
|
|
print_image("images/disk.png", true, array ("title" => __('Export to CSV file'))) .'</a>'),
|
|
|
|
'sound_event' => array('active' => false,
|
|
|
|
'text' => '<a href="javascript: openSoundEventWindow();">' . print_image('images/music_note.png', true, array('title' => __('Sound events'))) . '</a>')
|
|
|
|
);
|
|
|
|
|
2011-04-13 18:11:02 +02:00
|
|
|
ui_print_page_header (__("Events"), "images/lightning_go.png", false, "eventview", false, $buttons);
|
2010-09-20 16:00:49 +02:00
|
|
|
|
2010-09-06 14:16:40 +02:00
|
|
|
?>
|
|
|
|
<script type="text/javascript">
|
|
|
|
function openSoundEventWindow() {
|
|
|
|
url = '<?php echo 'http://' . $_SERVER['SERVER_NAME'] . $config['homeurl'] . '/operation/events/sound_events.php'; ?>';
|
|
|
|
|
|
|
|
window.open(url, '<?php __('Sound Alerts'); ?>','width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no');
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<?php
|
2010-07-02 14:21:39 +02:00
|
|
|
}
|
2010-02-19 Sancho Lerena <slerena@artica.es>
* functions_events.php: Fixed typo (switched meaning) in two labels.
* include/styles/pandora.css: Changed background color of th default style.
* include/functions_reporting.php: Improved function get_group_stats(). Now
supports stats from batch-mode and get realtime stats in a more efficient
way. Fixed get_fired_alerts_reporting_table() to avoid problems in external
reporting (PDF & XML).
* include/functions_servers.php: get_server_performance() now uses batch mode
stats reporting, and improved also the realtime stats generation. Same with
function get_server_info().
* include/functions_config.php: Added new config tokens (not fully
implemented yet) for event, trap, strings and audit automatic purge.
* include/functions_ui.php: Added new print_page_header() function to set
the new standard header in all pages, using the "tabbed" format to show
the title, subtitle and other options like help, or custom-tabs for the page
* pandoradb.sql: Added tserver.stat_utimestamp field. Added indexes to
tsession table. Fixed typo in field name in tgroup_stat: agents_uknown to
agents_unknown.
* extensions/ext_backup: New directory to place "deleted" extensions.
* extensions/dbmanager/dbmanager.css: Table names now are in it's original
lowercase/uppercase format.
* extensions/dbmanager.php: Updated headers, and now return "empty" when
a search is empty, instead "error" as before.
* extensions/users_connected.php
extensions/module_groups.php
extensions/plugin_registration.php
extensions/pandora_logs.php
operation/incidents/incident.php
operation/snmpconsole/snmp_view.php
operation/users/user.php
operation/users/user_edit.php
godmode/agentes/planned_downtime.php
operation/events/events.php
operation/visual_console/index.php
operation/agentes/estado_generalagente.php
operation/agentes/estado_agente.php
operation/agentes/exportdata.php
operation/agentes/ver_agente.php
operation/agentes/status_monitor.php
operation/agentes/alerts_status.php
operation/users/user_statistics.php: Added new header format.
* operation/agentes/estado_grupo.php: Removed old group view.
* operation/agentes/tactical.php: Adapted to use new realtime/batch
statistical system. Placed events above server info. Showing only pending
events and other minor changes.
* operation/agentes/group_view.php: NEW screen, replacing old one. Probably
most ugly, but much more useful than before.
* operation/agentes/networkmap.php: Added title.
* operation/messages/message.php: Added title and adding some exists in
code was missing before.
* operation/reporting/reporting_viewer.php: Added title.
* operation/reporting/graph_viewer.php: Added title.
* operation/reporting/custom_reporting.php: Added title.
* operation/servers/view_server.php:
* operation/menu.php: Replaced old group view with new (this has english
name). Removed autorefresh "by default" in server view.
* extras/pandoradb_migrate_v3.0_to_v3.1.sql: Fixed typo.
* extras/pandora_diag.php: Minor changes, removed some info and added other.
* general/logon_ok.php: Minor aesthetic changes.
* general/header.php: Fixed missing ";"
* operation/extensions.php,
godmode/extensions.php: Added support for delete extensions.
* godmode/menu.php: New setup items.
* godmode/setup/setup.php,
godmode/setup/performance.php,
godmode/setup/setup_visuals.php: Reordered setup options, new setup section
"Performance", added new performance options to set "realtime" statistics
or "batchmode" with it's own interval. Some setup info is now shared with
the servers (but it it's any change in setup, servers should be restarted
anyway).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2390 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-02-19 16:16:03 +01:00
|
|
|
else {
|
|
|
|
// Fullscreen
|
|
|
|
echo "<h2>".__('Events')." » ".__('Main event view'). " ";
|
2011-04-13 18:11:02 +02:00
|
|
|
echo ui_print_help_icon ("eventview", true);
|
2010-02-19 Sancho Lerena <slerena@artica.es>
* functions_events.php: Fixed typo (switched meaning) in two labels.
* include/styles/pandora.css: Changed background color of th default style.
* include/functions_reporting.php: Improved function get_group_stats(). Now
supports stats from batch-mode and get realtime stats in a more efficient
way. Fixed get_fired_alerts_reporting_table() to avoid problems in external
reporting (PDF & XML).
* include/functions_servers.php: get_server_performance() now uses batch mode
stats reporting, and improved also the realtime stats generation. Same with
function get_server_info().
* include/functions_config.php: Added new config tokens (not fully
implemented yet) for event, trap, strings and audit automatic purge.
* include/functions_ui.php: Added new print_page_header() function to set
the new standard header in all pages, using the "tabbed" format to show
the title, subtitle and other options like help, or custom-tabs for the page
* pandoradb.sql: Added tserver.stat_utimestamp field. Added indexes to
tsession table. Fixed typo in field name in tgroup_stat: agents_uknown to
agents_unknown.
* extensions/ext_backup: New directory to place "deleted" extensions.
* extensions/dbmanager/dbmanager.css: Table names now are in it's original
lowercase/uppercase format.
* extensions/dbmanager.php: Updated headers, and now return "empty" when
a search is empty, instead "error" as before.
* extensions/users_connected.php
extensions/module_groups.php
extensions/plugin_registration.php
extensions/pandora_logs.php
operation/incidents/incident.php
operation/snmpconsole/snmp_view.php
operation/users/user.php
operation/users/user_edit.php
godmode/agentes/planned_downtime.php
operation/events/events.php
operation/visual_console/index.php
operation/agentes/estado_generalagente.php
operation/agentes/estado_agente.php
operation/agentes/exportdata.php
operation/agentes/ver_agente.php
operation/agentes/status_monitor.php
operation/agentes/alerts_status.php
operation/users/user_statistics.php: Added new header format.
* operation/agentes/estado_grupo.php: Removed old group view.
* operation/agentes/tactical.php: Adapted to use new realtime/batch
statistical system. Placed events above server info. Showing only pending
events and other minor changes.
* operation/agentes/group_view.php: NEW screen, replacing old one. Probably
most ugly, but much more useful than before.
* operation/agentes/networkmap.php: Added title.
* operation/messages/message.php: Added title and adding some exists in
code was missing before.
* operation/reporting/reporting_viewer.php: Added title.
* operation/reporting/graph_viewer.php: Added title.
* operation/reporting/custom_reporting.php: Added title.
* operation/servers/view_server.php:
* operation/menu.php: Replaced old group view with new (this has english
name). Removed autorefresh "by default" in server view.
* extras/pandoradb_migrate_v3.0_to_v3.1.sql: Fixed typo.
* extras/pandora_diag.php: Minor changes, removed some info and added other.
* general/logon_ok.php: Minor aesthetic changes.
* general/header.php: Fixed missing ";"
* operation/extensions.php,
godmode/extensions.php: Added support for delete extensions.
* godmode/menu.php: New setup items.
* godmode/setup/setup.php,
godmode/setup/performance.php,
godmode/setup/setup_visuals.php: Reordered setup options, new setup section
"Performance", added new performance options to set "realtime" statistics
or "batchmode" with it's own interval. Some setup info is now shared with
the servers (but it it's any change in setup, servers should be restarted
anyway).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2390 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-02-19 16:16:03 +01:00
|
|
|
echo " ";
|
2009-08-11 19:14:21 +02:00
|
|
|
|
2009-02-20 22:48:09 +01:00
|
|
|
echo '<a target="_top" href="'.$url.'&pure=0">';
|
2010-11-23 20:43:55 +01:00
|
|
|
print_image ("images/normalscreen.png", false, array ("title" => __('Back to normal mode')));
|
2009-02-20 22:48:09 +01:00
|
|
|
echo '</a>';
|
2010-02-19 Sancho Lerena <slerena@artica.es>
* functions_events.php: Fixed typo (switched meaning) in two labels.
* include/styles/pandora.css: Changed background color of th default style.
* include/functions_reporting.php: Improved function get_group_stats(). Now
supports stats from batch-mode and get realtime stats in a more efficient
way. Fixed get_fired_alerts_reporting_table() to avoid problems in external
reporting (PDF & XML).
* include/functions_servers.php: get_server_performance() now uses batch mode
stats reporting, and improved also the realtime stats generation. Same with
function get_server_info().
* include/functions_config.php: Added new config tokens (not fully
implemented yet) for event, trap, strings and audit automatic purge.
* include/functions_ui.php: Added new print_page_header() function to set
the new standard header in all pages, using the "tabbed" format to show
the title, subtitle and other options like help, or custom-tabs for the page
* pandoradb.sql: Added tserver.stat_utimestamp field. Added indexes to
tsession table. Fixed typo in field name in tgroup_stat: agents_uknown to
agents_unknown.
* extensions/ext_backup: New directory to place "deleted" extensions.
* extensions/dbmanager/dbmanager.css: Table names now are in it's original
lowercase/uppercase format.
* extensions/dbmanager.php: Updated headers, and now return "empty" when
a search is empty, instead "error" as before.
* extensions/users_connected.php
extensions/module_groups.php
extensions/plugin_registration.php
extensions/pandora_logs.php
operation/incidents/incident.php
operation/snmpconsole/snmp_view.php
operation/users/user.php
operation/users/user_edit.php
godmode/agentes/planned_downtime.php
operation/events/events.php
operation/visual_console/index.php
operation/agentes/estado_generalagente.php
operation/agentes/estado_agente.php
operation/agentes/exportdata.php
operation/agentes/ver_agente.php
operation/agentes/status_monitor.php
operation/agentes/alerts_status.php
operation/users/user_statistics.php: Added new header format.
* operation/agentes/estado_grupo.php: Removed old group view.
* operation/agentes/tactical.php: Adapted to use new realtime/batch
statistical system. Placed events above server info. Showing only pending
events and other minor changes.
* operation/agentes/group_view.php: NEW screen, replacing old one. Probably
most ugly, but much more useful than before.
* operation/agentes/networkmap.php: Added title.
* operation/messages/message.php: Added title and adding some exists in
code was missing before.
* operation/reporting/reporting_viewer.php: Added title.
* operation/reporting/graph_viewer.php: Added title.
* operation/reporting/custom_reporting.php: Added title.
* operation/servers/view_server.php:
* operation/menu.php: Replaced old group view with new (this has english
name). Removed autorefresh "by default" in server view.
* extras/pandoradb_migrate_v3.0_to_v3.1.sql: Fixed typo.
* extras/pandora_diag.php: Minor changes, removed some info and added other.
* general/logon_ok.php: Minor aesthetic changes.
* general/header.php: Fixed missing ";"
* operation/extensions.php,
godmode/extensions.php: Added support for delete extensions.
* godmode/menu.php: New setup items.
* godmode/setup/setup.php,
godmode/setup/performance.php,
godmode/setup/setup_visuals.php: Reordered setup options, new setup section
"Performance", added new performance options to set "realtime" statistics
or "batchmode" with it's own interval. Some setup info is now shared with
the servers (but it it's any change in setup, servers should be restarted
anyway).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2390 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-02-19 16:16:03 +01:00
|
|
|
echo "</h2>";
|
2008-07-25 20:37:32 +02:00
|
|
|
}
|
2007-02-05 18:45:14 +01:00
|
|
|
|
2010-09-21 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: in function "print_select_groups" and function
"print_select_from_sql" added source code to check $config['text_char_long']
for show small text in this widgets.
* include/functions.php: in function "get_event_types" and "get_priorities"
added source code to check $config['text_char_long'] for show small text in
this widgets. And in function "get_priority_class" cleaned source code.
* operation/agentes/status_monitor.php, operation/events/events.php: cleaned
source code style.
* images/pandora.ico.gif: added image file for to use in the mobile footer.
* mobile/operation/agents/monitor_status.php,
mobile/operation/agents/view_agents.php,
mobile/operation/agents/tactical.php,
mobile/operation/agents/group_view.php, mobile/operation/events/events.php,
mobile/include/style/main.css, mobile/include/functions_web.php,
mobile/index.php, general/footer.php: continued the develop, yep the
Pandora Console Mobile is complete (only rest the bugs).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-21 20:02:11 +02:00
|
|
|
if (($section == 'validate') && ($ids[0] == -1)) {
|
2010-09-17 14:34:11 +02:00
|
|
|
$section = 'list';
|
2011-04-13 18:11:02 +02:00
|
|
|
ui_print_error_message (__('No events selected'));
|
2010-09-17 14:34:11 +02:00
|
|
|
}
|
|
|
|
|
2010-05-03 09:39:11 +02:00
|
|
|
//Process validation (pass array or single value)
|
|
|
|
if ($validate) {
|
2010-09-17 14:34:11 +02:00
|
|
|
$ids = get_parameter ("eventid", -1);
|
|
|
|
$comment = get_parameter ("comment", '');
|
|
|
|
$new_status = get_parameter ("select_validate", 1);
|
|
|
|
$ids = explode(',',$ids);
|
|
|
|
|
|
|
|
// Avoid to re-set inprocess events
|
|
|
|
if($new_status == 2) {
|
|
|
|
foreach($ids as $key => $id) {
|
|
|
|
$event = get_event($id);
|
|
|
|
if($event['estado'] == 2) {
|
|
|
|
unset($ids[$key]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(isset($ids[0]) && $ids[0] != -1){
|
|
|
|
$return = validate_event ($ids, ($group_rep == 1), $comment, $new_status);
|
|
|
|
if($new_status == 1) {
|
2011-04-13 18:11:02 +02:00
|
|
|
ui_print_result_message ($return,
|
2010-09-20 16:00:49 +02:00
|
|
|
__('Successfully validated'),
|
|
|
|
__('Could not be validated'));
|
|
|
|
}
|
|
|
|
else if($new_status == 2) {
|
2011-04-13 18:11:02 +02:00
|
|
|
ui_print_result_message ($return,
|
2010-09-20 16:00:49 +02:00
|
|
|
__('Successfully set in process'),
|
|
|
|
__('Could not be set in process'));
|
2010-09-17 14:34:11 +02:00
|
|
|
}
|
2010-05-03 09:39:11 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//Process deletion (pass array or single value)
|
|
|
|
if ($delete) {
|
|
|
|
$ids = (array) get_parameter ("eventid", -1);
|
|
|
|
|
2010-12-22 14:37:15 +01:00
|
|
|
if ($ids[0] != -1) {
|
2010-05-03 09:39:11 +02:00
|
|
|
$return = delete_event ($ids, ($group_rep == 1));
|
2011-04-13 18:11:02 +02:00
|
|
|
ui_print_result_message ($return,
|
2010-05-03 09:39:11 +02:00
|
|
|
__('Successfully deleted'),
|
|
|
|
__('Could not be deleted'));
|
|
|
|
}
|
2010-12-22 14:37:15 +01:00
|
|
|
require_once('operation/events/events_list.php');
|
2010-05-03 09:39:11 +02:00
|
|
|
}
|
2010-12-22 14:37:15 +01:00
|
|
|
else {
|
|
|
|
switch($section) {
|
|
|
|
case 'list':
|
|
|
|
require_once('operation/events/events_list.php');
|
|
|
|
break;
|
|
|
|
case 'validate':
|
|
|
|
require_once('operation/events/events_validate.php');
|
|
|
|
break;
|
|
|
|
}
|
2009-02-20 22:48:09 +01:00
|
|
|
}
|
2009-11-18 19:10:41 +01:00
|
|
|
|
2011-04-13 18:11:02 +02:00
|
|
|
ui_require_jquery_file ('bgiframe');
|
|
|
|
ui_require_jquery_file ('autocomplete');
|
2010-09-17 14:34:11 +02:00
|
|
|
|
2007-09-27 17:12:49 +02:00
|
|
|
?>
|
2009-02-20 22:48:09 +01:00
|
|
|
<script language="javascript" type="text/javascript">
|
2009-04-01 10:04:49 +02:00
|
|
|
/* <![CDATA[ */
|
2009-11-18 19:10:41 +01:00
|
|
|
|
2009-04-01 10:04:49 +02:00
|
|
|
$(document).ready( function() {
|
2009-11-18 19:10:41 +01:00
|
|
|
|
|
|
|
$("#text_id_agent").autocomplete(
|
|
|
|
"ajax.php",
|
|
|
|
{
|
|
|
|
minChars: 2,
|
|
|
|
scroll:true,
|
|
|
|
extraParams: {
|
|
|
|
page: "operation/agentes/exportdata",
|
|
|
|
search_agents: 1,
|
|
|
|
add: '<?php echo json_encode(array('-1' => "All", '0' => "System"));?>',
|
|
|
|
id_group: function() { return $("#id_group").val(); }
|
|
|
|
},
|
|
|
|
formatItem: function (data, i, total) {
|
|
|
|
if (total == 0)
|
|
|
|
$("#text_id_agent").css ('background-color', '#cc0000');
|
|
|
|
else
|
|
|
|
$("#text_id_agent").css ('background-color', '');
|
|
|
|
if (data == "")
|
|
|
|
return false;
|
|
|
|
|
|
|
|
return data[0]+'<br><span class="ac_extra_field"><?php echo __("IP") ?>: '+data[1]+'</span>';
|
|
|
|
},
|
|
|
|
delay: 200
|
|
|
|
}
|
|
|
|
);
|
|
|
|
|
|
|
|
|
2009-04-01 10:04:49 +02:00
|
|
|
$("input[name=allbox]").change (function() {
|
|
|
|
$("input[name='eventid[]']").attr('checked', $(this).attr('checked'));
|
|
|
|
});
|
|
|
|
|
2010-09-17 14:34:11 +02:00
|
|
|
$('.select_validate').change (function() {
|
|
|
|
display = $(".standby_alert_checkbox").css('display');
|
|
|
|
|
|
|
|
if (display != 'none') {
|
|
|
|
$(".standby_alert_checkbox").css('display', 'none');
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
$(".standby_alert_checkbox").css('display', '');
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
2009-04-01 10:04:49 +02:00
|
|
|
$("#tgl_event_control").click (function () {
|
|
|
|
$("#event_control").toggle ();
|
|
|
|
return false;
|
|
|
|
});
|
|
|
|
|
|
|
|
$("a.validate_event").click (function () {
|
|
|
|
$tr = $(this).parents ("tr");
|
|
|
|
id = this.id.split ("-").pop ();
|
2010-09-17 14:34:11 +02:00
|
|
|
var comment = $('#textarea_comment_'+id).val();
|
|
|
|
var select_validate = $('#select_validate_'+id).val(); // 1 validate, 2 in process
|
|
|
|
var checkbox_standby_alert = $('#checkbox-standby-alert-'+id).attr('checked');
|
|
|
|
|
|
|
|
if(!select_validate) {
|
|
|
|
select_validate = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
if(checkbox_standby_alert) {
|
|
|
|
jQuery.post ("ajax.php",
|
|
|
|
{"page" : "operation/events/events",
|
|
|
|
"standby_alert" : 1,
|
|
|
|
"id" : id
|
|
|
|
},
|
|
|
|
function (data, status) {
|
|
|
|
if (data != "ok") {
|
|
|
|
$("#result")
|
|
|
|
.showMessage ("<?php echo __('Could not set standby alert')?>")
|
|
|
|
.addClass ("error");
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"html"
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
2009-04-01 10:04:49 +02:00
|
|
|
jQuery.post ("ajax.php",
|
|
|
|
{"page" : "operation/events/events",
|
|
|
|
"validate_event" : 1,
|
|
|
|
"id" : id,
|
2010-09-17 14:34:11 +02:00
|
|
|
"comment" : comment,
|
|
|
|
"new_status" : select_validate,
|
2009-04-01 10:04:49 +02:00
|
|
|
"similar" : <?php echo ($group_rep ? 1 : 0) ?>
|
|
|
|
},
|
|
|
|
function (data, status) {
|
|
|
|
if (data == "ok") {
|
2011-04-05 14:36:38 +02:00
|
|
|
$("#status_img_"+id).attr ("src", "images/spinner.gif");
|
2010-09-17 14:34:11 +02:00
|
|
|
location.reload();
|
2009-04-01 10:04:49 +02:00
|
|
|
} else {
|
|
|
|
$("#result")
|
|
|
|
.showMessage ("<?php echo __('Could not be validated')?>")
|
|
|
|
.addClass ("error");
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"html"
|
|
|
|
);
|
2011-04-05 14:36:38 +02:00
|
|
|
//toggleCommentForm(id);
|
2009-04-01 10:04:49 +02:00
|
|
|
});
|
|
|
|
|
|
|
|
$("a.delete_event").click (function () {
|
|
|
|
$tr = $(this).parents ("tr");
|
|
|
|
id = this.id.split ("-").pop ();
|
|
|
|
jQuery.post ("ajax.php",
|
|
|
|
{"page" : "operation/events/events",
|
|
|
|
"delete_event" : 1,
|
|
|
|
"id" : id,
|
|
|
|
"similar" : <?php echo ($group_rep ? 1 : 0) ?>
|
|
|
|
},
|
|
|
|
function (data, status) {
|
|
|
|
if (data == "ok")
|
|
|
|
$tr.remove ();
|
|
|
|
else
|
|
|
|
$("#result")
|
|
|
|
.showMessage ("<?php echo __('Could not be deleted')?>")
|
|
|
|
.addClass ("error");
|
|
|
|
},
|
|
|
|
"html"
|
|
|
|
);
|
|
|
|
return false;
|
2009-02-20 22:48:09 +01:00
|
|
|
});
|
2010-09-17 14:34:11 +02:00
|
|
|
|
|
|
|
function toggleDiv (divid){
|
|
|
|
if (document.getElementById(divid).style.display == 'none'){
|
|
|
|
document.getElementById(divid).style.display = 'block';
|
|
|
|
} else {
|
|
|
|
document.getElementById(divid).style.display = 'none';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-04-01 10:04:49 +02:00
|
|
|
});
|
|
|
|
/* ]]> */
|
2010-09-17 14:34:11 +02:00
|
|
|
|
|
|
|
function toggleCommentForm(id_event) {
|
|
|
|
display = $('.event_form_' + id_event).css('display');
|
|
|
|
|
|
|
|
if (display != 'none') {
|
|
|
|
$('.event_form_' + id_event).css('display', 'none');
|
|
|
|
// Hide All showed rows
|
|
|
|
$('.event_form').css('display', 'none');
|
|
|
|
$(".standby_alert_checkbox").css('display', 'none');
|
|
|
|
$(".select_validate").find('option:first').attr('selected', 'selected').parent('select');
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
$('.event_form_' + id_event).css('display', '');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
function toggleVisibleExtendedInfo(id_event) {
|
|
|
|
display = $('.event_info_' + id_event).css('display');
|
|
|
|
|
|
|
|
if (display != 'none') {
|
|
|
|
$('.event_info_' + id_event).css('display', 'none');
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
$('.event_info_' + id_event).css('display', '');
|
|
|
|
}
|
|
|
|
}
|
2009-02-26 10:08:48 +01:00
|
|
|
</script>
|