2013-07-15 Sergio Martin <sergio.martin@artica.es>

* include/languages/cs.po
	include/languages/et.mo
	include/languages/pt_BR.po
	include/languages/nl.mo
	include/languages/es.po
	include/languages/pl.mo
	include/languages/ko.po
	include/languages/it.mo
	include/languages/sl.mo
	include/languages/sk.po
	include/languages/uk.po
	include/languages/pt.mo
	include/languages/ro.po
	include/languages/en_AU.mo
	include/languages/ast.mo
	include/languages/bg.mo
	include/languages/index.pot
	include/languages/bn.po
	include/languages/nb.po
	include/languages/cs.mo
	include/languages/en.po
	include/languages/ar.po
	include/languages/pt_BR.mo
	include/languages/es.mo
	include/languages/ko.mo
	include/languages/fr.po
	include/languages/sk.mo
	include/languages/uk.mo
	include/languages/ro.mo
	include/languages/mr.po
	include/languages/ca.po
	include/languages/da.po
	include/languages/tr.po
	include/languages/sv.po
	include/languages/de.po
	include/languages/ja.po
	include/languages/zh_TW.po
	include/languages/nb.mo
	include/languages/bn.mo
	include/languages/he.po
	include/languages/fi.po
	include/languages/ar.mo
	include/languages/en.mo
	include/languages/hi.po
	include/languages/zh_CN.po
	include/languages/fr.mo
	include/languages/te.po
	include/languages/eu.po
	include/languages/en_GB.po
	include/languages/mr.mo
	include/languages/hu.po
	include/languages/ca.mo
	include/languages/da.mo
	include/languages/tr.mo
	include/languages/de.mo
	include/languages/sv.mo
	include/languages/ru.po
	include/languages/ja.mo
	include/languages/zh_TW.mo
	include/languages/he.mo
	include/languages/fi.mo
	include/languages/hi.mo
	include/languages/zh_CN.mo
	include/languages/el.po
	include/languages/gl.po
	include/languages/te.mo
	include/languages/eu.mo
	include/languages/en_GB.mo
	include/languages/et.po
	include/languages/hu.mo
	include/languages/nl.po
	include/languages/pl.po
	include/languages/it.po
	include/languages/sl.po
	include/languages/pt.po
	include/languages/ru.mo
	include/languages/en_AU.po
	include/languages/ast.po
	include/languages/bg.po
	include/languages/el.mo
	include/languages/gl.mo: Upgrade the languages
	from launchpad

	* pandoradb_data.sql
	pandoradb.data.postgreSQL.sql
	pandoradb.data.oracle.sql
	godmode/agentes/agent_wizard.wmi_explorer.php
	godmode/agentes/agent_wizard.snmp_explorer.php
	godmode/agentes/agent_wizard.php
	godmode/agentes/configurar_agente.php: Added SNMP wizard
	on Agent Wizards subtab



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8523 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2013-07-15 11:55:44 +00:00
parent 2fe7f1004b
commit 044b6314d0
89 changed files with 24946 additions and 16061 deletions

View File

@ -1,3 +1,97 @@
2013-07-15 Sergio Martin <sergio.martin@artica.es>
* include/languages/cs.po
include/languages/et.mo
include/languages/pt_BR.po
include/languages/nl.mo
include/languages/es.po
include/languages/pl.mo
include/languages/ko.po
include/languages/it.mo
include/languages/sl.mo
include/languages/sk.po
include/languages/uk.po
include/languages/pt.mo
include/languages/ro.po
include/languages/en_AU.mo
include/languages/ast.mo
include/languages/bg.mo
include/languages/index.pot
include/languages/bn.po
include/languages/nb.po
include/languages/cs.mo
include/languages/en.po
include/languages/ar.po
include/languages/pt_BR.mo
include/languages/es.mo
include/languages/ko.mo
include/languages/fr.po
include/languages/sk.mo
include/languages/uk.mo
include/languages/ro.mo
include/languages/mr.po
include/languages/ca.po
include/languages/da.po
include/languages/tr.po
include/languages/sv.po
include/languages/de.po
include/languages/ja.po
include/languages/zh_TW.po
include/languages/nb.mo
include/languages/bn.mo
include/languages/he.po
include/languages/fi.po
include/languages/ar.mo
include/languages/en.mo
include/languages/hi.po
include/languages/zh_CN.po
include/languages/fr.mo
include/languages/te.po
include/languages/eu.po
include/languages/en_GB.po
include/languages/mr.mo
include/languages/hu.po
include/languages/ca.mo
include/languages/da.mo
include/languages/tr.mo
include/languages/de.mo
include/languages/sv.mo
include/languages/ru.po
include/languages/ja.mo
include/languages/zh_TW.mo
include/languages/he.mo
include/languages/fi.mo
include/languages/hi.mo
include/languages/zh_CN.mo
include/languages/el.po
include/languages/gl.po
include/languages/te.mo
include/languages/eu.mo
include/languages/en_GB.mo
include/languages/et.po
include/languages/hu.mo
include/languages/nl.po
include/languages/pl.po
include/languages/it.po
include/languages/sl.po
include/languages/pt.po
include/languages/ru.mo
include/languages/en_AU.po
include/languages/ast.po
include/languages/bg.po
include/languages/el.mo
include/languages/gl.mo: Upgrade the languages
from launchpad
* pandoradb_data.sql
pandoradb.data.postgreSQL.sql
pandoradb.data.oracle.sql
godmode/agentes/agent_wizard.wmi_explorer.php
godmode/agentes/agent_wizard.snmp_explorer.php
godmode/agentes/agent_wizard.php
godmode/agentes/configurar_agente.php: Added SNMP wizard
on Agent Wizards subtab
2013-07-11 Mario Pulido <mario.pulido@artica.es>
* include/help/en/help_snmp_alert_field1.php,

View File

@ -31,6 +31,10 @@ switch($wizard_section) {
$snmp_interfaces_explorer_style = '';
$wmi_explorer_style = 'font-weight: bold;';
break;
case 'snmp_explorer':
$snmp_interfaces_explorer_style = '';
$wmi_explorer_style = 'font-weight: bold;';
break;
}
/*

View File

@ -0,0 +1,894 @@
<?php
// Pandora FMS - http://pandorafms.com
// ==================================================
// Copyright (c) 2005-2011 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list
// 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; 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.
global $config;
include_once($config['homedir'] . "/include/functions_agents.php");
require_once ('include/functions_modules.php');
require_once ('include/functions_alerts.php');
require_once ('include/functions_reporting.php');
require_once ('include/graphs/functions_utils.php');
// Define a separator to implode/explode data
$separator = '_.._';
$idAgent = (int) get_parameter('id_agente', 0);
$ipAgent = db_get_value('direccion', 'tagente', 'id_agente', $idAgent);
check_login ();
$ip_target = (string) get_parameter ('ip_target', $ipAgent);
$snmp_community = (string) get_parameter ('snmp_community', 'public');
$snmp_version = get_parameter('snmp_version', '1');
$snmp3_auth_user = get_parameter('snmp3_auth_user');
$snmp3_security_level = get_parameter('snmp3_security_level');
$snmp3_auth_method = get_parameter('snmp3_auth_method');
$snmp3_auth_pass = get_parameter('snmp3_auth_pass');
$snmp3_privacy_method = get_parameter('snmp3_privacy_method');
$snmp3_privacy_pass = get_parameter('snmp3_privacy_pass');
$tcp_port = (string) get_parameter ('tcp_port');
//See if id_agente is set (either POST or GET, otherwise -1
$id_agent = $idAgent;
// Get passed variables
$snmpwalk = (int) get_parameter("snmpwalk", 0);
$create_modules = (int) get_parameter("create_modules", 0);
// Get the plugin
$plugin = db_get_row_sql('SELECT * FROM tplugin WHERE execute LIKE "%/snmp_remote.pl"');
if(empty($plugin)) {
ui_print_info_message(array('message' => __('The SNMP remote plugin doesnt seem to be installed') . '. ' . __('It is necessary to use some features') . '.<br><br>' . __('Please, install the SNMP remote plugin (The name of the plugin must be snmp_remote.pl)'), 'no_close' => true));
}
// Define STATIC SNMP data
$static_snmp_descriptions = array(
'Load-1' => 'Load Average (Last minute)',
'Load-5' => 'Load Average (Last 5 minutes)',
'Load-15' => 'Load Average (Last 5 minutes)',
'memTotalSwap' => 'Total Swap Size configured for the host',
'memAvailSwap' => 'Available Swap Space on the host',
'memTotalReal' => 'Total Real/Physical Memory Size on the host',
'memAvailReal' => 'Available Real/Physical Memory Space on the host',
'memTotalFree' => 'Total Available Memory on the host',
//'memShared' => 'Total Shared Memory',
'memCached' => 'Total Cached Memory',
'memBuffer' => 'Total Buffered Memory',
'ssSwapIn' => 'Amount of memory swapped in from disk (kB/s)',
'ssSwapOut' => 'Amount of memory swapped to disk (kB/s)',
'ssIORawSent' => 'Number of blocks sent to a block device',
'ssIORawReceived' => 'Number of blocks received from a block device',
'ssRawInterrupts' => 'Number of interrupts processed',
'ssRawContexts' => 'Number of context switches',
'ssCpuRawUser' => 'user CPU time',
'ssCpuRawSystem' => 'system CPU time',
'ssCpuRawIdle' => 'idle CPU time'
);
$static_snmp_oids = array(
'Load-1' => '.1.3.6.1.4.1.2021.10.1.5.1',
'Load-5' => '.1.3.6.1.4.1.2021.10.1.5.2',
'Load-15' => '.1.3.6.1.4.1.2021.10.1.5.3',
'memTotalSwap' => '.1.3.6.1.4.1.2021.4.3.0',
'memAvailSwap' => '.1.3.6.1.4.1.2021.4.4.0',
'memTotalReal' => '.1.3.6.1.4.1.2021.4.5.0',
'memAvailReal' => '.1.3.6.1.4.1.2021.4.6.0',
'memTotalFree' => '.1.3.6.1.4.1.2021.4.11.0',
//'memShared' => '.1.3.6.1.4.1.2021.4.13',
'memCached' => '.1.3.6.1.4.1.2021.4.15.0',
'memBuffer' => '.1.3.6.1.4.1.2021.4.14.0',
'ssSwapIn' => '.1.3.6.1.4.1.2021.11.3.0',
'ssSwapOut' => '.1.3.6.1.4.1.2021.11.4.0',
'ssIORawSent' => '.1.3.6.1.4.1.2021.11.57.0',
'ssIORawReceived' => '.1.3.6.1.4.1.2021.11.58.0',
'ssRawInterrupts' => '.1.3.6.1.4.1.2021.11.59.0',
'ssRawContexts' => '.1.3.6.1.4.1.2021.11.60.0',
'ssCpuRawUser' => '.1.3.6.1.4.1.2021.11.50.0',
'ssCpuRawSystem' => '.1.3.6.1.4.1.2021.11.52.0',
'ssCpuRawIdle' => '.1.3.6.1.4.1.2021.11.53.0'
);
// Using plugin
if(!empty($plugin)) {
$static_snmp_descriptions['avgCpuLoad'] = 'Average of CPUs Load (%)';
$static_snmp_descriptions['memoryUse'] = 'Memory use (%)';
}
$fail = false;
if ($snmpwalk) {
// OID Used is for DISKS
$snmpis = get_snmpwalk($ip_target, $snmp_version, $snmp_community, $snmp3_auth_user,
$snmp3_security_level, $snmp3_auth_method, $snmp3_auth_pass,
$snmp3_privacy_method, $snmp3_privacy_pass, 0, ".1.3.6.1.2.1.25.2.3.1.3", $tcp_port);
if (empty($snmpis)) {
$fail = true;
$snmpis = array();
}
else {
$disks = array();
// We get here only the interface part of the MIB, not full mib
foreach($snmpis as $key => $snmp) {
$data = explode(': ',$snmp);
$keydata = explode('::',$key);
$keydata2 = explode('.',$keydata[1]);
// Avoid results without index and results without name
if (!isset($keydata2[1]) || !isset($data[1])) {
continue;
}
if (array_key_exists(1,$data)) {
$disks[$data[1]] = $data[1];
}
else {
$disks[$data[0]] = $data[0];
}
}
// OID Used is for PROCESSES
$snmpis = get_snmpwalk($ip_target, $snmp_version, $snmp_community, $snmp3_auth_user,
$snmp3_security_level, $snmp3_auth_method, $snmp3_auth_pass,
$snmp3_privacy_method, $snmp3_privacy_pass, 0, ".1.3.6.1.2.1.25.4.2.1.2", $tcp_port);
if ($snmpis === false) {
$snmpis = array();
}
$processes = array();
// We get here only the interface part of the MIB, not full mib
foreach($snmpis as $key => $snmp) {
$data = explode(': ',$snmp);
$keydata = explode('::',$key);
$keydata2 = explode('.',$keydata[1]);
// Avoid results without index and results without name
if (!isset($keydata2[1]) || !isset($data[1])) {
continue;
}
if (array_key_exists(1,$data)) {
$process_name = str_replace ( "\"" , "" , $data[1]);
}
else {
$process_name = str_replace ( "\"" , "" , $data[0]);
}
$processes[$process_name] = $process_name;
}
// Keep only the first process found
$processes = array_unique($processes);
// OID Used is for SENSOR TEMPERATURES
$snmpis = get_snmpwalk($ip_target, $snmp_version, $snmp_community, $snmp3_auth_user,
$snmp3_security_level, $snmp3_auth_method, $snmp3_auth_pass,
$snmp3_privacy_method, $snmp3_privacy_pass, 0, ".1.3.6.1.4.1.2021.13.16.2.1", $tcp_port);
if ($snmpis === false) {
$snmpis = array();
}
$temperatures = array();
// We get here only the interface part of the MIB, not full mib
foreach($snmpis as $key => $snmp) {
$data = explode(': ',$snmp);
$keydata = explode('::',$key);
$keydata2 = explode('.',$keydata[1]);
// Avoid results without index and results without name
if (!isset($keydata2[1]) || !isset($data[1])) {
continue;
}
if ($keydata2[0] == 'lmTempSensorsDevice') {
if (array_key_exists(1,$data)) {
$temperatures[$keydata2[1]] = $data[1];
}
else {
$temperatures[$keydata2[1]] = $data[0];
}
}
}
// Keep only the first sensor found
$temperatures = array_unique($temperatures);
// OID Used is for DEVICES
$snmpis = get_snmpwalk($ip_target, $snmp_version, $snmp_community, $snmp3_auth_user,
$snmp3_security_level, $snmp3_auth_method, $snmp3_auth_pass,
$snmp3_privacy_method, $snmp3_privacy_pass, 0, ".1.3.6.1.4.1.2021.13.15.1.1", $tcp_port);
if ($snmpis === false) {
$snmpis = array();
}
$devices = array();
// We get here only the interface part of the MIB, not full mib
foreach($snmpis as $key => $snmp) {
$data = explode(': ',$snmp);
$keydata = explode('::',$key);
$keydata2 = explode('.',$keydata[1]);
// Avoid results without index and results without name
if (!isset($keydata2[1]) || !isset($data[1])) {
continue;
}
if ($keydata2[0] == 'diskIODevice') {
if (array_key_exists(1,$data)) {
$devices['diskIONRead' . $separator . $keydata2[1]] = $data[1] . ' - Bytes read';
$devices['diskIONWritten' . $separator . $keydata2[1]] = $data[1] . ' - Bytes written';
$devices['diskIONReads' . $separator . $keydata2[1]] = $data[1] . ' - Read accesses';
$devices['diskIONWrites' . $separator . $keydata2[1]] = $data[1] . ' - Write accesses';
}
else {
$devices['diskIONRead' . $separator . $keydata2[1]] = $data[0] . ' - Bytes read';
$devices['diskIONWritten' . $separator . $keydata2[1]] = $data[0] . ' - Bytes written';
$devices['diskIONReads' . $separator . $keydata2[1]] = $data[0] . ' - Read accesses';
$devices['diskIONWrites' . $separator . $keydata2[1]] = $data[0] . ' - Write accesses';
}
}
}
}
}
if ($create_modules) {
$modules = get_parameter("module", array());
$devices = array();
$processes = array();
$disks = array();
$temperatures = array();
$snmpdata = array();
foreach ($modules as $module) {
// Split module data to get type
$module_exploded = explode($separator, $module);
$type = $module_exploded[0];
// Delete type from module data
unset($module_exploded[0]);
// Rebuild module data
$module = implode($separator, $module_exploded);
switch($type) {
case 'device':
$devices[] = $module;
break;
case 'process':
$processes[] = $module;
break;
case 'disk':
$disks[] = $module;
break;
case 'temperature':
$temperatures[] = $module;
break;
case 'snmpdata':
$snmpdata[] = $module;
break;
}
}
if (agents_get_name($id_agent) == false) {
ui_print_error_message (__('No agent selected or the agent does not exist'));
}
else {
// Common values
$values = array();
if ($tcp_port != '') {
$values['tcp_port'] = $tcp_port;
}
$values['snmp_community'] = $snmp_community;
$values['ip_target'] = $ip_target;
$values['tcp_send'] = $snmp_version;
if ($snmp_version == '3') {
$values['plugin_user'] = $snmp3_auth_user;
$values['plugin_pass'] = $snmp3_auth_pass;
$values['plugin_parameter'] = $snmp3_auth_method;
$values['custom_string_1'] = $snmp3_privacy_method;
$values['custom_string_2'] = $snmp3_privacy_pass;
$values['custom_string_3'] = $snmp3_security_level;
}
// DEVICES
$devices_prefix_oids = array(
'diskIONRead' => '.1.3.6.1.4.1.2021.13.15.1.1.3.',
'diskIONWritten' => '.1.3.6.1.4.1.2021.13.15.1.1.4.',
'diskIONReads' => '.1.3.6.1.4.1.2021.13.15.1.1.5.',
'diskIONWrites' => '.1.3.6.1.4.1.2021.13.15.1.1.6.'
);
$devices_prefix_descriptions = array(
'diskIONRead' => 'The number of bytes read from this device since boot',
'diskIONWritten' => 'The number of bytes written to this device since boot',
'diskIONReads' => 'The number of read accesses from this device since boot',
'diskIONWrites' => 'The number of write accesses from this device since boot'
);
$results = array();
foreach ($devices as $device) {
// Split module data to get type, name, etc
$device_exploded = explode($separator, $device);
$device_name = $device_exploded[0];
$device_type = $device_exploded[1];
// Delete type from device id
unset($device_exploded[0]);
unset($device_exploded[1]);
// Rebuild device_name
$device_id = implode($separator, $device_exploded);
$values['descripcion'] = $devices_prefix_descriptions[$device_type];
$values['id_tipo_modulo'] = modules_get_type_id('remote_snmp');
$values['snmp_oid'] = $devices_prefix_oids[$device_type] . $device_id;
$values['id_modulo'] = MODULE_SNMP;
$result = modules_create_agent_module ($id_agent, io_safe_input($device_name), $values);
$results[$result][] = $device_name;
}
// TEMPERATURE SENSORS
$temperatures_prefix_oid = '.1.3.6.1.4.1.2021.13.16.2.1.3.';
$temperatures_description = 'The temperature of this sensor in C';
foreach ($temperatures as $temperature) {
// Split module data to get type, name, etc
$temperature_exploded = explode($separator, $temperature);
$temperature_name = $temperature_exploded[0];
// Delete name from temperature sensor id
unset($temperature_exploded[0]);
// Rebuild device_name
$temperature_id = implode($separator, $temperature_exploded);
$values['descripcion'] = $temperatures_description;
$values['id_tipo_modulo'] = modules_get_type_id('remote_snmp');
$values['snmp_oid'] = $temperatures_prefix_oid . $temperature_id;
$values['id_modulo'] = MODULE_SNMP;
// Temperature are given in mC. Convert to Celsius
$values['post_process'] = 0.001;
$values['unit'] = 'C';
$result = modules_create_agent_module ($id_agent, io_safe_input($temperature_name), $values);
$results[$result][] = $temperature_name;
}
// SNMP DATA (STATIC MODULES)
foreach ($snmpdata as $snmpdata_name) {
$module_values = $values;
$module_values['descripcion'] = $static_snmp_descriptions[$snmpdata_name];
$module_values['id_tipo_modulo'] = modules_get_type_id('remote_snmp');
//Average use of CPUs is a plugin module
switch ($snmpdata_name) {
case 'avgCpuLoad':
case 'memoryUse':
$module_values['id_modulo'] = MODULE_PLUGIN;
$module_values['id_plugin'] = $plugin['id'];
$macros = json_decode($plugin['macros'], true);
foreach($macros as $k => $macro) {
switch($macro['macro']) {
case '_field1_':
// Field 1 is the IP Address
$macros[$k]['value'] = $module_values['ip_target'];
break;
case '_field2_':
// Field 2 is the community
$macros[$k]['value'] = $module_values['snmp_community'];
break;
case '_field3_':
// Field 3 is the plugin parameters
switch ($snmpdata_name) {
case 'avgCpuLoad':
$macros[$k]['value'] = '-m cpuload';
break;
case 'memoryUse':
$macros[$k]['value'] = '-m memuse';
break;
}
break;
}
}
$module_values['macros'] = json_encode($macros);
unset($module_values['snmp_community']); //snmp_community
unset($module_values['ip_target']); //ip_target
unset($module_values['tcp_send']); //snmp_version
break;
default:
$module_values['snmp_oid'] = $static_snmp_oids[$snmpdata_name];
$module_values['id_modulo'] = MODULE_SNMP;
break;
}
$result = modules_create_agent_module ($id_agent, io_safe_input($snmpdata_name), $module_values);
$results[$result][] = $snmpdata_name;
}
// PROCESSES
foreach ($processes as $process) {
$module_values = $values;
$module_values['descripcion'] = sprintf(__('Check if the process %s is running or not'), $process);
$module_values['id_tipo_modulo'] = modules_get_type_id('remote_snmp_proc');
$module_values['id_modulo'] = MODULE_PLUGIN;
$module_values['id_plugin'] = $plugin['id'];
$macros = json_decode($plugin['macros'], true);
foreach($macros as $k => $macro) {
switch($macro['macro']) {
case '_field1_':
// Field 1 is the IP Address
$macros[$k]['value'] = $module_values['ip_target'];
break;
case '_field2_':
// Field 2 is the community
$macros[$k]['value'] = $module_values['snmp_community'];
break;
case '_field3_':
// Field 3 is the plugin parameters
$macros[$k]['value'] = io_safe_input('-m process -p "' . $process . '"');
break;
}
}
$module_values['macros'] = json_encode($macros);
unset($module_values['snmp_community']); //snmp_community
unset($module_values['ip_target']); //ip_target
unset($module_values['tcp_send']); //snmp_version
$result = modules_create_agent_module ($id_agent, io_safe_input($process), $module_values);
$results[$result][] = $process;
}
// DISKS USE
foreach ($disks as $disk) {
$module_values = $values;
$module_values['descripcion'] = __('Disk use information');
$module_values['id_tipo_modulo'] = modules_get_type_id('remote_snmp');
$module_values['id_modulo'] = MODULE_PLUGIN;
$module_values['id_plugin'] = $plugin['id'];
$macros = json_decode($plugin['macros'], true);
foreach($macros as $k => $macro) {
switch($macro['macro']) {
case '_field1_':
// Field 1 is the IP Address
$macros[$k]['value'] = $module_values['ip_target'];
break;
case '_field2_':
// Field 2 is the community
$macros[$k]['value'] = $module_values['snmp_community'];
break;
case '_field3_':
// Field 3 is the plugin parameters
$macros[$k]['value'] = io_safe_input('-m diskuse -d "' . io_safe_output($disk) . '"');
break;
}
}
$module_values['macros'] = json_encode($macros);
unset($module_values['snmp_community']); //snmp_community
unset($module_values['ip_target']); //ip_target
unset($module_values['tcp_send']); //snmp_version
$result = modules_create_agent_module ($id_agent, io_safe_input($disk), $module_values);
$results[$result][] = $disk;
}
$success_message = '';
$error_message = '';
if (count($results[NOERR]) > 0) {
$success_message .= sprintf(__('%s modules created succesfully'), count($results[NOERR])) . '<br>';
}
if (count($results[ERR_GENERIC]) > 0) {
$error_message .= sprintf(__('Error creating %s modules') . ': <br>&nbsp;&nbsp;* ' . implode('<br>&nbsp;&nbsp;* ', $results[ERR_GENERIC]), count($results[ERR_GENERIC])) . '<br>';
}
if (count($results[ERR_EXIST]) > 0) {
$error_message .= sprintf(__('%s modules already exist') . ': <br>&nbsp;&nbsp;* ' . implode('<br>&nbsp;&nbsp;* ', $results[ERR_EXIST]), count($results[ERR_EXIST])) . '<br>';
}
if (!empty($success_message)) {
ui_print_success_message($success_message);
}
if (!empty($error_message)) {
ui_print_error_message($error_message);
}
}
}
echo '<span id ="none_text" style="display: none;">' . __('None') . '</span>';
echo "<form method='post' id='walk_form' action='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=agent_wizard&wizard_section=snmp_explorer&id_agente=$id_agent'>";
$table->width = '98%';
$table->valign[0] = 'top';
$table->valign[1] = 'top';
$table->data[0][0] = '<b>' . __('Target IP') . '</b>';
$table->data[0][1] = html_print_input_text ('ip_target', $ip_target, '', 15, 60, true);
$table->data[0][2] = '<b>' . __('Port') . '</b>';
$table->data[0][3] = html_print_input_text ('tcp_port', $tcp_port, '', 5, 20, true);
$snmp_versions['1'] = 'v. 1';
$snmp_versions['2'] = 'v. 2';
$snmp_versions['2c'] = 'v. 2c';
$snmp_versions['3'] = 'v. 3';
$table->data[1][0] = '<b>' . __('SNMP community') . '</b>';
$table->data[1][1] = html_print_input_text ('snmp_community', $snmp_community, '', 15, 60, true);
$table->data[1][2] = '<b>' . __('SNMP version') . '</b>';
$table->data[1][3] = html_print_select ($snmp_versions, 'snmp_version', $snmp_version, '', '', '', true, false, false, '');
$table->data[1][3] .= '<div id="spinner_modules" style="float: left; display: none;">' . html_print_image("images/spinner.gif", true) . '</div>';
html_print_input_hidden('snmpwalk', 1);
html_print_table($table);
unset($table);
//SNMP3 OPTIONS
$table->width = '98%';
$table->valign[0] = 'top';
$table->valign[1] = 'top';
$table->data[2][1] = '<b>'.__('Auth user').'</b>';
$table->data[2][2] = html_print_input_text ('snmp3_auth_user', $snmp3_auth_user, '', 15, 60, true);
$table->data[2][3] = '<b>'.__('Auth password').'</b>';
$table->data[2][4] = html_print_input_text ('snmp3_auth_pass', $snmp3_auth_pass, '', 15, 60, true);
$table->data[2][4] .= html_print_input_hidden('active_snmp_v3', 0, true);
$table->data[5][0] = '<b>'.__('Privacy method').'</b>';
$table->data[5][1] = html_print_select(array('DES' => __('DES'), 'AES' => __('AES')), 'snmp3_privacy_method', $snmp3_privacy_method, '', '', '', true);
$table->data[5][2] = '<b>'.__('privacy pass').'</b>';
$table->data[5][3] = html_print_input_text ('snmp3_privacy_pass', $snmp3_privacy_pass, '', 15, 60, true);
$table->data[6][0] = '<b>'.__('Auth method').'</b>';
$table->data[6][1] = html_print_select(array('MD5' => __('MD5'), 'SHA' => __('SHA')), 'snmp3_auth_method', $snmp3_auth_method, '', '', '', true);
$table->data[6][2] = '<b>'.__('Security level').'</b>';
$table->data[6][3] = html_print_select(array('noAuthNoPriv' => __('Not auth and not privacy method'),
'authNoPriv' => __('Auth and not privacy method'), 'authPriv' => __('Auth and privacy method')), 'snmp3_security_level', $snmp3_security_level, '', '', '', true);
if ($snmp_version == 3) {
echo '<div id="snmp3_options">';
}
else {
echo '<div id="snmp3_options" style="display: none;">';
}
html_print_table($table);
echo '</div>';
echo "<div style='text-align:right; width:".$table->width."'>";
echo '<span id="oid_loading" class="invisible">' . html_print_image("images/spinner.gif", true) . '</span>';
html_print_submit_button(__('SNMP Walk'), 'snmp_walk', false, array('class' => 'sub next'));
echo "</div>";
if ($snmpwalk && $fail) {
ui_print_error_message(__('Unable to do SNMP walk'));
}
unset($table);
echo "</form>";
if (!$fail) {
echo '<span id ="none_text" style="display: none;">' . __('None') . '</span>';
echo "<form method='post' action='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=agent_wizard&wizard_section=snmp_explorer&id_agente=$id_agent'>";
echo '<span id="form_interfaces">';
html_print_input_hidden('create_modules', 1);
html_print_input_hidden('ip_target', $ip_target);
html_print_input_hidden('tcp_port', $tcp_port);
html_print_input_hidden('snmp_community', $snmp_community);
html_print_input_hidden('snmp_version', $snmp_version);
html_print_input_hidden('snmp3_auth_user', $snmp3_auth_user);
html_print_input_hidden('snmp3_auth_pass', $snmp3_auth_pass);
html_print_input_hidden('snmp3_auth_method', $snmp3_auth_method);
html_print_input_hidden('snmp3_privacy_method', $snmp3_privacy_method);
html_print_input_hidden('snmp3_privacy_pass', $snmp3_privacy_pass);
html_print_input_hidden('snmp3_security_level', $snmp3_security_level);
$table->width = '98%';
// Mode selector
$modes = array();
$modes['devices'] = __('Devices');
$modes['processes'] = __('Processes');
$modes['disks'] = __('Free space on disk');
$modes['temperatures'] = __('Temperature sensors');
$modes['snmpdata'] = __('SNMP data');
$table->data[1][0] = __('Wizard mode') . ': ';
$table->data[1][0] .= html_print_select ($modes,
'snmp_wizard_modes', '', '', '', '', true, false, false);
$table->cellstyle[1][0] = 'vertical-align: middle;';
$table->colspan[1][0] = 2;
$table->data[1][2] = '<b>'.__('Modules').'</b>';
$table->cellstyle[1][2] = 'vertical-align: middle;';
// Devices list
$table->data[2][0] .= '<div class="wizard_mode_form wizard_mode_devices">';
$table->data[2][0] .= html_print_select ($devices, 'devices', '', '',
'', '', true, true, true, '', false, 'width: 300px;');
$table->data[2][0] .= '</div>';
// If SNMP remote plugin is not installed, show an advice
if(empty($plugin)) {
// Processes list
$table->data[2][0] .= '<div class="wizard_mode_form wizard_mode_processes">';
$table->data[2][0] .= ui_print_info_message(__('SNMP remote plugin is necessary for this feature'), '', true);
$table->data[2][0] .= '</div>';
// Disks list
$table->data[2][0] .= '<div class="wizard_mode_form wizard_mode_disks">';
$table->data[2][0] .= ui_print_info_message(__('SNMP remote plugin is necessary for this feature'), '', true);
$table->data[2][0] .= '</div>';
}
else {
// Processes list
$table->data[2][0] .= '<div class="wizard_mode_form wizard_mode_processes">';
$table->data[2][0] .= html_print_select ($processes, 'processes', '', '',
'', '', true, true, true, '', false, 'width: 300px;');
$table->data[2][0] .= '</div>';
// Disks list
$table->data[2][0] .= '<div class="wizard_mode_form wizard_mode_disks">';
$table->data[2][0] .= html_print_select ($disks, 'disks', '', '',
'', '', true, true, true, '', false, 'width: 300px;');
$table->data[2][0] .= '</div>';
}
// Sensors temperatures list
$table->data[2][0] .= '<div class="wizard_mode_form wizard_mode_temperatures">';
$table->data[2][0] .= html_print_select ($temperatures, 'temperatures', '', '',
'', '', true, true, true, '', false, 'width: 300px;');
$table->data[2][0] .= '</div>';
// SNMP data list
$table->data[2][0] .= '<div class="wizard_mode_form wizard_mode_snmpdata">';
$table->data[2][0] .= html_print_select ($static_snmp_descriptions, 'snmpdata', '', '',
'', '', true, true, true, '', false, 'width: 300px;');
$table->data[2][0] .= '</div>';
$table->cellstyle[2][0] = 'vertical-align: top; text-align: center;';
// Devices arrow
$table->data[2][1] = '<div class="wizard_mode_form wizard_mode_devices wizard_mode_devices_arrow clickable">' . html_print_image('images/darrowright.png', true, array('title' => __('Add to modules list'))) . '</div>';
// Processes arrow
$table->data[2][1] .= '<div class="wizard_mode_form wizard_mode_processes wizard_mode_processes_arrow clickable">' . html_print_image('images/darrowright.png', true, array('title' => __('Add to modules list'))) . '</div>';
// Disks arrow
$table->data[2][1] .= '<div class="wizard_mode_form wizard_mode_disks wizard_mode_disks_arrow clickable">' . html_print_image('images/darrowright.png', true, array('title' => __('Add to modules list'))) . '</div>';
// Temperatures arrow
$table->data[2][1] .= '<div class="wizard_mode_form wizard_mode_temperatures wizard_mode_temperatures_arrow clickable">' . html_print_image('images/darrowright.png', true, array('title' => __('Add to modules list'))) . '</div>';
// SNMP data arrow
$table->data[2][1] .= '<div class="wizard_mode_form wizard_mode_snmpdata wizard_mode_snmpdata_arrow clickable">' . html_print_image('images/darrowright.png', true, array('title' => __('Add to modules list'))) . '</div>';
$table->data[2][1] .= '<br><br><div class="wizard_mode_delete_arrow clickable">' . html_print_image('images/cross.png', true, array('title' => __('Remove from modules list'))) . '</div>';
$table->cellstyle[2][1] .= 'vertical-align: middle; text-align: center;';
$table->data[2][2] = html_print_select (array (), 'module[]', 0, false, '', 0, true, true, true, '', false, 'width:300px; height: 100%;');
$table->data[2][2] .= html_print_input_hidden('agent', $id_agent, true);
$table->cellstyle[2][2] = 'vertical-align: top; text-align: center;';
html_print_table($table);
echo "<div style='text-align:right; width:".$table->width."'>";
html_print_submit_button(__('Create modules'), 'create_modules_btn', false, array('class' => 'sub add'));
echo "</div>";
unset($table);
echo "</span>";
echo "</form>";
echo '</div>';
}
ui_require_jquery_file ('pandora.controls');
ui_require_jquery_file ('ajaxqueue');
ui_require_jquery_file ('bgiframe');
ui_require_javascript_file ('pandora_modules');
?>
<script language="javascript" type="text/javascript">
/* <![CDATA[ */
var separator = '<?php echo $separator; ?>';
$(document).ready (function () {
$("#wmi_form").submit(function() {
$("#oid_loading").show ();
});
network_component_group_change_event();
$('#network_component_group').trigger('change');
$("#snmp_wizard_modes").change(function() {
$(".wizard_mode_form").hide();
var selected_mode = $("#snmp_wizard_modes").val();
$(".wizard_mode_" + selected_mode).show();
$('#form_interfaces').show();
});
$("#snmp_wizard_modes").trigger('change');
<?php
if (!$snmpwalk || $fail) {
?>
$('#form_interfaces').hide();
<?php
}
?>
$('.wizard_mode_devices_arrow').click(function() {
jQuery.each($("select[name='devices'] option:selected"), function (key, value) {
var id = 'device' + separator + $(value).html() + separator + $(value).attr('value');
var name = $(value).html() + ' (<?php echo __('Device'); ?>)';
if (name != <?php echo "'".__('None')."'"; ?>) {
if($("#module").find("option[value='" + id + "']").length == 0) {
$("select[name='module[]']").append($("<option></option>").val(id).html(name));
}
else {
alert('<?php echo __('Repeated'); ?>');
}
$("#module").find("option[value='0']").remove();
}
});
});
$('.wizard_mode_processes_arrow').click(function() {
jQuery.each($("select[name='processes'] option:selected"), function (key, value) {
var id = 'process' + separator + $(value).attr('value');
var name = $(value).html() + ' (<?php echo __('Process'); ?>)';
if (name != <?php echo "'".__('None')."'"; ?>) {
if($("#module").find("option[value='" + id + "']").length == 0) {
$("select[name='module[]']").append($("<option></option>").val(id).html(name));
}
else {
alert('<?php echo __('Repeated'); ?>');
}
$("#module").find("option[value='0']").remove();
}
});
});
$('.wizard_mode_disks_arrow').click(function() {
jQuery.each($("select[name='disks'] option:selected"), function (key, value) {
var id = 'disk' + separator + $(value).attr('value');
var name = $(value).html();
if (name != <?php echo "'".__('None')."'"; ?>) {
if($("#module").find("option[value='" + id + "']").length == 0) {
$("select[name='module[]']").append($("<option></option>").val(id).html(name));
}
else {
alert('<?php echo __('Repeated'); ?>');
}
$("#module").find("option[value='0']").remove();
}
});
});
$('.wizard_mode_temperatures_arrow').click(function() {
jQuery.each($("select[name='temperatures'] option:selected"), function (key, value) {
var id = 'temperature' + separator + $(value).html() + separator + $(value).attr('value');
var name = $(value).html() + ' (<?php echo __('Temperature'); ?>)';
if (name != <?php echo "'".__('None')."'"; ?>) {
if($("#module").find("option[value='" + id + "']").length == 0) {
$("select[name='module[]']").append($("<option></option>").val(id).html(name));
}
else {
alert('<?php echo __('Repeated'); ?>');
}
$("#module").find("option[value='0']").remove();
}
});
});
$('.wizard_mode_snmpdata_arrow').click(function() {
jQuery.each($("select[name='snmpdata'] option:selected"), function (key, value) {
var id = 'snmpdata' + separator + $(value).attr('value');
var name = $(value).html();
if (name != <?php echo "'".__('None')."'"; ?>) {
if($("#module").find("option[value='" + id + "']").length == 0) {
$("select[name='module[]']").append($("<option></option>").val(id).html(name));
}
else {
alert('<?php echo __('Repeated'); ?>');
}
$("#module").find("option[value='0']").remove();
}
});
});
$('.wizard_mode_delete_arrow').click(function() {
jQuery.each($("select[name='module[]'] option:selected"), function (key, value) {
var name = $(value).html();
if (name != <?php echo "'".__('None')."'"; ?>) {
$(value).remove();
}
});
if($("#module option").length == 0) {
$("select[name='module[]']").append($("<option></option>").val(0).html(<?php echo "'".__('None')."'"; ?>));
}
});
$("#submit-create_modules_btn").click(function () {
if($("#module option").length == 0 || ($("#module option").length == 1 && $("#module option").eq(0).val() == 0)) {
alert('<?php echo __('Modules list is empty'); ?>');
return false;
}
$('#module option').map(function(){
$(this).attr('selected','selected');
});
});
});
/* ]]> */
</script>

View File

@ -109,7 +109,7 @@ if ($wmiexplore) {
$row_exploded = explode('|', $row);
if (!in_array($row_exploded[$disks_name_field], $services)) {
$disk_string = sprintf(__('Free space on disk %s'), $row_exploded[$disks_name_field]);
$disk_string = sprintf(__('Free space on %s'), $row_exploded[$disks_name_field]);
$disks[$row_exploded[$disks_name_field]] = $disk_string;
}
}
@ -244,23 +244,6 @@ if ($create_modules) {
}
}
// Create the interface list for the interface
$interfaces_list = array();
foreach ($interfaces as $interface) {
// Get the interface name, removing " " characters and avoid "blank" interfaces
if (isset($interface['ifName']) && $interface['ifName']['value'] != "") {
$ifname = $interface['ifName']['value'];
}
else if (isset($interface['ifDescr']) && $interface['ifDescr']['value'] != "") {
$ifname = $interface['ifDescr']['value'];
}
else {
continue;
}
$interfaces_list[$interface['ifIndex']['value']] = str_replace ( "\"" , "" , $ifname);
}
echo '<span id ="none_text" style="display: none;">' . __('None') . '</span>';
echo "<form method='post' id='wmi_form' action='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=agent_wizard&wizard_section=wmi_explorer&id_agente=$id_agent'>";

View File

@ -1434,16 +1434,25 @@ switch ($tab) {
// Hidden subtab layer
echo '<div id="agent_wizard_subtabs">';
echo '<ul class="mn subsubmenu" style="background: #555555;">';
echo '<li class="nomn tab_godmode" style="text-align: center;">';
echo '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=agent_wizard&wizard_section=snmp_explorer&id_agente='.$id_agente.'">'
. html_print_image ("images/wand_snmp.png", true, array ( "title" => __('SNMP Wizard')))
. '</a>';
echo '<li>';
echo '<li class="nomn tab_godmode" style="text-align: center;">';
echo '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=agent_wizard&wizard_section=snmp_interfaces_explorer&id_agente='.$id_agente.'">'
. html_print_image ("images/wand_interfaces.png", true, array ( "title" => __('SNMP Interfaces explorer')))
. html_print_image ("images/wand_interfaces.png", true, array ( "title" => __('SNMP Interfaces wizard')))
. '</a>';
echo '<li>';
echo '<li class="nomn tab_godmode" style="text-align: center;">';
echo '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=agent_wizard&wizard_section=wmi_explorer&id_agente='.$id_agente.'">'
. html_print_image ("images/wand_wmi.png", true, array ( "title" => __('WMI Explorer')))
. html_print_image ("images/wand_wmi.png", true, array ( "title" => __('WMI Wizard')))
. '</a>';
echo '<li>';
echo '</ul>';
echo '</div>';
?>

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:58+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:56+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:12+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:56+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:12+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: bg\n"
#: ../../operation/search_main.php:33

View File

@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:56+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:12+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: bn\n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:56+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33

File diff suppressed because it is too large Load Diff

View File

@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:56+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33

View File

@ -8,14 +8,14 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-04-22 18:49+0200\n"
"PO-Revision-Date: 2013-02-08 12:47+0000\n"
"Last-Translator: Marco Eggersmann <marco.eggersmann@tum.de>\n"
"PO-Revision-Date: 2013-06-26 20:19+0000\n"
"Last-Translator: Daniel Winzen <d@winzen4.de>\n"
"Language-Team: de <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:56+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/users/user_edit.php:229
@ -16877,7 +16877,7 @@ msgstr "Verlauf der Agenten"
#: ../../godmode/reporting/visual_console_builder.data.php:90
#: ../../godmode/reporting/visual_console_builder.elements.php:85
msgid "Background"
msgstr "Hintergund"
msgstr "Hintergrund"
#: ../../include/functions_visual_map_editor.php:54
#: ../../include/functions_visual_map_editor.php:351
@ -24308,9 +24308,6 @@ msgstr "Wert"
#~ msgid " to "
#~ msgstr " nach "
#~ msgid "Download file"
#~ msgstr "Download Datei"
#~ msgid "No module has been selected"
#~ msgstr "Kein Modul selektiert"
@ -24922,3 +24919,6 @@ msgstr "Wert"
#~ msgid "Database Information"
#~ msgstr "Datenbank Information"
#~ msgid "Download file"
#~ msgstr "Datei herunterladen"

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: el\n"
#: ../../operation/search_main.php:33

View File

@ -15,8 +15,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33

File diff suppressed because it is too large Load Diff

View File

@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: index.es\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-04-22 18:49+0200\n"
"PO-Revision-Date: 2013-05-09 11:47+0000\n"
"PO-Revision-Date: 2013-06-17 13:14+0000\n"
"Last-Translator: Inches <victoria.molina@artica.es>\n"
"Language-Team: Español; Castellano <>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:56+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:15+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33
@ -334,7 +334,7 @@ msgstr "Constructor"
#: ../../godmode/agentes/modificar_agente.php:488
#: ../../godmode/agentes/configurar_agente.php:240
msgid "View"
msgstr "vista"
msgstr "Vista"
#: ../../operation/visual_console/render_view.php:109
#: ../../operation/gis_maps/render_view.php:91
@ -5631,7 +5631,7 @@ msgstr "Ocurrió un problema al añadir la unidad de trabajo"
msgid ""
"There is a error in the message from your Integria or there is not "
"connection."
msgstr "Hay un error en el mensaje desde tu Intergia o no hay conexión"
msgstr "Hay un error en el mensaje desde tu Integria o no hay conexión"
#: ../../operation/integria_incidents/incident.files.php:23
#: ../../godmode/extensions.php:143
@ -7118,7 +7118,7 @@ msgstr "Filtrar grupo"
#: ../../operation/events/events_list.php:226
msgid "Overwrite filter"
msgstr "Filtro sobreescrito"
msgstr "Filtro sobrescrito"
#: ../../operation/events/events_list.php:293
#: ../../godmode/events/event_edit_filter.php:267
@ -7163,7 +7163,7 @@ msgstr "Máx. horas de antiguedad"
#: ../../mobile/operation/events.php:428
#: ../../godmode/events/event_edit_filter.php:227
msgid "Repeated"
msgstr "EL no"
msgstr "Repetido"
#: ../../operation/events/events_list.php:376
#: ../../enterprise/meta/event/event_view.php:521
@ -7188,7 +7188,7 @@ msgstr "Eventos agrupados"
#: ../../enterprise/meta/event/event_view.php:470
#: ../../godmode/events/event_edit_filter.php:194
msgid "Agent search"
msgstr "El nombre del filtro no se puede dejar en blanco"
msgstr "Búsqueda de agente"
#: ../../operation/events/events_list.php:402
#: ../../enterprise/meta/event/event_view.php:511
@ -7318,7 +7318,7 @@ msgid ""
"free of charge and only takes a couple of minutes."
msgstr ""
"Le recomendamos encarecidamente que escoja e instale un navegador más "
"Pomoderno. Es gratis y solo le tomará un par de minutos."
"moderno. Es gratis y solo le tomará un par de minutos."
#: ../../general/login_page.php:233
msgid "Why is it recommended to upgrade the web browser?"
@ -8520,7 +8520,7 @@ msgstr "No hay módulos en estado normal"
#: ../../enterprise/include/functions_reporting_csv.php:1139
msgid "There are no Modules at critial or warning status"
msgstr "No hay módulos en estado crítico o en estado de alerta"
msgstr "No hay módulos en estado crítico o en estado de advertencia"
#: ../../enterprise/include/functions_reporting_csv.php:1142
msgid "There are no Modules under those conditions"
@ -9580,7 +9580,7 @@ msgstr "Última replicación de eventos"
#: ../../enterprise/include/ajax/metaconsole.ajax.php:98
msgid "Events replication is not enabled"
msgstr "La replicación no está habilitada"
msgstr "La replicación de eventos no está habilitada"
#: ../../enterprise/include/ajax/metaconsole.ajax.php:102
msgid "Events replication is not properly configured for this metaconsole"
@ -9635,7 +9635,8 @@ msgid ""
"system administrator if you need assistance. <br>"
msgstr ""
"La metaconsola tiene que ser activada previamente desde la consola regular. "
"Por favor, contacte con su administrador de sistemas si necesita asistencia"
"Por favor, contacte con su administrador de sistemas si necesita asistencia. "
"<br>"
#: ../../enterprise/meta/general/main_header.php:110
#: ../../enterprise/meta/screens/screens.php:83
@ -9808,7 +9809,7 @@ msgstr "Cadena de texto"
#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:152
#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:131
msgid "Can't connect to Pandora FMS instance"
msgstr "No se puede conectar a la instancia d Pandora FMS"
msgstr "No se puede conectar a la instancia de Pandora FMS"
#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71
#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101
@ -11526,8 +11527,8 @@ msgstr "Error al actualizar el módulo %s"
msgid ""
"There was an error updating the alerts, the operation has been cancelled"
msgstr ""
"Se ha producido un error al actualizar las alertas. La operación ha sido "
"cancenlada."
"Se produjo un error al actualizar las alertas. La operación ha sido "
"cancelada."
#: ../../enterprise/meta/include/functions_wizard_meta.php:1632
#: ../../enterprise/meta/include/functions_wizard_meta.php:1727
@ -12856,14 +12857,14 @@ msgstr "Instrucciones cuando el estado es crítico"
#: ../../godmode/agentes/module_manager_editor_common.php:414
#: ../../godmode/massive/massive_edit_modules.php:424
msgid "Warning instructions"
msgstr "Instrucciones para estados de alerta"
msgstr "Instrucciones para estados de advertencia"
#: ../../enterprise/godmode/modules/configure_local_component.php:221
#: ../../godmode/modules/manage_network_components_form_common.php:150
#: ../../godmode/agentes/module_manager_editor_common.php:414
#: ../../godmode/massive/massive_edit_modules.php:424
msgid "Instructions when the status is warning"
msgstr "Instrucciones para cuando el estado es de alerta"
msgstr "Instrucciones para estados de advertencia"
#: ../../enterprise/godmode/modules/configure_local_component.php:224
#: ../../godmode/modules/manage_network_components_form_common.php:154
@ -12926,7 +12927,7 @@ msgstr "Ayuda"
#: ../../enterprise/godmode/modules/configure_local_component.php:326
#: ../../godmode/servers/plugin.php:256
msgid "Add macro"
msgstr "Añador macro"
msgstr "Añadir macro"
#: ../../enterprise/godmode/modules/configure_local_component.php:333
#: ../../godmode/servers/plugin.php:263
@ -13443,8 +13444,7 @@ msgstr "Coincidencia exacta de módulo"
#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1771
msgid "Check it if you want to match module name literally"
msgstr ""
"Por favor, compruebe si ha escrito correctamente el nombre del módulo para "
"que coincida."
"Compruebe si ha escrito correctamente el nombre del módulo para que coincida."
#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1207
msgid "Query SQL"
@ -13656,17 +13656,17 @@ msgstr ""
#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1479
msgid "Modules to match (Free text)"
msgstr "Módulos a coincidir texto libre)"
msgstr "Módulos a coincidir (texto libre)"
#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1481
msgid "Free text to filter the modules of agents when apply this template."
msgstr ""
"Texto libre para filtrar los módulos de los agente cuando se aplique esta "
"política"
"plantilla"
#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1494
msgid "Create a graph for each agent"
msgstr "Crear una gráfica para cada agentes"
msgstr "Crear una gráfica para cada agente"
#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1496
msgid ""
@ -13713,7 +13713,7 @@ msgid ""
"will match with the following agent names: network_agent1, NetworK CHECKS"
msgstr ""
"Caso insensible expresiones regulares para el nombre del agente. Por "
"ejemple: Red* (Network*) coincidirá con los siguientes nombre de agente * "
"ejemple: Red* (Network*) coincidirá con los siguientes nombres de agentes * "
"network_agent1, NetworK CHECKS"
#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1673
@ -14346,11 +14346,11 @@ msgstr "No se encontró ningún componente"
#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:118
msgid "Show configuration data"
msgstr "Mostrar los datos de la configuración"
msgstr "Mostrar datos de configuración"
#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:128
msgid "Hide configuration data"
msgstr "Ocultar los datos de la configuración"
msgstr "Ocultar datos de configuración"
#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:136
msgid "Data configuration"
@ -16065,7 +16065,7 @@ msgstr ""
#: ../../include/functions_ui.php:3219
msgid "DB ERROR"
msgstr "ERROR en su base de datos"
msgstr "ERROR en BD"
#: ../../include/functions_ui.php:3225
msgid ""
@ -16179,7 +16179,7 @@ msgstr "Eventos -por módulo-"
#: ../../include/functions_events.php:1034
msgid "Going to unknown"
msgstr "Yendo a lo desconocido"
msgstr "Pasando a estado desconocido"
#: ../../include/functions_events.php:1037
#: ../../include/functions_events.php:1320 ../../include/functions.php:879
@ -16622,7 +16622,7 @@ msgstr "%d Módulos críticos"
#: ../../include/functions_reporting.php:6743
#, php-format
msgid "%d Warning modules"
msgstr "%d Módulos en estado de alerta"
msgstr "%d Módulos en estado de advertencia"
#: ../../include/functions_reporting.php:6744
#, php-format
@ -16647,7 +16647,7 @@ msgstr "%d Agentes en estado crítico"
#: ../../include/functions_reporting.php:6751
#, php-format
msgid "%d Warning agents"
msgstr "%d Agentes en estado de alerta"
msgstr "%d Agentes en estado de advertencia"
#: ../../include/functions_reporting.php:6752
#, php-format
@ -18173,7 +18173,7 @@ msgstr "Error al añadir comentario"
#: ../../include/ajax/events.php:350
msgid "Comment added successfully"
msgstr "El comentario ha sido añadido correctamente"
msgstr "Comentario añadido correctamente"
#: ../../include/ajax/events.php:351
msgid "Error changing event status"
@ -18181,7 +18181,7 @@ msgstr "Error al cambiar el estatus del evento"
#: ../../include/ajax/events.php:352
msgid "Event status changed successfully"
msgstr "El estatus del evento ha sido cambiado correctamente"
msgstr "Estatus del evento cambiado correctamente"
#: ../../include/ajax/events.php:353
msgid "Error changing event owner"
@ -19262,7 +19262,7 @@ msgstr "ERROR: Detalles del evento"
#: ../../mobile/operation/events.php:488
msgid "Error connecting to DB pandora."
msgstr "Error al conectar con la base de datos de Pandora"
msgstr "Error al conectar con la BD de Pandora"
#: ../../mobile/operation/events.php:492
msgid "PandoraFMS: Events"
@ -21823,7 +21823,7 @@ msgstr "Mayor o igual que (>=)"
#: ../../godmode/reporting/reporting_builder.item_editor.php:979
msgid "Less or equal (<=)"
msgstr "Menor o igual que (>=)"
msgstr "Menor o igual que (<=)"
#: ../../godmode/reporting/reporting_builder.item_editor.php:980
msgid "Less (<)"
@ -22007,7 +22007,7 @@ msgstr ""
#: ../../godmode/agentes/module_manager_editor_common.php:405
msgid "The module still stores data but the alerts and events will be stop"
msgstr ""
"El módulo seguirá almacenando datos pero las alertas y eventos pararán"
"El módulo seguirá almacenando datos pero las alertas y eventos se detendrán"
#: ../../godmode/agentes/module_manager_editor_common.php:422
msgid "Cron"
@ -22189,11 +22189,11 @@ msgstr "Guardado por la consola de Pandora"
#: ../../godmode/agentes/configurar_agente.php:1317
msgid "Update by Pandora Console"
msgstr "Actualizar por la consola de Pandora"
msgstr "Actualizado por la consola de Pandora"
#: ../../godmode/agentes/configurar_agente.php:1330
msgid "Insert by Pandora Console"
msgstr "Insertar por la consola de Pandora"
msgstr "Insertado por la consola de Pandora"
#: ../../godmode/agentes/configurar_agente.php:1382
#: ../../godmode/agentes/configurar_agente.php:1389

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: et\n"
#: ../../operation/search_main.php:33

View File

@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: eu\n"
#: ../../operation/search_main.php:33

View File

@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:58+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: fi\n"
#: ../../operation/search_main.php:33

View File

@ -9,14 +9,14 @@ msgstr ""
"Project-Id-Version: pandora-fr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-04-22 18:49+0200\n"
"PO-Revision-Date: 2013-03-29 14:48+0000\n"
"Last-Translator: joris <urferj@gmail.com>\n"
"PO-Revision-Date: 2013-07-05 19:24+0000\n"
"Last-Translator: Teromene <teromene@gmail.com>\n"
"Language-Team: French <fr@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:58+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: fr\n"
#: ../../operation/events/events.php:344 ../../operation/events/events.php:353
@ -96,14 +96,14 @@ msgstr "Agents"
#: ../../operation/search_main.php:82
#, php-format
msgid "%d results found"
msgstr ""
msgstr "%d résultats trouvés"
#: ../../operation/search_main.php:34 ../../operation/search_main.php:42
#: ../../operation/search_main.php:50 ../../operation/search_main.php:58
#: ../../operation/search_main.php:66 ../../operation/search_main.php:74
#: ../../operation/search_main.php:82
msgid "Show results"
msgstr ""
msgstr "Montrer les résultats"
#: ../../operation/search_main.php:41 ../../operation/agentes/graphs.php:63
#: ../../operation/agentes/estado_agente.php:394
@ -295,13 +295,13 @@ msgstr "Rafraîchir"
#: ../../operation/visual_console/render_view.php:83
#: ../../godmode/reporting/visual_console_builder.php:413
msgid "Visual consoles list"
msgstr ""
msgstr "Liste des consoles Visuel"
#: ../../operation/visual_console/render_view.php:91
#: ../../enterprise/meta/screens/screens.visualmap.php:157
#: ../../godmode/reporting/visual_console_builder.php:416
msgid "Show link to public Visual Console"
msgstr ""
msgstr "Afficher lien aux public Console Visual"
#: ../../operation/visual_console/render_view.php:95
#: ../../operation/reporting/graph_viewer.php:114
@ -310,7 +310,7 @@ msgstr ""
#: ../../godmode/reporting/graph_builder.php:184
#: ../../godmode/reporting/visual_console_builder.php:419
msgid "Main data"
msgstr ""
msgstr "Principales données"
#: ../../operation/visual_console/render_view.php:97
#: ../../enterprise/meta/screens/screens.visualmap.php:126
@ -392,7 +392,7 @@ msgstr "vue Netflow actuelle"
#: ../../operation/netflow/nf_live_view.php:109
#, php-format
msgid "nfdump binary (%s) not found!"
msgstr ""
msgstr "nfdump binaire (% s) introuvable !"
#: ../../operation/netflow/nf_live_view.php:114
#: ../../operation/agentes/ver_agente.php:702
@ -517,6 +517,7 @@ msgstr "Résolution"
#: ../../operation/netflow/nf_live_view.php:186
msgid "The interval will be divided in chunks the length of the resolution."
msgstr ""
"L'intervalle sera divisé en morceaux de la longueur de la résolution."
#: ../../operation/netflow/nf_live_view.php:192
#: ../../operation/agentes/ver_agente.php:551
@ -987,11 +988,14 @@ msgid ""
"Source port. A comma separated list of source ports. If we leave the field "
"blank, will show all ports. Example filter by ports 80 and 22:<br>80,22"
msgstr ""
"Port source. Liste séparée par des virgules des ports source. Si nous "
"laissez le champ vide, affiche tous les ports. Filtre d'exemple par les "
"ports 80 et 22 : <br>80,22"
#: ../../operation/netflow/nf_live_view.php:340
#: ../../godmode/netflow/nf_edit_form.php:211
msgid "Aggregate by"
msgstr ""
msgstr "Regrouper par"
#: ../../operation/netflow/nf_live_view.php:342
#: ../../operation/users/user_edit.php:308
@ -1183,7 +1187,7 @@ msgstr "Octets"
#: ../../operation/netflow/nf_live_view.php:346
msgid "Bytes per second"
msgstr ""
msgstr "Octets par seconde"
#: ../../operation/netflow/nf_live_view.php:346
#: ../../godmode/netflow/nf_edit_form.php:217
@ -1841,6 +1845,8 @@ msgstr "Taille pour la pagination"
#: ../../operation/users/user_edit.php:252
msgid "If checkbox is clicked then block size global configuration is used"
msgstr ""
"Si vous cliquez sur case à cocher configuration globale de taille de bloc "
"est utilisée"
#: ../../operation/users/user_edit.php:253
#: ../../enterprise/meta/advanced/metasetup.visual.php:123
@ -1849,14 +1855,14 @@ msgstr ""
#: ../../godmode/setup/setup_visuals.php:168
#: ../../godmode/users/configure_user.php:458
msgid "Interactive charts"
msgstr ""
msgstr "Graphiques interactifs"
#: ../../operation/users/user_edit.php:253
#: ../../enterprise/meta/advanced/metasetup.visual.php:123
#: ../../godmode/setup/setup_visuals.php:168
#: ../../godmode/users/configure_user.php:458
msgid "Whether to use Javascript or static PNG graphs"
msgstr ""
msgstr "Si vous souhaitez utiliser Javascript ou statiques graphiques PNG"
#: ../../operation/users/user_edit.php:254
#: ../../enterprise/meta/advanced/metasetup.translate_string.php:129
@ -2026,13 +2032,15 @@ msgstr "Non"
#: ../../operation/users/user_edit.php:288
msgid "Shortcut bar"
msgstr ""
msgstr "Barre de raccourcis"
#: ../../operation/users/user_edit.php:288
msgid ""
"This will activate a shortcut bar with alerts, events, messages... "
"information"
msgstr ""
"Cela activera un raccourci avec une barre d' alertes, événements, "
"messages... informations"
#: ../../operation/users/user_edit.php:289
msgid "Home screen"
@ -2044,6 +2052,9 @@ msgid ""
"Example: Select 'Other' and type "
"sec=estado&sec2=operation/agentes/estado_agente to show agent detail view"
msgstr ""
"L'utilisateur peut personnaliser la page d'accueil. Par défaut, affiche « "
"Détail de l'Agent ». Exemple : Sélectionnez « Autre » et tapez sec = estado "
"& S2 = opération/agentes/estado_agente pour afficher le détail de l'agent vue"
#: ../../operation/users/user_edit.php:292
#: ../../godmode/users/configure_user.php:452
@ -3553,7 +3564,7 @@ msgstr "Changements d'inventaire"
#: ../../operation/reporting/reporting_xml.php:1106
#: ../../enterprise/include/functions_reporting_xml.php:1008
msgid "Configuration report for agent "
msgstr ""
msgstr "Rapport de configuration pour l'agent "
#: ../../operation/reporting/reporting_xml.php:1262
#: ../../enterprise/include/functions_reporting_xml.php:1162
@ -3583,7 +3594,7 @@ msgstr "Rapport"
#: ../../operation/reporting/reporting_viewer.php:154
msgid "Set initial date"
msgstr ""
msgstr "Date initiale fixée"
#: ../../operation/reporting/reporting_viewer.php:161
#: ../../operation/agentes/gis_view.php:119
@ -3960,11 +3971,11 @@ msgstr ""
#: ../../operation/agentes/stat_win.php:304
#: ../../operation/agentes/stat_win.php:310
msgid "Time compare"
msgstr ""
msgstr "Comparez le temps"
#: ../../operation/agentes/stat_win.php:304
msgid "Overlapped"
msgstr ""
msgstr "Se chevaucher"
#: ../../operation/agentes/stat_win.php:310
msgid "Separated"
@ -3973,7 +3984,7 @@ msgstr ""
#: ../../operation/agentes/stat_win.php:316
#: ../../mobile/operation/module_graph.php:344
msgid "Show unknown graph"
msgstr ""
msgstr "Afficher graphique inconnu"
#: ../../operation/agentes/stat_win.php:339
msgid "Reload"
@ -4499,7 +4510,7 @@ msgstr "Police"
#: ../../operation/agentes/networkmap.php:367
#: ../../operation/agentes/estado_monitores.php:624
msgid "Free text for search (*):"
msgstr ""
msgstr "Texte libre pour rechercher (*) :"
#: ../../operation/agentes/networkmap.php:370
msgid "Don't show subgroups:"
@ -4507,7 +4518,7 @@ msgstr ""
#: ../../operation/agentes/networkmap.php:371
msgid "Only run with it is filter for any group"
msgstr ""
msgstr "Exécuter seul avec elle est filtre pour tout groupe"
#: ../../operation/agentes/networkmap.php:380
#: ../../enterprise/meta/advanced/policymanager.apply.php:214
@ -4592,7 +4603,7 @@ msgstr ""
#: ../../operation/agentes/estado_generalagente.php:170
msgid "Next contact"
msgstr ""
msgstr "Prochain contact"
#: ../../operation/agentes/estado_generalagente.php:186
msgid "Agent info"
@ -4655,7 +4666,7 @@ msgstr "Actualisation des données"
#: ../../operation/agentes/estado_generalagente.php:309
#: ../../mobile/operation/agent.php:132
msgid "Events (24h)"
msgstr ""
msgstr "Événements (24h)"
#: ../../operation/agentes/estado_generalagente.php:320
#: ../../include/functions_treeview.php:350
@ -4716,7 +4727,7 @@ msgstr "Aucun agent n'a été désigné"
#: ../../operation/agentes/status_monitor.php:45
#: ../../enterprise/meta/general/main_header.php:124
msgid "Monitor view"
msgstr ""
msgstr "Moniteur"
#: ../../operation/agentes/status_monitor.php:332
msgid "Monitor status"
@ -5086,7 +5097,7 @@ msgstr "Agent supprimé avec succès"
#: ../../operation/agentes/estado_agente.php:149
msgid "There was an error message deleting the agent"
msgstr ""
msgstr "Il y avait un message d'erreur à la suppression de l'agent"
#: ../../operation/agentes/estado_agente.php:162
#: ../../godmode/agentes/modificar_agente.php:154
@ -5309,7 +5320,7 @@ msgstr "Liste complète des moniteurs"
#: ../../operation/agentes/estado_monitores.php:575
msgid "Any monitors aren't with this filter."
msgstr ""
msgstr "Tous les moniteurs ne sont pas avec ce filtre."
#: ../../operation/agentes/estado_monitores.php:578
msgid "This agent doesn't have any active monitors."

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:56+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:58+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: he\n"
#: ../../operation/search_main.php:33

View File

@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:56+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: hi\n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: hu\n"
#: ../../operation/search_main.php:33

File diff suppressed because it is too large Load Diff

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"X-Poedit-Country: ITALY\n"
"Language: \n"
"X-Poedit-Language: Italian\n"

File diff suppressed because it is too large Load Diff

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: ko\n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: mr\n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: nb\n"
#: ../../operation/search_main.php:33

View File

@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: nl\n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: pl\n"
#: ../../operation/search_main.php:33

View File

@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: pandora-pt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-04-22 18:49+0200\n"
"PO-Revision-Date: 2013-04-27 07:24+0000\n"
"PO-Revision-Date: 2013-05-16 03:00+0000\n"
"Last-Translator: Maria Loureiro <Unknown>\n"
"Language-Team: Portugues <pt@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:58+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:12+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33
@ -500,7 +500,7 @@ msgstr "Resolução"
#: ../../operation/netflow/nf_live_view.php:186
msgid "The interval will be divided in chunks the length of the resolution."
msgstr ""
msgstr "O intervalo vai ser dividido em blocos do tamanho da resolução"
#: ../../operation/netflow/nf_live_view.php:192
#: ../../operation/agentes/ver_agente.php:551
@ -6272,7 +6272,7 @@ msgstr "Navegador de SNMP"
#: ../../operation/menu.php:344
#: ../../operation/snmpconsole/snmp_mib_uploader.php:30
msgid "MIB uploader"
msgstr ""
msgstr "MIB uploader"
#: ../../operation/menu.php:345 ../../include/functions_menu.php:424
msgid "SNMP alerts"
@ -7802,19 +7802,19 @@ msgstr "x"
#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:188
msgid "Method generation networkmap"
msgstr ""
msgstr "Mapa de rede da criação do método"
#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:191
msgid "Refresh networkmap state"
msgstr ""
msgstr "Actualizar o estado do mapa de rede"
#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:193
msgid "Resize the networkmap"
msgstr ""
msgstr "Redimensionar o mapa de rede"
#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:194
msgid "This operation can't be undone, because it is on DB."
msgstr ""
msgstr "Esta operação não pode ser revertida porque está na BD"
#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:196
#: ../../include/functions_visual_map_editor.php:154
@ -7832,11 +7832,11 @@ msgstr "atualizar o mapa de rede"
#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:249
msgid "Networkmap resized."
msgstr ""
msgstr "O mapa de rede foi redimensionado"
#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:256
msgid "Error process map"
msgstr ""
msgstr "Mapa de processamento de erros"
#: ../../enterprise/operation/agentes/policy_view.php:37
msgid "This agent has no policy assigned"
@ -7864,7 +7864,7 @@ msgstr "Política antiga"
#: ../../enterprise/operation/agentes/policy_view.php:130
#: ../../enterprise/operation/agentes/policy_view.php:137
msgid "Toggle the collection table"
msgstr ""
msgstr "Alternar a tabela de catálogo"
#: ../../enterprise/operation/agentes/policy_view.php:132
#: ../../enterprise/operation/agentes/collection_view.php:60
@ -7899,7 +7899,7 @@ msgstr "Desactualizado"
#: ../../enterprise/operation/agentes/policy_view.php:192
#: ../../enterprise/operation/agentes/policy_view.php:201
msgid "Toggle the alert table"
msgstr ""
msgstr "Alternar a tabela de alertas"
#: ../../enterprise/operation/agentes/policy_view.php:202
msgid "Show Alert"
@ -7918,7 +7918,7 @@ msgstr "vezes"
#: ../../enterprise/operation/agentes/policy_view.php:303
#: ../../enterprise/operation/agentes/policy_view.php:312
msgid "Toggle the module table"
msgstr ""
msgstr "Alternar a tabela de modulos"
#: ../../enterprise/operation/agentes/policy_view.php:304
msgid "Relationship"
@ -8096,7 +8096,7 @@ msgstr "Eliminado"
#: ../../enterprise/include/functions_reporting.php:30
msgid "Wizard SLA"
msgstr ""
msgstr "SLA do Wizard"
#: ../../enterprise/include/functions_reporting.php:33
msgid "Global"
@ -8109,11 +8109,11 @@ msgstr "Opções avançadas"
#: ../../enterprise/include/functions_reporting.php:54
#: ../../enterprise/godmode/reporting/reporting_builder.template.php:101
msgid "List templates"
msgstr ""
msgstr "Listar os modelos"
#: ../../enterprise/include/functions_reporting.php:60
msgid "Templates wizard"
msgstr ""
msgstr "Wizard dos modelos"
#: ../../enterprise/include/functions_reporting.php:76
#: ../../enterprise/include/functions_reporting.php:2741
@ -8129,12 +8129,12 @@ msgstr "Modelos"
#: ../../enterprise/include/functions_reporting.php:80
msgid "Templates Wizard"
msgstr ""
msgstr "Wizard dos modelos"
#: ../../enterprise/include/functions_reporting.php:1189
#, php-format
msgid "Graph agents(%s) - %s"
msgstr ""
msgstr "Agentes de gráfico(%s) - %s"
#: ../../enterprise/include/functions_reporting.php:1300
#, php-format
@ -8149,16 +8149,16 @@ msgstr "%s - %s"
#: ../../enterprise/include/functions_reporting.php:2773
#: ../../enterprise/include/functions_reporting.php:2823
msgid "Template editor"
msgstr ""
msgstr "Editor de modelos"
#: ../../enterprise/include/functions_reporting.php:2837
msgid "Get PDF file"
msgstr ""
msgstr "Obter o ficheiro PDF"
#: ../../enterprise/include/functions_license.php:109
#: ../../enterprise/include/functions_license.php:117
msgid "Invalid license, please check it."
msgstr ""
msgstr "A licensa não é válida, por favor verifique-a"
#: ../../enterprise/include/functions_license.php:129
#: ../../extensions/update_manager.php:59
@ -8168,36 +8168,36 @@ msgstr "Expira Em"
#: ../../enterprise/include/functions_license.php:131
#: ../../extensions/update_manager.php:61
msgid "Platform Limit"
msgstr ""
msgstr "Limite da plataforma"
#: ../../enterprise/include/functions_license.php:133
#: ../../extensions/update_manager.php:63
msgid "Current Platform Count"
msgstr ""
msgstr "Contagem da plataforma actual"
#: ../../enterprise/include/functions_license.php:136
#: ../../extensions/update_manager.php:66
msgid "License Mode"
msgstr ""
msgstr "Modo de licensa"
#: ../../enterprise/include/functions_reporting_csv.php:156
msgid "Generated"
msgstr ""
msgstr "Gerado"
#: ../../enterprise/include/functions_reporting_csv.php:171
msgid "Simple Graph"
msgstr ""
msgstr "Gráfico simples"
#: ../../enterprise/include/functions_reporting_csv.php:203
msgid "Projection Graph"
msgstr ""
msgstr "Gráfico de projecções"
#: ../../enterprise/include/functions_reporting_csv.php:235
#: ../../enterprise/include/functions_reporting_pdf.php:431
#: ../../include/functions_reporting.php:3066
#: ../../include/functions_reports.php:535
msgid "Prediction date"
msgstr ""
msgstr "Data de previsão"
#: ../../enterprise/include/functions_reporting_csv.php:323
#: ../../enterprise/include/functions_reporting_csv.php:413
@ -8265,7 +8265,7 @@ msgstr "Período"
#: ../../godmode/reporting/reporting_builder.item_editor.php:557
#: ../../godmode/reporting/reporting_builder.item_editor.php:960
msgid "Max"
msgstr ""
msgstr "Máx"
#: ../../enterprise/include/functions_reporting_csv.php:324
#: ../../enterprise/include/functions_reporting_pdf.php:1488
@ -8298,11 +8298,11 @@ msgstr ""
#: ../../godmode/reporting/reporting_builder.item_editor.php:559
#: ../../godmode/reporting/reporting_builder.item_editor.php:962
msgid "Min"
msgstr ""
msgstr "Mín"
#: ../../enterprise/include/functions_reporting_csv.php:324
msgid "% Limit"
msgstr ""
msgstr "% Limite"
#: ../../enterprise/include/functions_reporting_csv.php:371
#: ../../enterprise/include/functions_services.php:962
@ -8338,31 +8338,31 @@ msgstr "Falhou"
#: ../../enterprise/include/functions_reporting_csv.php:724
#: ../../enterprise/include/functions_reporting_csv.php:755
msgid "Report type"
msgstr ""
msgstr "Tipo de relatório"
#: ../../enterprise/include/functions_reporting_csv.php:413
msgid "% OK"
msgstr ""
msgstr "% OK"
#: ../../enterprise/include/functions_reporting_csv.php:413
msgid "% Wrong"
msgstr ""
msgstr "% Errado"
#: ../../enterprise/include/functions_reporting_csv.php:414
msgid "Monitor Report"
msgstr ""
msgstr "Relatório do monitor"
#: ../../enterprise/include/functions_reporting_csv.php:445
msgid "AVG. Value"
msgstr ""
msgstr "Valor AVG"
#: ../../enterprise/include/functions_reporting_csv.php:476
msgid "MAX Value"
msgstr ""
msgstr "Valor MAX"
#: ../../enterprise/include/functions_reporting_csv.php:507
msgid "MIN Value"
msgstr ""
msgstr "Valor MIN"
#: ../../enterprise/include/functions_reporting_csv.php:538
#: ../../include/functions_reporting.php:3631
@ -8370,12 +8370,12 @@ msgstr ""
#: ../../include/functions_reporting.php:4560
#: ../../include/functions_reports.php:552
msgid "Summatory"
msgstr ""
msgstr "Somatório"
#: ../../enterprise/include/functions_reporting_csv.php:613
#: ../../include/functions_reporting.php:3841
msgid "Illegal query"
msgstr ""
msgstr "Pesquisa não autorizada"
#: ../../enterprise/include/functions_reporting_csv.php:724
#: ../../enterprise/dashboard/widgets/tactical.php:154
@ -8385,54 +8385,54 @@ msgstr "Total de agentes"
#: ../../enterprise/include/functions_reporting_csv.php:724
msgid "Uknown agents"
msgstr ""
msgstr "Agentes desconhecidos"
#: ../../enterprise/include/functions_reporting_csv.php:724
msgid "Total modules"
msgstr ""
msgstr "Modulos totais"
#: ../../enterprise/include/functions_reporting_csv.php:724
msgid "Normal modules"
msgstr ""
msgstr "Modulos normais"
#: ../../enterprise/include/functions_reporting_csv.php:724
msgid "Critical modules"
msgstr ""
msgstr "Modulos críticos"
#: ../../enterprise/include/functions_reporting_csv.php:724
msgid "Warning modules"
msgstr ""
msgstr "Modulos de aviso"
#: ../../enterprise/include/functions_reporting_csv.php:724
msgid "Unknown modules"
msgstr ""
msgstr "Modulos desconhecidos"
#: ../../enterprise/include/functions_reporting_csv.php:724
msgid "Not init modules"
msgstr ""
msgstr "Modulos not init"
#: ../../enterprise/include/functions_reporting_csv.php:724
#: ../../include/functions_reporting.php:1131
#: ../../include/functions_graph.php:1355
msgid "Defined alerts"
msgstr ""
msgstr "Definir alertas"
#: ../../enterprise/include/functions_reporting_csv.php:724
#: ../../include/functions_reporting.php:1135
#: ../../include/functions_graph.php:1355
msgid "Fired alerts"
msgstr ""
msgstr "Alertas disparados"
#: ../../enterprise/include/functions_reporting_csv.php:724
msgid "Last 8 hours events"
msgstr ""
msgstr "Eventos das últimas 8 horas"
#: ../../enterprise/include/functions_reporting_csv.php:725
#: ../../enterprise/include/functions_reporting_pdf.php:785
#: ../../include/functions_reporting.php:4305
#: ../../include/functions_reports.php:559
msgid "Group report"
msgstr ""
msgstr "RElatório de groupo"
#: ../../enterprise/include/functions_reporting_csv.php:774
#: ../../enterprise/include/functions_reporting_pdf.php:855
@ -8445,7 +8445,7 @@ msgstr ""
#: ../../godmode/setup/setup.php:73 ../../godmode/setup/setup.php:107
#: ../../godmode/servers/plugin.php:133
msgid "General"
msgstr ""
msgstr "Geral"
#: ../../enterprise/include/functions_reporting_csv.php:804
#: ../../enterprise/include/functions_reporting_csv.php:925
@ -8455,7 +8455,7 @@ msgstr ""
#: ../../include/functions_reporting.php:4942
#: ../../include/functions_reporting.php:5227
msgid "There are no Agent/Modules defined"
msgstr ""
msgstr "Não existem Agentes/Modulos definidos"
#: ../../enterprise/include/functions_reporting_csv.php:888
#: ../../enterprise/include/functions_reporting_pdf.php:1497
@ -8470,7 +8470,7 @@ msgstr "Topo"
#: ../../include/functions_reporting.php:5178
#: ../../include/functions_reports.php:561
msgid "Exception"
msgstr ""
msgstr "Excepção"
#: ../../enterprise/include/functions_reporting_csv.php:1017
#: ../../enterprise/include/functions_reporting_pdf.php:1199
@ -8479,7 +8479,7 @@ msgstr ""
#: ../../include/functions_reporting.php:5181
#: ../../godmode/reporting/reporting_builder.item_editor.php:977
msgid "Everything"
msgstr ""
msgstr "Tudo"
#: ../../enterprise/include/functions_reporting_csv.php:1020
#: ../../enterprise/include/functions_reporting_pdf.php:1202
@ -8487,21 +8487,21 @@ msgstr ""
#: ../../include/functions_reporting.php:5184
#: ../../include/functions_reporting.php:5385
msgid "Modules over or equal to"
msgstr ""
msgstr "Modulos maiores ou iguais a"
#: ../../enterprise/include/functions_reporting_csv.php:1023
#: ../../enterprise/include/functions_reporting_pdf.php:1205
#: ../../enterprise/include/functions_reporting_pdf.php:1366
#: ../../include/functions_reporting.php:5190
msgid "Modules under"
msgstr ""
msgstr "Modulos mais pequenos"
#: ../../enterprise/include/functions_reporting_csv.php:1026
#: ../../enterprise/include/functions_reporting_pdf.php:1208
#: ../../enterprise/include/functions_reporting_pdf.php:1370
#: ../../include/functions_reporting.php:5202
msgid "Modules at normal status"
msgstr ""
msgstr "Modulos num estado normal"
#: ../../enterprise/include/functions_reporting_csv.php:1029
#: ../../enterprise/include/functions_reporting_pdf.php:1211

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:58+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../godmode/users/profile_list.php:202

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: ro\n"
#: ../../operation/search_main.php:33

View File

@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:58+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: ru\n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: sk\n"
#: ../../operation/search_main.php:33

View File

@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: sl\n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: sv\n"
#: ../../operation/search_main.php:33

View File

@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:58+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: te\n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:14+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: tr\n"
#: ../../operation/gis_maps/ajax.php:185

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: uk\n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-05-14 08:57+0000\n"
"X-Generator: Launchpad (build 16617)\n"
"X-Launchpad-Export-Date: 2013-07-11 07:13+0000\n"
"X-Generator: Launchpad (build 16696)\n"
"Language: \n"
#: ../../operation/search_main.php:33

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1012,6 +1012,8 @@ INSERT INTO `tplugin` (`id`, `name`, `description`, `max_timeout`, `execute`, `p
INSERT INTO `tplugin` (`id`, `name`, `description`, `max_timeout`, `execute`, `plugin_type`, `macros`, `parameters`) VALUES (6,'MySQL&#x20;Plugin','Samples:&#x0d;&#x0a;&#x20;&#x20;&#x20;./mysql_plugin.sh&#x20;-u&#x20;root&#x20;-p&#x20;none&#x20;-s&#x20;localhost&#x20;-q&#x20;Com_select&#x0d;&#x0a;&#x20;&#x20;&#x20;./mysql_plugin.sh&#x20;-u&#x20;root&#x20;-p&#x20;none&#x20;-s&#x20;localhost&#x20;-q&#x20;Com_update&#x0d;&#x0a;&#x20;&#x20;&#x20;./mysql_plugin.sh&#x20;-u&#x20;root&#x20;-p&#x20;none&#x20;-s&#x20;localhost&#x20;-q&#x20;Connections&#x0d;&#x0a;&#x20;&#x20;&#x20;./mysql_plugin.sh&#x20;-u&#x20;root&#x20;-p&#x20;anypass&#x20;-s&#x20;192.168.50.24&#x20;-q&#x20;Innodb_rows_read&#x0d;&#x0a;',15,'/usr/share/pandora_server/util/plugin/mysql_plugin.sh',0,'{"1":{"macro":"_field1_","desc":"IP&#x20;address","help":"IP&#x20;address","value":""},"2":{"macro":"_field2_","desc":"Username","help":"Username&#x20;to&#x20;access&#x20;to&#x20;database","value":""},"3":{"macro":"_field3_","desc":"Password","help":"Password&#x20;to&#x20;access&#x20;to&#x20;database","value":""},"4":{"macro":"_field4_","desc":"Query&#x20;string","help":"Query&#x20;string&#x20;of&#x20;global&#x20;status.&#x20;For&#x20;example&#x20;&#039;Aborted_connects&#039;&#x20;or&#x20;&#039;Innodb_rows_read&#039;","value":""}}', '-s&#x20;_field1_&#x20;-u&#x20;_field2_&#x20;-p&#x20;_field3_&#x20;-q&#x20;_field4_');
INSERT INTO `tplugin` (`id`, `name`, `description`, `max_timeout`, `execute`, `plugin_type`, `macros`, `parameters`) VALUES (8,'SNMP&#x20;remote','Plugin&#x20;that&#x20;gets&#x20;remotely,&#x20;using&#x20;SNMP,&#x20;values&#x20;such&#x20;as&#x20;the&#x20;percentage&#x20;of&#x20;disk&#x20;or&#x20;memory&#x20;used,&#x20;the&#x20;status&#x20;of&#x20;a&#x20;process&#x20;or&#x20;the&#x20;CPU&#x20;load',0,'perl&#x20;/usr/share/pandora_server/util/plugin/snmp_remote.pl',0,'{"1":{"macro":"_field1_","desc":"Target&#x20;IP","help":"","value":"_address_"},"2":{"macro":"_field2_","desc":"Community","help":"","value":"public"},"3":{"macro":"_field3_","desc":"Plug-in&#x20;Parameters","help":"Memory&#x20;use&#x20;&#40;%&#41;&#x0d;&#x0a;-m&#x20;memuse&#x0d;&#x0a;&#x0d;&#x0a;Disk&#x20;use&#x20;&#40;%&#41;&#x0d;&#x0a;-m&#x20;diskuse&#x20;-d&#x20;[disk&#x20;name]&#x0d;&#x0a;&#x0d;&#x0a;Status&#x20;of&#x20;a&#x20;process&#x20;&#40;0/1&#41;&#x0d;&#x0a;-m&#x20;process&#x20;-p&#x20;[process_name]&#x20;&#x0d;&#x0a;&#x0d;&#x0a;Average&#x20;of&#x20;CPUs&#x20;Load&#x20;&#40;%&#41;&#x0d;&#x0a;-m&#x20;cpuload","value":""}}', '-H&#x20;_field1_&#x20;-c&#x20;_field2_&#x20;_field3_');
INSERT INTO `tagent_custom_fields` VALUES (1,'Serial&#x20;Number',0),(2,'Department',0),(3,'Additional&#x20;ID',0);
INSERT INTO `ttag` VALUES (1,'network','Network&#x20;equipment','http://artica.es',''),(2,'critical','Critical&#x20;modules','',''),(3,'dmz','DMZ&#x20;Network&#x20;Zone','',''),(4,'performance','Performance&#x20;anda&#x20;capacity&#x20;modules','',''),(5,'configuration','','','');