Home
last modified time | relevance | path

Searched refs:id_agentmodule (Results 1 – 8 of 8) sorted by relevance

/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/operation/agentes/
H A Dexport_csv.php31 $id_agentmodule = $_GET["agentmodule"]; variable
33 $agentmodule_name = modules_get_agentmodule_name ($id_agentmodule);
66 AND id_agente_modulo = $id_agentmodule";
67 $tipo = modules_get_moduletype_name (modules_get_agentmodule_type ($id_agentmodule));
73 AND id_agente_modulo = $id_agentmodule
80 AND id_agente_modulo = $id_agentmodule
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_modules.php844 * @param int $id_agentmodule The agent id.
901 array('id_agente_modulo' => $id_agentmodule),
969 function modules_is_string($id_agentmodule) { argument
972 (int) $id_agentmodule);
992 * @param int $id_agentmodule Agent module id.
998 'id_agente_modulo', (int) $id_agentmodule);
1027 * @param int $id_agentmodule Agent module id.
1052 * @param int $id_agentmodule Agent module id.
1505 "id_agente_modulo", $id_agentmodule);
1525 "id_agente_modulo", $id_agentmodule);
[all …]
H A Dfunctions_api.php7012 $id_agentmodule = -1;
7031 $id_agentmodule = $filter['id_agentmodule'];
7155 if ($id_agentmodule != -1)
7156 $sql_post .= " AND id_agentmodule = ".$id_agentmodule;
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/lib/PandoraFMS/
H A DCore.pm2898 $id_alert_am, $id_agentmodule, $event_type, $event_status, $dbh,
2913 if (defined($id_agentmodule) && $id_agentmodule != 0) {
2927 if (defined ($id_agentmodule) && $id_agentmodule > 0) {
2928 $module_tags = pandora_get_module_tags ($pa_config, $dbh, $id_agentmodule);
2948 $id_agentmodule = 0 unless defined ($id_agentmodule);
3765 my ($pa_config, $id_agentmodule, $dbh) = @_;
3766 if (!defined($id_agentmodule) || $pa_config->{"event_auto_validation"} == 0) {
4656 my ($pa_config, $dbh, $id_agentmodule) = @_;
4684 my ($pa_config, $dbh, $id_agentmodule) = @_;
4711 my ($pa_config, $dbh, $id_agentmodule) = @_;
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/modules/
H A Dmanage_network_components_form.php34 $id_agentmodule = get_parameter('create_module_from'); variable
35 $data_module = db_get_row_filter('tagente_modulo', array ('id_agente_modulo' => $id_agentmodule));
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/util/
H A Dpandora_manage.pl524 if ($id_agentmodule ne ''){
525 $filter .= " AND id_agentmodule = $id_agentmodule";
2769 my $id_agentmodule;
2772 $id_agentmodule = 0;
2775 $id_agentmodule = get_agent_module_id($dbh,$module_name,$id_agent);
2776 exist_check($id_agentmodule,'module',$module_name);
2784 $id_alert_agent_module = get_template_module_id($dbh,$id_agentmodule,$id_template);
2811 my $id_agentmodule = '';
2818 $id_agentmodule = get_agent_module_id($dbh, $module_name, $id_agent);
2819 exist_check($id_agentmodule,'module',$module_name);
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/
H A Dpandoradb.sql553 `id_agentmodule` int(10) NOT NULL default '0',
568 KEY `idx_agentmodule` (`id_agentmodule`),
H A Dpandoradb.oracle.sql631 id_agentmodule NUMBER(10, 0) DEFAULT 0, field
648 CREATE INDEX tevento_id_agentmodule_idx ON tevento(id_agentmodule);