2007-03-19 20:39:40 +01:00
|
|
|
<?php
|
2008-08-22 20:07:32 +02:00
|
|
|
|
2009-06-08 20:21:21 +02:00
|
|
|
// Pandora FMS - http://pandorafms.com
|
|
|
|
// ==================================================
|
2010-03-04 17:08:09 +01:00
|
|
|
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
2009-06-08 20:21:21 +02:00
|
|
|
// Please see http://pandorafms.org for full contribution list
|
2008-08-05 13:42:08 +02:00
|
|
|
|
2007-03-19 20:39:40 +01:00
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License
|
2008-08-05 13:42:08 +02:00
|
|
|
// as published by the Free Software Foundation for version 2.
|
2007-03-19 20:39:40 +01: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.
|
2008-08-05 13:42:08 +02:00
|
|
|
|
2008-08-22 20:07:32 +02:00
|
|
|
|
2007-03-19 20:39:40 +01:00
|
|
|
// Load global vars
|
2010-03-03 18:10:37 +01:00
|
|
|
global $config;
|
2007-03-19 20:39:40 +01: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 ();
|
|
|
|
|
2009-10-21 18:15:22 +02:00
|
|
|
if (! give_acl ($config['id_user'], 0, "PM")) {
|
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 Recon Task Management");
|
|
|
|
require ("general/noaccess.php");
|
|
|
|
exit;
|
2007-03-19 20:39:40 +01:00
|
|
|
}
|
|
|
|
|
2010-03-04 17:08:09 +01:00
|
|
|
// Headers
|
|
|
|
print_page_header (__('Manage recontask'), "", false, "", true);
|
|
|
|
|
2007-03-19 20:39:40 +01:00
|
|
|
// --------------------------------
|
|
|
|
// DELETE A RECON TASKs
|
|
|
|
// --------------------------------
|
2008-08-21 18:57:37 +02:00
|
|
|
if (isset ($_GET["delete"])) {
|
|
|
|
$id = get_parameter_get ("delete");
|
|
|
|
$sql = sprintf("DELETE FROM trecon_task WHERE id_rt = '%d'",$id);
|
|
|
|
$result = process_sql ($sql);
|
|
|
|
if ($result !== false) {
|
2009-06-24 Jorge Gonzalez <jorgegonz@artica.es>
* include/functions_reporting.php, include/functions_ui.php,
* operation/incidents/incident.php,
* operation/snmpconsole/snmp_view.php, operation/events/events.php,
* operation/agentes/tactical.php, godmode/users/user_list.php,
* godmode/users/configure_user.php,
* godmode/profiles/profile_list.php,
* godmode/agentes/module_manager_editor_wmi.php,
* godmode/agentes/massive_edit_modules.php,
* godmode/agentes/manage_config_remote.php,
* godmode/modules/manage_network_components_form_network.php,
* godmode/modules/manage_network_components_form_wmi.php,
* godmode/servers/manage_export.php,
* godmode/servers/manage_recontask.php,
* godmode/servers/modificar_server.php: Some translatable strings
* reused to simplify i18n work.
* include/languages/es.po, include/languages/es.mo: Updated Spanish
* translation.
* include/languages/index.pot: Updated po template.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1763 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-06-24 15:36:29 +02:00
|
|
|
echo '<h3 class="suc">'.__('Successfully deleted recon task').'</h3>';
|
2008-08-21 18:57:37 +02:00
|
|
|
} else {
|
|
|
|
echo '<h3 class="error">'.__('Error deleting recon task').'</h3>';
|
|
|
|
}
|
2007-03-19 20:39:40 +01:00
|
|
|
}
|
|
|
|
|
2008-08-21 18:57:37 +02:00
|
|
|
// --------------------------------
|
|
|
|
// GET PARAMETERS IF UPDATE OR CREATE
|
|
|
|
// --------------------------------
|
|
|
|
if ((isset ($_GET["update"])) OR ((isset ($_GET["create"])))) {
|
|
|
|
$name = get_parameter_post ("name");
|
|
|
|
$network = get_parameter_post ("network");
|
|
|
|
$description = get_parameter_post ("description");
|
|
|
|
$id_recon_server = get_parameter_post ("id_recon_server");
|
|
|
|
$interval = get_parameter_post ("interval");
|
|
|
|
$id_group = get_parameter_post ("id_group");
|
|
|
|
$create_incident = get_parameter_post ("create_incident");
|
|
|
|
$id_network_profile = get_parameter_post ("id_network_profile");
|
2009-08-19 21:38:29 +02:00
|
|
|
$recon_ports = get_parameter_post ("recon_ports", "");
|
2008-08-21 18:57:37 +02:00
|
|
|
$id_os = get_parameter_post ("id_os", 10);
|
2010-08-18 13:35:42 +02:00
|
|
|
$snmp_community = get_parameter_post ("snmp_community", "public");
|
2010-10-20 18:32:15 +02:00
|
|
|
$id_recon_script = get_parameter ("id_recon_script", 'NULL');
|
2010-10-18 20:16:45 +02:00
|
|
|
$mode = get_parameter ("mode", "");
|
|
|
|
$field1 = get_parameter ("field1", "");
|
|
|
|
$field2 = get_parameter ("field2", "");
|
|
|
|
$field3 = get_parameter ("field3", "");
|
|
|
|
$field4 = get_parameter ("field4", "");
|
|
|
|
if ($mode == "network_sweep")
|
2010-10-20 18:32:15 +02:00
|
|
|
$id_recon_script = 'NULL';
|
2010-10-18 20:16:45 +02:00
|
|
|
else
|
|
|
|
$id_network_profile = 0;
|
|
|
|
|
2008-08-05 13:42:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// --------------------------------
|
|
|
|
// UPDATE A RECON TASK
|
|
|
|
// --------------------------------
|
|
|
|
if (isset($_GET["update"])) {
|
2008-08-21 18:57:37 +02:00
|
|
|
$id = get_parameter_get ("update");
|
2010-10-18 20:16:45 +02:00
|
|
|
$sql = sprintf ("UPDATE trecon_task SET snmp_community = '%s', id_os = %d, name = '%s', subnet = '%s', description = '%s', id_recon_server = %d, create_incident = %b, id_group = %d, interval_sweep = %u, id_network_profile = %d, recon_ports = '%s', id_recon_script = %d, field1 = '%s', field2 = '%s', field3 = '%s', field4 = '%s' WHERE id_rt = %u",$snmp_community, $id_os,$name,$network,$description,$id_recon_server,$create_incident,$id_group,$interval,$id_network_profile,$recon_ports, $id_recon_script, $field1, $field2, $field3, $field4, $id);
|
2008-08-21 18:57:37 +02:00
|
|
|
|
2010-10-18 20:16:45 +02:00
|
|
|
if ($name != "") {
|
|
|
|
if (($id_recon_script == 0) && preg_match("/[0-9]+.+[0-9]+.+[0-9]+.+[0-9]+\/+[0-9]/", $network))
|
|
|
|
$result = process_sql ($sql);
|
|
|
|
elseif ($id_recon_script != 0)
|
|
|
|
$result = process_sql ($sql);
|
|
|
|
else
|
|
|
|
$result = false;
|
|
|
|
} else
|
2010-04-29 13:58:35 +02:00
|
|
|
$result = false;
|
2010-10-18 20:16:45 +02:00
|
|
|
|
2010-04-29 13:58:35 +02:00
|
|
|
if ($result !== false) {
|
2008-08-21 18:57:37 +02:00
|
|
|
echo '<h3 class="suc">'.__('Successfully updated recon task').'</h3>';
|
|
|
|
} else {
|
|
|
|
echo '<h3 class="error">'.__('Error updating recon task').'</h3>';
|
|
|
|
}
|
2007-03-19 20:39:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// --------------------------------
|
|
|
|
// CREATE A RECON TASK
|
|
|
|
// --------------------------------
|
|
|
|
if (isset($_GET["create"])) {
|
2008-08-21 18:57:37 +02:00
|
|
|
$sql = sprintf ("INSERT INTO trecon_task
|
2010-10-18 20:16:45 +02:00
|
|
|
(name, subnet, description, id_recon_server, create_incident, id_group, id_network_profile, interval_sweep, id_os, recon_ports, snmp_community, id_recon_script, field1, field2, field3, field4)
|
2010-10-20 18:32:15 +02:00
|
|
|
VALUES ( '%s', '%s', '%s', %u, %b, %d, %d, %u, %d, '%s', '%s', %s, '%s', '%s', '%s', '%s')",$name,$network,$description,$id_recon_server,$create_incident,$id_group,$id_network_profile,$interval,$id_os, $recon_ports, $snmp_community,$id_recon_script, $field1, $field2, $field3, $field4);
|
|
|
|
|
2010-10-18 20:16:45 +02:00
|
|
|
if ($name != "") {
|
|
|
|
if (($id_recon_script == 0) && preg_match("/[0-9]+.+[0-9]+.+[0-9]+.+[0-9]+\/+[0-9]/", $network))
|
|
|
|
$result = process_sql ($sql);
|
|
|
|
elseif ($id_recon_script != 0)
|
|
|
|
$result = process_sql ($sql);
|
|
|
|
else
|
|
|
|
$result = false;
|
|
|
|
} else
|
2010-04-29 13:58:35 +02:00
|
|
|
$result = false;
|
|
|
|
|
|
|
|
|
|
|
|
if ($result !== false) {
|
2008-08-21 18:57:37 +02:00
|
|
|
echo '<h3 class="suc">'.__('Successfully created recon task').'</h3>';
|
|
|
|
} else {
|
|
|
|
echo '<h3 class="error">'.__('Error creating recon task').'</h3>';
|
|
|
|
}
|
2007-03-19 20:39:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// --------------------------------
|
|
|
|
// SHOW TABLE WITH ALL RECON TASKs
|
|
|
|
// --------------------------------
|
2010-03-04 17:08:09 +01:00
|
|
|
|
2008-08-05 13:42:08 +02:00
|
|
|
|
2008-08-21 18:57:37 +02:00
|
|
|
$result = get_db_all_rows_in_table ("trecon_task");
|
|
|
|
$color=1;
|
|
|
|
if ($result !== false) {
|
2010-10-18 20:16:45 +02:00
|
|
|
$table->head = array (__('Name'), __('Network'), __('Mode'), __('Group'), __('Incident'), __('OS'), __('Interval'), __('Ports'), __('Action'));
|
2008-08-21 18:57:37 +02:00
|
|
|
$table->align = array ("","","","center","","","center","center");
|
2010-10-18 20:16:45 +02:00
|
|
|
$table->width = "99%";
|
2008-08-21 18:57:37 +02:00
|
|
|
$table->cellpadding = 4;
|
|
|
|
$table->cellspacing = 4;
|
|
|
|
$table->class = "databox";
|
2010-10-18 20:16:45 +02:00
|
|
|
$table->data = array ();
|
|
|
|
|
2008-08-21 18:57:37 +02:00
|
|
|
foreach ($result as $row) {
|
2010-10-18 20:16:45 +02:00
|
|
|
|
|
|
|
$data = array();
|
|
|
|
$data[0] = '<a href="index.php?sec=gservers&sec2=godmode/servers/manage_recontask_form&update='.$row["id_rt"].'"><b>'.$row["name"].'</b></a>';
|
|
|
|
|
|
|
|
if ($row["id_recon_script"] == 0)
|
|
|
|
$data[1] = $row["subnet"];
|
|
|
|
else
|
|
|
|
$data[1] =__("N/A");
|
|
|
|
|
|
|
|
|
|
|
|
if ($row["id_recon_script"] == 0){
|
|
|
|
// Network recon task
|
|
|
|
$data[2] = print_image ("images/network.png", true, array ("title" => __('Network recon task')))." ";
|
|
|
|
$data[2] .= get_networkprofile_name ($row["id_network_profile"]);
|
|
|
|
} else {
|
|
|
|
// APP recon task
|
|
|
|
$data[2] = print_image ("images/plugin.png", true). " ";
|
|
|
|
$data[2] .= get_db_sql (sprintf("SELECT name FROM trecon_script WHERE id_recon_script = %d", $row["id_recon_script"]));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-08-21 18:57:37 +02:00
|
|
|
// GROUP
|
2010-10-18 20:16:45 +02:00
|
|
|
if ($row["id_recon_script"] == 0){
|
|
|
|
$data[3] = print_group_icon ($row["id_group"], true);
|
|
|
|
} else {
|
|
|
|
$data[3] = "-";
|
|
|
|
}
|
|
|
|
|
2008-08-21 18:57:37 +02:00
|
|
|
// INCIDENT
|
2010-10-18 20:16:45 +02:00
|
|
|
$data[4] = (($row["create_incident"] == 1) ? __('Yes') : __('No'));
|
|
|
|
|
2008-08-21 18:57:37 +02:00
|
|
|
// OS
|
2010-10-18 20:16:45 +02:00
|
|
|
if ($row["id_recon_script"] == 0){
|
|
|
|
$data[5] =(($row["id_os"] > 0) ? print_os_icon ($row["id_os"], false, true) : __('Any'));
|
|
|
|
} else {
|
|
|
|
$data[5] = "-";
|
|
|
|
}
|
|
|
|
// INTEVAL
|
|
|
|
$data[6] =human_time_description_raw($row["interval_sweep"]);
|
|
|
|
|
2009-08-19 21:38:29 +02:00
|
|
|
// PORTS
|
2010-10-18 20:16:45 +02:00
|
|
|
if ($row["id_recon_script"] == 0){
|
|
|
|
$data[7] = substr($row["recon_ports"],0,15);
|
|
|
|
} else {
|
|
|
|
$data[7] = "-";
|
|
|
|
}
|
|
|
|
|
2008-08-21 18:57:37 +02:00
|
|
|
// ACTION
|
2010-10-18 20:16:45 +02:00
|
|
|
$data[8] = "<a href='index.php?sec=estado_server&sec2=operation/servers/view_server_detail&server_id=".$row["id_recon_server"]."'><img src='images/eye.png'></a> ".
|
2009-08-19 21:38:29 +02:00
|
|
|
'<a href="index.php?sec=gservers&sec2=godmode/servers/manage_recontask&delete='.$row["id_rt"].'"><img src="images/cross.png" border="0" /></a> <a href="index.php?sec=gservers&sec2=godmode/servers/manage_recontask_form&update='.$row["id_rt"].'">
|
2010-10-18 20:16:45 +02:00
|
|
|
<img src="images/config.png"/></a>';
|
|
|
|
|
|
|
|
$table->data[] = $data;
|
2008-08-05 13:42:08 +02:00
|
|
|
}
|
2010-10-18 20:16:45 +02:00
|
|
|
|
2008-08-21 18:57:37 +02:00
|
|
|
print_table ($table);
|
|
|
|
unset ($table);
|
|
|
|
} else {
|
|
|
|
echo '<div class="nf">'.__('There are no recon task configured').'</div>';
|
2007-03-19 20:39:40 +01:00
|
|
|
}
|
|
|
|
|
2008-08-21 21:16:16 +02:00
|
|
|
echo '<div class="action-buttons" style="width: 700px">';
|
|
|
|
echo '<form method="post" action="index.php?sec=gservers&sec2=godmode/servers/manage_recontask_form&create">';
|
|
|
|
echo print_submit_button (__('Create'),"crt",false,'class="sub next"',true);
|
|
|
|
echo '</form>';
|
|
|
|
echo "</div>";
|
|
|
|
|
2007-04-18 18:48:38 +02:00
|
|
|
?>
|