Home
last modified time | relevance | path

Searched defs:id_agent_module (Results 1 – 15 of 15) sorted by relevance

/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_modules.php26 function modules_is_not_init($id_agent_module) {
38 function modules_is_disable_agent($id_agent_module) {
255 function modules_change_disabled($id_agent_module, $new_value = 1) {
301 function modules_delete_agent_module ($id_agent_module) {
778 function modules_get_table_data($id_agent_module) {
828 function modules_get_agent_group($id_agent_module) {
1454 function modules_get_interval ($id_agent_module) {
1484 function modules_give_agent_id_from_module_id ($id_agent_module) {
1657 function modules_get_agentmodule_data ($id_agent_module, $period,
2230 function modules_get_first_contact_date($id_agent_module) {
[all …]
H A Dfunctions_reporting.php5654 function reporting_get_agentmodule_data_average ($id_agent_module, $period=0, $date = 0) {
5784 function reporting_get_agentmodule_mttr ($id_agent_module, $period = 0, $date = 0) {
5921 function reporting_get_agentmodule_mtbf ($id_agent_module, $period = 0, $date = 0) {
6056 function reporting_get_agentmodule_tto ($id_agent_module, $period = 0, $date = 0) {
6158 function reporting_get_agentmodule_ttr ($id_agent_module, $period = 0, $date = 0) {
6504 function reporting_get_agentmodule_sla ($id_agent_module, $period = 0,
6749 function reporting_get_agentmodule_monitor ($id_agent_module, $period = 0, $min_value = 1, $max_val…
6888 function reporting_get_planned_downtimes_intervals ($id_agent_module, $start_date, $end_date, $chec…
7176 function reporting_get_agentmodule_data_max ($id_agent_module, $period=0, $date = 0) {
7281 function reporting_get_agentmodule_data_min ($id_agent_module, $period=0, $date = 0) {
[all …]
H A Dfunctions_alerts.php973 function alerts_create_alert_agent_module ($id_agent_module, $id_alert_template, $values = false) {
1071 function alerts_get_alerts_agent_module ($id_agent_module, $disabled = false, $filter = false, $fie…
1092 function alerts_get_alerts_module_name ($id_agent_module, $disabled = false) {
1497 function get_module_alert_fired ($id_agent_module, $id_alert, $period, $date = 0) {
H A Dfunctions_tags.php310 function tags_insert_module_tag ($id_agent_module, $tags) {
342 function tags_insert_policy_module_tag ($id_agent_module, $tags) {
375 function tags_update_module_tag ($id_agent_module, $tags,
H A Dfunctions_events.php689 $id_agent_module = 0, $id_aam = 0, $critical_instructions = '',
1361 function events_get_module ($id_agent_module, $period, $date = 0) {
H A Dfunctions_agents.php1399 function agents_give_agentmodule_flag ($id_agent_module) {
H A Dfunctions_html.php2065 $filter = array(), $return = false,$id_agent_module = 0) {
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/agentes/
H A Dconfigurar_agente.php65 $id_agent_module = (int)get_parameter('id_agent_module'); variable
827 $id_agent_module = (int) get_parameter ('id_agent_module'); variable
1041 $id_agent_module = (int) get_parameter ('id_agent_module'); variable
1150 $id_agent_module = false; variable
1243 $id_agent_module = false; variable
1246 $id_agent_module = modules_create_agent_module ( variable
1264 $id_agent_module = false; variable
1280 $id_agent_module = false; variable
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/alerts/
H A Dalert_list.php69 $id_agent_module = (int) get_parameter ('id_agent_module'); variable
124 $id_agent_module = $temp["id_agent_module"]; variable
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/events/
H A Devent_edit_filter.php56 $id_agent_module = $filter['id_agent_module']; variable
114 $id_agent_module = get_parameter('module_search_hidden', ''); variable
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/operation/events/
H A Devents.php242 $id_agent_module = get_parameter('module_search_hidden', 0); variable
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/ajax/
H A Dvisual_console_builder.ajax.php106 $id_agent_module = get_parameter('id_agent_module', 0); variable
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/
H A Dpandoradb.postgreSQL.sql425 …"id_agent_module" INTEGER NOT NULL REFERENCES tagente_modulo("id_agente_modulo") ON DELETE CASCADE… field
988 "id_agent_module" BIGINT NOT NULL default 0, field
1020 "id_agent_module" BIGINT default NULL, field
1063 "id_agent_module" INTEGER NOT NULL, field
1076 "id_agent_module" INTEGER NOT NULL, field
1237 "id_agent_module" INTEGER NOT NULL default 0, field
1600 "id_agent_module" int(10) default 0, field
H A Dpandoradb.oracle.sql509 id_agent_module NUMBER(10, 0) REFERENCES tagente_modulo(id_agente_modulo) ON DELETE CASCADE, field
1197 id_agent_module NUMBER(19, 0) DEFAULT 0, field
1238 id_agent_module NUMBER(19, 0) DEFAULT NULL, field
1287 id_agent_module NUMBER(10, 0), field
1308 id_agent_module NUMBER(10, 0), field
1501 id_agent_module NUMBER(10, 0) REFERENCES tagente_modulo(id_agente_modulo) ON DELETE CASCADE, field
1910 id_agent_module NUMBER(10, 0) DEFAULT 0, field
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/operation/agentes/
H A Dver_agente.php767 $id_agent_module = get_parameter('id_agente_modulo'); variable