2009-09-02 19:44:41 +02:00
< ? php
//Pandora FMS- http://pandorafms.com
// ==================================================
2010-03-04 17:08:09 +01:00
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
2009-09-02 19:44:41 +02:00
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation for version 2.
// 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.
function pluginreg_extension_main () {
2010-03-06 14:45:48 +01:00
global $config ;
if ( ! give_acl ( $config [ 'id_user' ], 0 , " PM " ) && ! is_user_admin ( $config [ 'id_user' ])) {
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 " , " Trying to access Setup Management " );
2010-03-06 14:45:48 +01:00
require ( " general/noaccess.php " );
return ;
}
2009-09-02 19:44:41 +02:00
2010-03-04 17:08:09 +01:00
print_page_header ( __ ( 'Plugin registration' ), " images/extensions.png " , false , " " , true , " " );
2009-09-02 19:44:41 +02:00
echo " <div class=notify> " ;
2010-09-07 17:33:04 +02:00
printf ( __ ( " This extension makes registration of server plugins more easy. Here you can upload a server plugin in Pandora FMS 3.x zipped format (.pspz). Please refer to documentation on how to obtain and use Pandora FMS Server Plugins.<br><br>You can get more plugins in our <a href='%s'>Public Resource Library</a> " ) , " http://pandorafms.org/index.php?sec=community&sec2=repository&lng=en " );
2009-09-02 19:44:41 +02:00
echo " </div> " ;
echo " <br><br> " ;
if ( ! isset ( $_FILES [ 'plugin_upload' ][ 'tmp_name' ])){
// Upload form
echo " <form name='submit_plugin' method='post' enctype='multipart/form-data'> " ;
echo '<table class="databox" id="table1" width="50%" border="0" cellpadding="4" cellspacing="4">' ;
2010-09-07 17:33:04 +02:00
echo " <tr><td class='datos'><input type='file' name='plugin_upload' /> " ;
echo " <td class='datos'><input type='submit' class='sub next' value=' " . __ ( 'Upload' ) . " ' /> " ;
2009-09-02 19:44:41 +02:00
echo " </form></table> " ;
2010-09-07 17:33:04 +02:00
2009-09-02 19:44:41 +02:00
return ;
}
$config [ " plugin_store " ] = $config [ " attachment_store " ] . " /plugin " ;
$zip = zip_open ( $_FILES [ 'plugin_upload' ][ 'tmp_name' ]);
if ( $zip ) {
while ( $zip_entry = zip_read ( $zip )) {
if ( zip_entry_open ( $zip , $zip_entry , " r " )) {
if ( zip_entry_name ( $zip_entry ) == " plugin_definition.ini " ){
$basepath = $config [ " attachment_store " ];
} else {
$basepath = $config [ " plugin_store " ];
}
$filename = $basepath . " / " . zip_entry_name ( $zip_entry );
$fp = fopen ( $filename , 'w' );
$buf = zip_entry_read ( $zip_entry , zip_entry_filesize ( $zip_entry ));
fwrite ( $fp , $buf );
fclose ( $fp );
chmod ( $filename , 0755 );
zip_entry_close ( $zip_entry );
}
}
zip_close ( $zip );
}
// Parse with sections
if ( ! $ini_array = parse_ini_file ( $config [ " attachment_store " ] . " /plugin_definition.ini " , true )){
echo " <h2 class=error> " . __ ( " Cannot load INI file " ) . " </h2> " ;
return ;
}
$exec_path = $config [ " plugin_store " ] . " / " . $ini_array [ " plugin_definition " ][ " filename " ];
2009-09-03 19:40:27 +02:00
$file_exec_path = $exec_path ;
if ( isset ( $ini_array [ " plugin_definition " ][ " execution_command " ]) && ( $ini_array [ " plugin_definition " ][ " execution_command " ] != " " )){
$exec_path = $ini_array [ " plugin_definition " ][ " execution_command " ] . " " . $config [ " plugin_store " ] . " / " . $ini_array [ " plugin_definition " ][ " filename " ];
}
if ( isset ( $ini_array [ " plugin_definition " ][ " execution_postcommand " ]) && ( $ini_array [ " plugin_definition " ][ " execution_postcommand " ] != " " )){
$exec_path = $exec_path . " " . $ini_array [ " plugin_definition " ][ " execution_postcommand " ];
}
if ( ! file_exists ( $file_exec_path )){
2009-09-02 19:44:41 +02:00
echo " <h2 class=error> " . __ ( " Plugin exec not found. Aborting! " ) . " </h2> " ;
unlink ( $config [ " attachment_store " ] . " /plugin_definition.ini " );
return ;
}
// Verify if a plugin with the same name is already registered
$sql0 = " SELECT COUNT(*) FROM tplugin WHERE name = ' " . mysql_escape_string ( $ini_array [ " plugin_definition " ][ " name " ]) . " ' " ;
$result = get_db_sql ( $sql0 );
if ( $result > 0 ) {
echo " <h2 class=error> " . __ ( " Plugin already registered. Aborting! " ) . " </h2> " ;
unlink ( $config [ " attachment_store " ] . " /plugin_definition.ini " );
return ;;
}
$sql1 = " INSERT INTO tplugin (name, description, max_timeout, execute, net_dst_opt, net_port_opt, user_opt, pass_opt, plugin_type) VALUES (
'" . mysql_escape_string ($ini_array["plugin_definition"]["name"]) . "' ,
'" . mysql_escape_string ($ini_array["plugin_definition"]["description"]) . "' ,
'" . $ini_array["plugin_definition"]["timeout"] . "' ,
'" . mysql_escape_string ($exec_path) . "' ,
'" . $ini_array["plugin_definition"]["ip_opt"] . "' ,
'" . $ini_array["plugin_definition"]["port_opt"] . "' ,
'" . $ini_array["plugin_definition"]["user_opt"] . "' ,
'" . $ini_array["plugin_definition"]["pass_opt"] . "' ,
' " . $ini_array["plugin_definition"] [ " plugin_type " ] .
" ') " ;
$create_id = process_sql ( $sql1 , " insert_id " );
for ( $ax = 1 ; $ax <= $ini_array [ " plugin_definition " ][ " total_modules_provided " ]; $ax ++ ){
$label = " module " . $ax ;
$sql2 = " INSERT INTO tnetwork_component (name, description, id_group, type, max, min, module_interval, id_module_group, id_modulo, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, min_critical, min_ff_event, tcp_port, id_plugin) VALUES (
'".mysql_escape_string ($ini_array[$label]["name"])."' ,
'".mysql_escape_string ($ini_array[$label]["description"]) ."' ,
'".$ini_array[$label]["id_group"]."' ,
'".$ini_array[$label]["type"]."' ,
'".$ini_array[$label]["max"]."' ,
'".$ini_array[$label]["min"]."' ,
'".$ini_array[$label]["module_interval"]."' ,
'".$ini_array[$label]["id_module_group"]."' ,
'".$ini_array[$label]["id_modulo"]."' ,
'".mysql_escape_string ($ini_array[$label]["plugin_user"])."' ,
'".mysql_escape_string ($ini_array[$label]["plugin_pass"])."' ,
'".mysql_escape_string ($ini_array[$label]["plugin_parameter"])."' ,
'".$ini_array[$label]["max_timeout"]."' ,
'".$ini_array[$label]["history_data"]."' ,
'".$ini_array[$label]["min_warning"]."' ,
'".$ini_array[$label]["min_critical"]."' ,
'".$ini_array[$label]["min_ff_event"]."' ,
'".$ini_array[$label]["tcp_port"]."' ,
'".$create_id."' ) " ;
process_sql ( $sql2 );
echo " <h3 class=suc> " . __ ( " Module plugin registered " ) . " : " . $ini_array [ $label ][ " name " ] . " </h2> " ;
}
echo " <h2 class=suc> " . __ ( " Plugin " ) . " " . $ini_array [ " plugin_definition " ][ " name " ] . " " . __ ( " Registered successfully " ) . " </h2> " ;
unlink ( $config [ " attachment_store " ] . " /plugin_definition.ini " );
}
2009-12-07 Pablo de la Concepcipón <pablo.concepcion@artica.es>
* include/functions_api.php, include/functions.php,
extensions/plugin_registration.php, operation/events/events.php,
operation/agentes/exportdata.php, operation/agentes/stat_win.php,
godmode/setup/setup.php, godmode/agentes/configurar_agente.php,
godmode/agentes/agent_manager.php, godmode/reporting/reporting_builder.php,
godmode/reporting/map_builder.php, godmode/reporting/graphs.php,
godmode/reporting/graph_builder.php, godmode/alerts/alert_list.php: English
text strings updated to be more clear.
* include/languages/index.pot: Regenerated with updated strings
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2171 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-12-07 19:48:59 +01:00
add_godmode_menu_option ( __ ( 'Register plugin' ), 'PM' , 'gservers' , '' );
2009-09-02 19:44:41 +02:00
add_extension_godmode_function ( 'pluginreg_extension_main' );
?>