From bd1e2126449c5d1d408c7dafb6612b6b46d2a2d6 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Mon, 27 Apr 2015 12:26:01 +0200 Subject: [PATCH] Fixed SQL files for Oracle. --- pandora_console/pandoradb.data.oracle.sql | 1319 +++++++------ pandora_console/pandoradb.oracle.sql | 2177 ++++++++++----------- 2 files changed, 1752 insertions(+), 1744 deletions(-) diff --git a/pandora_console/pandoradb.data.oracle.sql b/pandora_console/pandoradb.data.oracle.sql index cc136482f9..002b75c381 100644 --- a/pandora_console/pandoradb.data.oracle.sql +++ b/pandora_console/pandoradb.data.oracle.sql @@ -27,17 +27,17 @@ -- BEGIN LOCK TABLE talert_commands IN EXCLUSIVE MODE; -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (1,'eMail','Internal type','This alert send an email using internal Pandora FMS Server SMTP capabilities (defined in each server, using: _field1_ as destination email address, and _field2_ as subject for message. _field3_ as text of message.',1,'[\"Destination address\",\"Subject\",\"Text\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"_html_editor_\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (2,'Internal Audit','Internal type','This alert save alert in Pandora internal audit system. Fields are static and only _field1_ is used.',1,'[\"Description\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (3,'Pandora FMS Event','Internal type','This alert create an special event into Pandora FMS event manager.',1,'[\"Event text\",\"Event type\",\"Source\",\"Agent name or _agent_\",\"Event criticity\",\"ID extra\",\"Tags separated by commas\",\"Comments\",\"\",\"\"]','[\"\",\"alert_ceased,Alert ceased;alert_fired,Alert fired;alert_manual_validation,Alert manual validation;alert_recovered,Alert recovered;configuration_change,Configuration change ;error,Error;critical,Monitor Critical;normal,Monitor Normal;going_unknown,Monitor\",\"\",\"\",\"4,Critical;1,Informational;0,Maintenance;6,Major;5,Minor;2,Normal;3,Warning\",\"\",\"\",\"\",\"\",\"\"]'); -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (4,'Pandora FMS Alertlog','echo _timestamp_ pandora _agent_ _data_ _field1_ _field2_ >> /var/log/pandora/pandora_alert.log','This is a default alert to write alerts in a standard ASCII plaintext log file in /var/log/pandora/pandora_alert.log ',0,'[\"Log Info 1\",\"Log Info 2\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (5,'SNMP Trap','/usr/bin/snmptrap -v 1 -c _field1_ _field2_ _field3_ _field4_','Send a SNMPTRAP to 192.168.0.4. Please review config and adapt to your needs, this is only a sample, not functional itself.',0,'[\"Community\",\"Destination address\",\"OID\",\"Source address\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (6,'Syslog','logger -p daemon.alert Pandora Alert _agent_ _data_ _field1_ _field2_','Uses field1 and field2 to generate Syslog alert in facility daemon with "alert" level.',0,'[\"Log Info 1\",\"Log Info 2\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (1,'eMail','Internal type','This alert send an email using internal Pandora FMS Server SMTP capabilities (defined in each server, using: _field1_ as destination email address, and _field2_ as subject for message. _field3_ as text of message.',1,'[\Destination address\",\Subject\",\Text\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"_html_editor_\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (2,'Internal Audit','Internal type','This alert save alert in Pandora internal audit system. Fields are static and only _field1_ is used.',1,'[\Description\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (3,'Pandora FMS Event','Internal type','This alert create an special event into Pandora FMS event manager.',1,'[\Event text\",\Event type\",\Source\",\Agent name or _agent_\",\Event criticity\",\ID extra\",\Tags separated by commas\",\Comments\",\"\",\"\"]','[\"\",\"alert_ceased,Alert ceased;alert_fired,Alert fired;alert_manual_validation,Alert manual validation;alert_recovered,Alert recovered;configuration_change,Configuration change ;error,Error;critical,Monitor Critical;normal,Monitor Normal;going_unknown,Monitor\",\"\",\"\",\"4,Critical;1,Informational;0,Maintenance;6,Major;5,Minor;2,Normal;3,Warning\",\"\",\"\",\"\",\"\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (4,'Pandora FMS Alertlog','echo _timestamp_ pandora _agent_ _data_ _field1_ _field2_ >> /var/log/pandora/pandora_alert.log','This is a default alert to write alerts in a standard ASCII plaintext log file in /var/log/pandora/pandora_alert.log ',0,'[\Log Info 1\",\Log Info 2\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (5,'SNMP Trap','/usr/bin/snmptrap -v 1 -c _field1_ _field2_ _field3_ _field4_','Send a SNMPTRAP to 192.168.0.4. Please review config and adapt to your needs, this is only a sample, not functional itself.',0,'[\Community\",\Destination address\",\OID\",\Source address\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (6,'Syslog','logger -p daemon.alert Pandora Alert _agent_ _data_ _field1_ _field2_','Uses field1 and field2 to generate Syslog alert in facility daemon with "alert" level.',0,'[\Log Info 1\",\Log Info 2\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (7,'Sound Alert','/usr/bin/play /usr/share/sounds/alarm.wav','',0,NULL,NULL); -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (8,'Jabber Alert','echo _field3_ | sendxmpp -r _field1_ --chatroom _field2_','Send jabber alert to chat room in a predefined server (configure first .sendxmpprc file). Uses field3 as text message, field1 as useralias for source message, and field2 for chatroom name',0,'[\"User alias\",\"Chatroom name\",\"Message\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (9,'SMS','sendsms _field1_ _field2_','Send SMS using the Pandora FMS standard SMS device, using smstools. Uses field2 as text message, field1 as destination phone (include international prefix!)',0,'[\"Destination number\",\"Message\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (10,'Validate Event','Internal type','This alert validate the events matched with a module given the agent name (_field1_) and module name (_field2_)',1,'[\"Agent name\",\"Module name\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (11,'Integria IMS Ticket','Internal type','This alert create a ticket into your Integria IMS.',1,'[\"Integria IMS API path\",\"Integria IMS API pass\",\"Integria IMS user\",\"Ticket title\",\"Ticket group ID\",\"Ticket priority\",\"Ticket description\"]','[\"\",\"\",\"\",\"\",\"\",\"10,Maintenance;0,Informative;1,Low;2,Medium;3,Serious;4,Very Serious\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (8,'Jabber Alert','echo _field3_ | sendxmpp -r _field1_ --chatroom _field2_','Send jabber alert to chat room in a predefined server (configure first .sendxmpprc file). Uses field3 as text message, field1 as useralias for source message, and field2 for chatroom name',0,'[\User alias\",\Chatroom name\",\Message\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (9,'SMS','sendsms _field1_ _field2_','Send SMS using the Pandora FMS standard SMS device, using smstools. Uses field2 as text message, field1 as destination phone (include international prefix!)',0,'[\Destination number\",\Message\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (10,'Validate Event','Internal type','This alert validate the events matched with a module given the agent name (_field1_) and module name (_field2_)',1,'[\Agent name\",\Module name\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (11,'Integria IMS Ticket','Internal type','This alert create a ticket into your Integria IMS.',1,'[\Integria IMS API path\",\Integria IMS API pass\",\Integria IMS user\",\Ticket title\",\Ticket group ID\",\Ticket priority\",\Ticket description\"]','[\"\",\"\",\"\",\"\",\"\",\"10,Maintenance;0,Informative;1,Low;2,Medium;3,Serious;4,Very Serious\",\"\"]'); COMMIT; END;; @@ -128,7 +128,7 @@ COMMIT; END;; -- --- Dumping data for table "tconfig_os" +-- Dumping data for table tconfig_os -- BEGIN LOCK TABLE tconfig_os IN EXCLUSIVE MODE; @@ -156,14 +156,14 @@ END;; CREATE SEQUENCE tconfig_os_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tconfig_os_inc BEFORE INSERT ON tconfig_os REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tconfig_os_s.nextval INTO :NEW.ID_OS FROM dual; END;; +CREATE OR REPLACE TRIGGER tconfig_os_inc BEFORE INSERT ON tconfig_os REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tconfig_os_s.nextval INTO :NEW.id_os FROM dual; END;; -- PLSQL for update curr val of sequence BEGIN DECLARE key_max NUMBER := 0; key_currval NUMBER := 0; BEGIN - SELECT MAX(ID_OS) INTO key_max FROM tconfig_os; + SELECT MAX(id_os) INTO key_max FROM tconfig_os; EXECUTE IMMEDIATE 'ALTER SEQUENCE TCONFIG_OS_S INCREMENT BY ' || key_max; SELECT TCONFIG_OS_S.NEXTVAL INTO key_currval FROM dual; EXECUTE IMMEDIATE 'ALTER SEQUENCE TCONFIG_OS_S INCREMENT BY 1'; @@ -171,7 +171,7 @@ END; END;; -- --- Dumping data for table "tgrupo" +-- Dumping data for table tgrupo -- BEGIN LOCK TABLE tgrupo IN EXCLUSIVE MODE; @@ -187,7 +187,7 @@ COMMIT; END;; -- --- Dumping data for table "tlanguage" +-- Dumping data for table tlanguage -- BEGIN LOCK TABLE tlanguage IN EXCLUSIVE MODE; @@ -213,7 +213,7 @@ COMMIT; END;; -- --- Dumping data for table "tlink" +-- Dumping data for table tlink -- BEGIN LOCK TABLE tlink IN EXCLUSIVE MODE; @@ -226,7 +226,7 @@ COMMIT; END;; -- --- Dumping data for table "tmodule_group" +-- Dumping data for table tmodule_group -- BEGIN LOCK TABLE tmodule_group IN EXCLUSIVE MODE; @@ -243,7 +243,7 @@ COMMIT; END;; -- --- Dumping data for table "torigen" +-- Dumping data for table torigen -- BEGIN LOCK TABLE torigen IN EXCLUSIVE MODE; @@ -260,7 +260,7 @@ COMMIT; END;; -- --- Dumping data for table "ttipo_modulo" +-- Dumping data for table ttipo_modulo -- -- Identifiers 30 and 31 are reserved for Enterprise data types BEGIN @@ -293,17 +293,17 @@ END;; -- types, could be used or could be avoided and use directly primary key (id_tipo) -- --- Dumping data for table "tusuario" +-- Dumping data for table tusuario -- BEGIN LOCK TABLE tusuario IN EXCLUSIVE MODE; -INSERT INTO tusuario (id_user, fullname, firstname, lastname, middlename, password, comments, last_connect, registered, email, phone, is_admin, flash_chart, language, block_size, section, wizard_access) VALUES -('admin', 'Pandora', 'Pandora', 'Admin', ' ', '1da7ee7d45b96d0e1f45ee4ee23da560', 'Admin Pandora', 1232642121, 0, 'admin@example.com', '555-555-5555', 1, -1, 'default', 0, 'Default', 'advanced'); +INSERT INTO tusuario (id_user, fullname, firstname, lastname, middlename, password, comments, last_connect, registered, email, phone, is_admin, flash_chart, language, block_size, section) VALUES +('admin', 'Pandora', 'Pandora', 'Admin', ' ', '1da7ee7d45b96d0e1f45ee4ee23da560', 'Admin Pandora', 1232642121, 0, 'admin@example.com', '555-555-5555', 1, -1, 'default', 0, 'Default'); COMMIT; END;; -- --- Dumping data for table "tusuario_perfil" +-- Dumping data for table tusuario_perfil -- BEGIN LOCK TABLE tusuario_perfil IN EXCLUSIVE MODE; @@ -313,7 +313,7 @@ COMMIT; END;; -- --- Dumping data for table "tperfil" +-- Dumping data for table tperfil -- BEGIN LOCK TABLE tperfil IN EXCLUSIVE MODE; @@ -326,7 +326,7 @@ COMMIT; END;; -- --- Dumping data for table "tnews" +-- Dumping data for table tnews -- BEGIN LOCK TABLE tnews IN EXCLUSIVE MODE; @@ -336,7 +336,7 @@ COMMIT; END;; -- --- Dumping data for table "tmodule" +-- Dumping data for table tmodule -- BEGIN LOCK TABLE tmodule IN EXCLUSIVE MODE; @@ -349,624 +349,624 @@ COMMIT; END;; -- --- Dumping data for table "tnetwork_component" +-- Dumping data for table tnetwork_component -- BEGIN LOCK TABLE tnetwork_component IN EXCLUSIVE MODE; -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (1,'OS Total process','Total process in Operating System (UNIX MIB)',13,15,0,0,180,0,'','','public','HOST-RESOURCES-MIB::hrSystemProcesses.0 ',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (2,'OS CPU Load (1 min)','CPU Load in Operating System (UNIX MIB)',13,15,0,0,180,0,'','','public','UCD-SNMP-MIB::laLoad.1',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (3,'Sysname','Get name of system using SNMP standard MIB',1,17,0,0,900,0,'','','public','.1.3.6.1.2.1.1.1.0',1,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (4,'OS Users','Active users in Operating System (UNIX MIB)',13,15,0,0,180,0,'','','public','HOST-RESOURCES-MIB::hrSystemNumUsers.0',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (11,'Catalyst CPU Usage (5min)','Cisco Catayst Switches CPU Usage. Taken from ftp://ftp.cisco.com/pub/mibs/oid/OLD-CISCO-CPU-MIB.oid',2,15,0,0,180,0,'','','public','1.3.6.1.4.1.9.2.1.58',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (22,'HSRP Status','Get status of HSRP',2,18,0,0,180,0,'','','public','1.3.6.1.4.1.9.9.106.1.2.1.1.15.12.106',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (24,'NIC #1 status','Status of NIC#1',10,18,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.8.1',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (25,'NIC #2 status','Status of NIC #2',10,18,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.8.2',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (26,'NIC #3 status','Status of NIC #3',10,18,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.8.3',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (27,'NIC #1 outOctects','Output throughtput on Interface #1',10,16,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.16.1',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (28,'NIC #2 outOctects','Output troughtput on interface #2',10,16,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.16.2',1,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (29,'NIC #3 outOctects','Output troughtput on Interface #3',10,16,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.16.3',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (30,'NIC #1 inOctects','Input troughtput on Interface #1',10,16,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.10.1',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (31,'NIC #2 inOctects','Input throughtput for interface #2',10,16,0,0,180,0,'','NULL','public','.1.3.6.1.2.1.2.2.1.10.2',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (32,'NIC #3 inOctects','Input throught on interface #3',10,16,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.10.3',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (34,'Host Alive','Check if host is alive using ICMP ping check.',10,6,0,0,120,0,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (36,'Host Latency','Get host network latency in miliseconds, using ICMP.',10,7,0,0,180,0,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (37,'Check HTTP Server','Test APACHE2 HTTP service remotely (Protocol response, not only openport)',10,9,0,0,300,80,'GET / HTTP/1.0^M^M','HTTP/1.1 200 OK','','',3,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (38,'Check FTP Server','Check FTP protocol, not only check port.',10,9,0,0,300,21,'QUIT','220','','',3,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (39,'Check SSH Server','Checks port 22 is opened',10,9,0,0,300,22,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (40,'Check Telnet server','Check telnet port',10,9,0,0,300,23,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (41,'Check SMTP server','Check if SMTP port it's open',10,9,0,0,300,25,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (42,'Check POP3 server','Check POP3 port.',10,9,0,0,300,110,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (43,'NIC #7 outOctects','Get outcoming octects from NIC #7',10,16,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.16.7',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (44,'NIC #7 inOctects','Get incoming octects from NIC #7',10,16,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.10.7',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (45,'NIC #4 Status','Get status of NIC #4',10,18,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.8.4',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (46,'NIC #5 Status','Get status of NIC #5',10,18,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.8.5',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (47,'NIC #6 Status','Get status of NIC #6',10,18,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.8.6',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (48,'NIC #7 Status','Get status of NIC #7',10,18,0,0,180,0,'','','public','.1.3.6.1.2.1.2.2.1.8.7',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (49,'OS CPU Load (5 min)','CPU load on a 5 min average interval. UCD-SNMP Mib (Usually for all Linux and some UNIX)',13,15,0,0,180,0,'','','public','UCD-SNMP-MIB::laLoad.2',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (50,'System Description','Get system description (all mibs).',1,17,0,0,9000,0,'','','public','SNMPv2-MIB::sysDescr.0',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (51,'OS Raw Interrupts','Get system raw interrupts from SO',13,16,0,0,180,0,'','','public','UCD-SNMP-MIB::ssRawInterrupts.0',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (52,'OS IO Signals sent','IO Signals sent by Kernel',13,16,0,0,180,0,'','','public','UCD-SNMP-MIB::ssIOSent.0',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (53,'System Uptime','Sistem uptime in timeticks',1,15,0,0,180,0,'','','public','HOST-RESOURCES-MIB::hrSystemUptime.0',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (176,'Catalyst Free Mem','Taken from ftp://ftp.cisco.com/pub/mibs/oid/OLD-CISCO-MEMORY-MIB.oid',2,15,0,0,180,0,'','','public','1.3.6.1.4.1.9.2.1.8',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (200,'CPU load','CPU0 load average',16,1,100,0,300,1,'','','','SELECT LoadPercentage from Win32_Processor WHERE DeviceID = "CPU0"',1,6,0,'Administrator','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (201,'Free RAM','Available RAM memory in bytes',16,1,0,0,300,0,'','','','SELECT AvailableBytes from Win32_PerfRawData_PerfOS_Memory',1,6,0,'Administrator',NULL,NULL,10,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (202,'Windows version','Operating system version',16,3,0,0,300,1,'','','','SELECT Caption FROM Win32_OperatingSystem',1,6,0,'Administrator',NULL,NULL,10,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (203,'Free RAM','Available RAM memory in bytes',16,1,0,0,300,0,'','','','SELECT AvailableBytes from Win32_PerfRawData_PerfOS_Memory',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (204,'Hostname','The hostname of the machine.',16,3,0,0,300,0,'','','','ServerName FROM Win32_WindowsProductActivation',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (205,'Computer number of CPUs','Displays the number of CPUs present in the system',17,1,0,0,300,1,'','','','SELECT NumberOfProcessors FROM Win32_ComputerSystem',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (206,'Server Domain','Display the Domain the machine belongs to.',16,3,0,0,300,0,'','','','SELECT Domain FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (207,'Number of Processes','Displays the number of processes running in the system',16,1,0,0,300,3,'','','','SELECT NumberOfProcesses FROM Win32_OperatingSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (208,'Serial Number','Serial Number of the machine',16,3,0,0,300,3,'','','','SELECT SerialNumber FROM Win32_OperatingSystem',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (209,'CPU Model','Displays the CPU model',17,3,0,0,300,1,'','','','SELECT Name FROM Win32_Processor',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (210,'Service Pack','Service Pack Version Installed',16,1,0,0,300,3,'','','','SELECT ServicePackMajorVersion FROM Win32_OperatingSystem',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (211,'Free Physical Memory','Displays the amount of free physical memory in the system',16,1,0,0,300,0,'','','','SELECT FreePhysicalMemory FROM Win32_OperatingSystem',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (212,'Free Virtual Memory','Displays the amount of free virtual memory in the system',16,1,0,0,300,0,'','','','SELECT FreeVirtualMemory FROM Win32_OperatingSystem',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (213,'License Activation','This module lets you know whether you have to activate your Windows license or not.\r\n\r\n0 = No\r\n1= Yes',16,2,0,0,300,0,'','','','SELECT ActivationRequired FROM Win32_WindowsProductActivation',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (214,'Total Swap Space Size','Total Swap Space Size',16,1,0,0,300,3,'','','','SELECT TotalSwapSpaceSize from win32_operatingsystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (215,'Total Virtual Memory Size','Total Virtual Memory Size',16,1,0,0,300,3,'','','','select TotalVirtualMemorySize from win32_operatingsystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (216,'Total Visible Memory Size','Total Visible Memory Size',16,1,0,0,300,3,'','','','SELECT TotalVisibleMemorySize from win32_operatingsystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (217,'Free Space In Paging Files','Gets the free space in paging files',16,1,0,0,300,0,'','','','Select FreeSpaceInPagingFiles from Win32_operatingsystem',4,6,0,'none','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (218,'Free Space In Paging Files','Gets the free space in paging files',16,1,0,0,300,0,'','','','Select FreeSpaceInPagingFiles from Win32_operatingsystem',4,6,0,'none','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (219,'Number of Users','Displays the number of users',16,1,0,0,300,3,'','','','SELECT NumberOfUsers FROM Win32_operatingsystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (220,'Last BootUp Time','Displays the Last BootUp Time',16,3,0,0,300,0,'','','','SELECT LastBootUpTime FROM Win32_operatingsystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (221,'BIOS Name','Displays the BIOS Name',17,3,0,0,300,1,'','','','SELECT BiosCharacteristics FROM Win32_BIOS',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (222,'BIOS Version','Displays the BIOS version',17,3,0,0,300,5,'','','','SELECT BIOSVersion FROM Win32_BIOS',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (223,'BIOS Manufacturer','Displays the BIOS Manufacturer',17,3,0,0,300,0,'','','','SELECT Manufacturer FROM Win32_BIOS',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (224,'BIOS Status','Displays the BIOS Status',17,3,0,0,300,3,'','','','SELECT Status FROM Win32_BIOS',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (225,'BIOS Serial Number','Displays the BIOS Serial Number',17,3,0,0,300,1,'','','','SELECT SerialNumber FROM Win32_BIOS',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (226,'Windows Temp Directory','Path of the Windows Temp Directory',16,3,0,0,300,1,'','','','SELECT TempDirectory FROM Win32_BootConfiguration',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (227,'Windows Admin Password Status','Status of the Windows Admin password: 1 is set.',16,2,0,0,300,0,'','','','SELECT AdminPasswordStatus FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (228,'Computer System Description','Displays the computer System description',17,3,0,0,300,0,'','','','SELECT Description FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (230,'Computer Automatic Reset Boot Option','Displays the computer Automatic reset boot option',17,3,0,0,300,0,'','','','SELECT AutomaticResetBootOption FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (231,'Computer Automatic Reset Capability','Displays the computer automatic reset capability',17,3,0,0,300,0,'','','','SELECT AutomaticResetCapability FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (232,'Computer Boot Option On Limit','Displays the computer Boot Option on Limit',17,1,0,0,300,0,'','','','SELECT BootOptionOnLimit FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (233,'Computer Boot Option On Watch Dog','Displays the Computer Boot Option On Watch Dog',17,1,0,0,300,0,'','','','SELECT BootOptionOnWatchDog FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (234,'Computer Boot ROM Supported','Displays if the computer Boot ROM is supported',17,3,0,0,300,0,'','','','SELECT BootROMSupported FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (235,'Computer Bootup State','Displays the computer Bootup State',17,3,0,0,300,0,'','','','SELECT BootupState FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (236,'Computer Chassis Bootup State','Displays the computer Chassis Bootup State',16,1,0,0,300,0,'','','','SELECT ChassisBootupState FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (237,'Computer Daylight In Effect','Displays whether the computer Daylight In Effect is enabler or not',16,3,0,0,300,0,'','','','SELECT DaylightInEffect FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (238,'Computer DNS Host Name','Displays the DNS Host Name',16,3,0,0,300,0,'','','','SELECT DNSHostName FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (239,'Computer Domain','Displays the computer Domain',16,3,0,0,300,0,'','','','SELECT Domain FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (240,'Computer Domain Role','Displays the computer Domain Role',16,1,0,0,300,0,'','','','SELECT DomainRole FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (241,'Computer Enable Daylight Savings Time','Displays whether the computer Daylight Savings Time is enabled',16,3,0,0,300,0,'','','','SELECT EnableDaylightSavingsTime FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (242,'Computer Front Panel Reset Status','Displays the computer Front Panel Reset Status',16,1,0,0,300,0,'','','','SELECT FrontPanelResetStatus FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (243,'Computer Infrared Support','Displays the computer Infrared Support',16,3,0,0,300,0,'','','','SELECT InfraredSupported FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (244,'Computer Initial Load Info','Displays the computer Initial Load Info',16,3,0,0,300,0,'','','','SELECT InitialLoadInfo FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (245,'Computer Install Date','Displays the computer install date',16,3,0,0,300,0,'','','','SELECT InstallDate FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (246,'Computer Keyboard Password Status','Displays the computer keyboard password status',16,1,0,0,300,0,'','','','SELECT KeyboardPasswordStatus FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (247,'Computer Last Load Info','Displays the computer last load info',16,3,0,0,300,0,'','','','SELECT LastLoadInfo FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (248,'Computer Manufacturer','Displays the computer manufacturer',16,3,0,0,300,0,'','','','SELECT Manufacturer FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (249,'Computer Model','Displays the computer model',17,3,0,0,300,0,'','','','SELECT Model FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (250,'Computer Name','Displays the computer name',16,3,0,0,300,0,'','','','SELECT Name FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (251,'Computer Network Server Mode Enabled','Displays the computer Network Server Mode Enabled',16,3,0,0,300,1,'','','','SELECT NetworkServerModeEnabled FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (252,'Computer Part of Domain','Displays the computer Part of Domain',16,3,0,0,300,1,'','','','SELECT PartOfDomain FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (253,'Computer Pause After Reset','Displays the computer Pause After Reset',17,1,0,0,300,1,'','','','SELECT PauseAfterReset FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (254,'Computer Power Management Capabilities','Displays the computer Power Management Capabilities',17,3,0,0,300,1,'','','','SELECT PowerManagementCapabilities FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (255,'Computer Power Management Support','Displays the computer Power Management Support',17,3,0,0,300,1,'','','','SELECT PowerManagementSupported FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (256,'Computer Power on Password Status','Displays the computer Power on Password Status',17,2,0,0,300,1,'','','','SELECT PowerOnPasswordStatus FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (257,'Computer Power State','Displays the computer Power State',17,2,0,0,300,1,'','','','SELECT PowerState FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (258,'Computer Power Supply State','Displays the computer Power Supply State',17,1,0,0,300,1,'','','','SELECT PowerSupplyState FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (259,'Computer Reset Capability','Displays the computer Reset Capability',16,1,0,0,300,1,'','','','SELECT ResetCapability FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (260,'Computer Reset Count','Displays the computer Reset Count',16,1,0,0,300,1,'','','','SELECT ResetCount FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (261,'Computer Reset Limit','Displays the computer Reset Limit',16,1,0,0,300,1,'','','','SELECT ResetLimit FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (262,'Computer Roles','Displays the computer Roles',16,3,0,0,300,1,'','','','SELECT Roles FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (263,'Computer Status','Displays the computer Status',16,3,0,0,300,1,'','','','SELECT Status FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (264,'Computer System Startup Delay','Displays the computer System Startup Delay',16,1,0,0,300,1,'','','','SELECT SystemStartupDelay FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (265,'Computer System Startup Options','Displays the computer System Startup Options',16,3,0,0,300,1,'','','','SELECT SystemStartupOptions FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (266,'Exchange VMLargestBlockSize key','The VMLargestBlockSize key represents the size (in bytes) of the largest available block of virtual memory',20,1,0,0,300,0,'','','','SELECT VMLargestBlockSize FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (267,'Exchange VMTotalLargeFreeBlockBytes','The VMTotalFreeBlocks key represents the size (in bytes) of the total largest free available block of virtual memory',20,1,0,0,300,0,'','','','SELECT VMTotalLargeFreeBlockBytes FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (268,'Exchange VMTotalFreeBlocks','The VMTotalFreeBlocks key represents the size (in bytes) of the Total Free Available blocks of virtual memory',20,1,0,0,300,0,'','','','SELECT VMTotalFreeBlocks FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (269,'Exchange TotalMessagesScannedforUCE','The total number of messages scanned by Intelligent Message Filter. If this number is 0 or very low, Intelligent Message Filter might not&#x',20,1,0,0,300,1,'','','','SELECT TotalMessagesScannedforUCE FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (270,'Exchange TotalUCEMessagesActedUpon','The total number of messages that Intelligent Message Filter has identified as UCE and acted on based on the action specified by an adm',20,1,0,0,300,1,'','','','SELECT TotalUCEMessagesActedUpon FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (271,'Exchange TotalMessagesAssignedanSCLRatingof1','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof1 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (272,'Exchange TotalMessagesAssignedanSCLRatingof3','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof3 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (273,'Exchange TotalMessagesAssignedanSCLRatingof5','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof5 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (274,'Exchange TotalMessagesAssignedanSCLRatingof6','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof6 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (275,'Exchange TotalMessagesAssignedanSCLRatingof7','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof7 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (276,'Exchange TotalMessagesAssignedanSCLRatingof8','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof8 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (277,'Exchange TotalMessagesAssignedanSCLRatingof9','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof9 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (278,'Exchange ClientBackgroundRPCsFailed','Shows the client-reported rate of failed RPCs (since the store was started) due to the Server Too Busy ROC error.',20,1,0,0,300,0,'','','','SELECT ClientBackgroundRPCsFailed FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (279,'Exchange ClientBackgroundRPCssucceeded','The count of succeeded RPC calls.',20,1,0,0,300,0,'','','','SELECT ClientBackgroundRPCssucceeded FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (280,'Exchange ClientForegroundRPCssucceeded','The number of RPCs that Outlook successfully sent to the server.',20,1,0,0,300,0,'','','','SELECT ClientForegroundRPCssucceeded FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (281,'Exchange ClientRPCsattempted','The number of remote procedure calls (RPCs) that Outlook tried to send to the server.',20,1,0,0,300,0,'','','','SELECT ClientRPCsattempted FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (282,'Exchange ClientRPCsFailed','The number of RPCs that were tried and that failed',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailed FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (283,'Exchange ClientRPCsFailedAccessDenied','Failed RPC connections with a Access Denied error.',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedAccessDenied FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (284,'Exchange ClientRPCsFailedAllothererrors','The rate of failed RPC requests (since the Exchange store was started) due to all other RPC errors.',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedAllothererrors FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (285,'Exchange ClientRPCsFailedCallCancelled','RPC connections that got cancelled.',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedCallCancelled FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (286,'Exchange ClientRPCsFailedCallFailed','RPC Failed connections with exit code: Failed Call',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedCallFailed FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (287,'Exchange ClientRPCsFailedServerTooBusy','The number of failed RPC requests (since the Exchange store was started) due to the "Server Too Busy" RPC error.',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedServerTooBusy FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (288,'Exchange ClientRPCsFailedServerUnavailable','The rate of failed RPC requests (since the Exchange store was started) due to the "Server Unavailable" RPC error. ',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedServerUnavailable FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (289,'Exchange ClientRPCssucceeded','The rate of successful RPC requests.',20,1,0,0,300,0,'','','','SELECT ClientRPCssucceeded FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (290,'Exchange RPCRequests','Rate of RPC requests.',20,1,0,0,300,0,'','','','SELECT RPCRequests FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (291,'Exchange RPCAveragedLatency','Average reported latency',20,1,0,0,300,0,'','','','SELECT RPCAveragedLatency FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (292,'Exchange RPCOperationsPersec','RPC operations per Second',20,1,0,0,300,0,'','','','SELECT RPCOperationsPersec FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (293,'Exchange RPCRequestsPeak','Peak of RPC requests',20,1,0,0,300,0,'','','','SELECT RPCRequestsPeak FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (294,'Exchange UserCount','The number of users connected to the information store',20,1,0,0,300,0,'','','','SELECT UserCount FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (295,'Exchange ActiveConnectionCount','Number of connections that have shown some activity in the last 10 minutes.',20,1,0,0,300,0,'','','','SELECT ActiveConnectionCount FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (296,'Exchange ActiveUserCount','This counter gives the number of unique users that have logged on to the server and been active in the last 10 minutes',20,1,0,0,300,0,'','','','SELECT ActiveUserCount FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (297,'Exchange MaximumConnections','Maximum Connections',20,1,0,0,300,0,'','','','SELECT MaximumConnections FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (298,'Exchange MaximumUsers','Maximum number of Users.',20,1,0,0,300,0,'','','','SELECT MaximumUsers FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (299,'AD AppMgmt','Status of the AppMgmt service.',18,3,0,0,300,1,'','','','SELECT name,status,state from Win32_Service WHERE name='AppMgmt'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (300,'AD Dnscache','Status of the Dnscache service used by the AD.',18,3,0,0,300,1,'','','','SELECT name,status,state from Win32_Service WHERE name='Dnscache'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (301,'IIS CurrentFileCacheMemoryUsage','The number of bytes currently used for the user-mode file cache. ',19,1,0,0,300,0,'','','','select CurrentFileCacheMemoryUsage from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (302,'IIS ActiveFlushedEntries','The number of user-mode cache entries that have been flushed, though memory is still allocated for these entries. The allocated memory will ',19,1,0,0,300,0,'','','','select ActiveFlushedEntries from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (303,'IIS CurrentFilesCached','The number of files whose content is currently in the user-mode cache. ',19,1,0,0,300,0,'','','','select CurrentFilesCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (304,'IIS CurrentMetadataCached','The current number of metadata information blocks in the user-mode cache. ',19,1,0,0,300,0,'','','','select CurrentMetadataCached from Win32_PerfRawData_W3SVC_WebServiceCache',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (305,'IIS CurrentURIsCached','The number of URI information blocks that are currently stored in the user-mode cache. ',19,1,0,0,300,0,'','','','select CurrentURIsCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (306,'IIS DescriptionFileCacheFlushes','Description of the number of files that have been removed from the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select DescriptionFileCacheFlushes from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (307,'IIS FileCacheHits','The number of successful lookups in the user-mode file cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select FileCacheHits from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (308,'IIS FileCacheHitsPercent','The ratio of user-mode file cache hits to total cache requests that have been made since the WWW service started up',19,1,0,0,300,0,'','','','select FileCacheHitsPercent from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (309,'IIS FileCacheHitsPercent_Base','Base value for FileCacheHitsPercent used to calculate percentage.',19,1,0,0,300,0,'','','','select FileCacheHitsPercent_Base from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (310,'IIS FileCacheMisses','The number of unsuccessful lookups in the user-mode file cache that have been made since the WWW service started. ',19,1,0,0,300,0,'','','','select FileCacheMisses from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (311,'IIS Frequency_Object','Frequency, in ticks per second, of Timestamp_Object. This property is defined by the provider',19,1,0,0,300,0,'','','','select Frequency_Object from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (312,'IIS Frequency_PerfTime','Frequency, in ticks per second, of Timestamp_Perftime',19,1,0,0,300,0,'','','','select Frequency_PerfTime from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (313,'IIS KernelCurrentURIsCached','The number of URI information blocks currently cached by the kernel. ',19,1,0,0,300,0,'','','','select KernelCurrentURIsCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (314,'IIS KernelTotalFlushedURIs','The number of URI information blocks that have been removed from the kernel cache since the WWW service started. ',19,1,0,0,300,0,'','','','select KernelTotalFlushedURIs from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (315,'IIS KernelTotalURIsCached','The number of URI information blocks that have been added to the kernel URI cache since the WWW service started. ',19,1,0,0,300,0,'','','','select KernelTotalURIsCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (316,'IIS KernelURICacheFlushes','The number of kernel URI cache flushes that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select KernelURICacheFlushes from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (317,'IIS KernelURICacheHits','The number of successful lookups in the kernel URI cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select KernelURICacheHits from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (318,'IIS KernelURICacheHitsPercent','The ratio of Kernel: URI Cache Hits to total cache requests since the WWW service started',19,1,0,0,300,0,'','','','select KernelURICacheHitsPercent from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (319,'IIS KernelUriCacheHitsPersec','The average number of kernel URI cache hits that are being made per second. ',19,1,0,0,300,0,'','','','select KernelUriCacheHitsPersec from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (320,'Free disk','_VOLUME_ID is your volume ID, for example "c:"',16,1,0,0,600,1,'','','','SELECT FreeSpace FROM Win32_LogicalDisk WHERE DeviceID = _VOLUME_ID_',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (321,'Process Status','Return status of Process Status given it's name (case sensitive!) including extension. Use process manager to get process name. Returns 1 if',16,2,0,0,300,1,'','','Running','ELECT State FROM Win32_Service WHERE Name = "_Name of process_"',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (322,'IIS KernelURICacheMisses','The number of unsuccessful lookups in the kernel URI cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select KernelURICacheMisses from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (323,'IIS MaximumFileCacheMemoryUsage','The maximum number of bytes that have been used for the user-mode file cache since the WWW service started. ',19,1,0,0,300,0,'','','','select MaximumFileCacheMemoryUsage from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (324,'IIS MetadataCacheFlushes','The number of user-mode metadata cache flushes that have occurred since the WWW service started.',19,1,0,0,300,0,'','','','select MetadataCacheFlushes from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (325,'IIS MetadataCacheHits','The number of successful lookups in the user-mode metadata cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select MetadataCacheHits from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (326,'IIS MetadataCacheHitsPercent','The ratio of successful lookups to total metadata cache requests. ',19,1,0,0,300,0,'','','','select MetadataCacheHitsPercent from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (327,'IIS MetadataCacheMisses','The number of unsuccessful lookups in the user-mode metadata cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select MetadataCacheMisses from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (328,'IIS TotalFilesCached','The number of files whose content has been added to the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalFilesCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (329,'IIS TotalFlushedFiles','The number of file handles that have been removed from the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalFlushedFiles from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (330,'IIS TotalFlushedMetadata','The number of metadata information blocks that have been removed from the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalFlushedMetadata from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (331,'IIS TotalFlushedURIs','The number of URI information blocks that have been removed from the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalFlushedURIs from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (332,'IIS TotalMetadataCached','The number of metadata information blocks that have been added to the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalMetadataCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (333,'IIS TotalURIsCached','The number of URI information blocks that have been added to the kernel URI cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalURIsCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (334,'IIS URICacheFlushes','The number of kernel URI cache flushes that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select URICacheFlushes from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (335,'IIS URICacheHits','The number of successful lookups in the kernel URI cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select URICacheHits from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (336,'IIS URICacheHitsPercent','The ratio of Kernel: URI Cache Hits to total cache requests since the WWW service started. ',19,1,0,0,300,0,'','','','select URICacheHitsPercent from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (337,'IIS URICacheMisses','The number of unsuccessful lookups in the kernel URI cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select URICacheMisses from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (338,'IIS AnonymousUsersPersec','Rate at which users are making anonymous connections using the Web service. (the value given is the total users)',19,1,0,0,300,0,'','','','select AnonymousUsersPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (339,'IIS BytesReceivedPersec','Total bytes received by the Web service.',19,1,0,0,300,0,'','','','select BytesReceivedPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (340,'IIS BytesSentPersec','Total bytes sent by the Web service.',19,1,0,0,300,0,'','','','select BytesSentPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (341,'IIS BytesTotalPersec','This is the total rate of bytes transferred by the Web service',19,1,0,0,300,0,'','','','select BytesTotalPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (342,'IIS CGIRequestsPersec','Rate of CGI requests that are simultaneously being processed by the Web service.',19,1,0,0,300,0,'','','','select CGIRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (343,'IIS ConnectionAttemptsPersec','Rate at which connections using the Web service are being attempted.',19,1,0,0,300,0,'','','','select ConnectionAttemptsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (344,'IIS CopyRequestsPersec','Rate at which HTTP requests using the COPY method are made. COPY requests are used for copying files and directories.',19,1,0,0,300,0,'','','','select CopyRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (345,'IIS CurrentAnonymousUsers','Number of users who currently have an anonymous connection using the Web service.\r\n',19,1,0,0,300,0,'','','','select CurrentAnonymousUsers from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (346,'IIS CurrentBlockedAsyncIORequests','Current requests temporarily blocked due to bandwidth throttling settings.',19,1,0,0,300,0,'','','','select CurrentBlockedAsyncIORequests from Win32_PerfRawData_W3SVC_WebService',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (347,'IIS CurrentCGIRequests','Current number of CGI requests that are simultaneously being processed by the Web service.',19,1,0,0,300,0,'','','Currentblockedbandwidthbytes','select CurrentCGIRequests from Win32_PerfRawData_W3SVC_WebService',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (348,'IIS CurrentConnections','Current number of connections established with the Web service.',19,1,0,0,300,0,'','','','select CurrentConnections from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (349,'IIS CurrentISAPIExtensionRequests','select CurrentISAPIExtensionRequests from Win32_PerfRawData_W3SVC_WebService',19,1,0,0,300,0,'','','','select CurrentISAPIExtensionRequests from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (350,'IIS CurrentNonAnonymousUsers','Number of users who currently have a non-anonymous connection using the Web service.',19,1,0,0,300,0,'','','','select CurrentNonAnonymousUsers from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (351,'IIS DeleteRequestsPersec','Total HTTP requests using the DELETE method are made. DELETE requests are generally used for file removal.',19,1,0,0,300,0,'','','','select DeleteRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (352,'IIS FilesPersec','Total files transferred; that is, sent and received by the Web service.',19,1,0,0,300,0,'','','','select FilesPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (353,'IIS FilesReceivedPersec','Total received files by the Web service.',19,1,0,0,300,0,'','','','select FilesReceivedPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (354,'IIS FilesSentPersec','Rate at which files are sent by the Web service.\r\n',19,1,0,0,300,0,'','','','select FilesSentPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (355,'IIS GetRequestsPersec ','Rate at which HTTP requests using the GET method are made. GET requests are generally used for basic file retrievals or image maps, tho',19,1,0,0,300,0,'','','','select GetRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (356,'IIS HeadRequestsPersec','Rate at which HTTP requests using the HEAD method are made. HEAD requests generally indicate that clients are querying the state of document',19,1,0,0,300,0,'','','','select HeadRequestsPersec from Win32_PerfRawData_W3SVC_WebService',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (357,'IIS ISAPIExtensionRequestsPersec','Rate of ISAPI extension requests that are simultaneously being processed by the Web service.',19,1,0,0,300,0,'','','','select ISAPIExtensionRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (358,'IIS LockedErrorsPersec','Rate of errors due to requests that cannot be satisfied by the server because the requested document was locked. These are generally reporte',19,1,0,0,300,0,'','','','select LockedErrorsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (359,'IIS LockRequestsPersec','Rate at which HTTP requests using the LOCK method are made. LOCK requests are used to lock a file for one user so that only t',19,1,0,0,300,0,'','','','select LockRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (360,'IIS LogonAttemptsPersec','Rate at which logons using the Web service are being attempted.',19,1,0,0,300,0,'','','','select LogonAttemptsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (361,'IIS MaximumAnonymousUsers','Maximum number of users who established concurrent anonymous connections using the Web service (counted after service start up).',19,1,0,0,300,0,'','','','select MaximumAnonymousUsers from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (362,'IIS MaximumCGIRequests','Maximum number of CGI requests simultaneously processed by the Web service.',19,1,0,0,300,0,'','','','select MaximumCGIRequests from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (363,'IIS MaximumConnections','Maximum number of simultaneous connections established with the Web service.',19,1,0,0,300,0,'','','','select MaximumConnections from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (364,'IIS MaximumISAPIExtensionRequests','Maximum number of ISAPI extension requests simultaneously processed by the Web service.\r\n',19,1,0,0,300,0,'','','','select MaximumISAPIExtensionRequests from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (365,'IIS MaximumNonAnonymousUsers','Maximum number of users who established concurrent non-anonymous connections using the Web service (counted after service start up).',19,1,0,0,300,0,'','','','select MaximumNonAnonymousUsers from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (366,'IIS MeasuredAsyncIOBandwidthUsage','Measured bandwidth of asynchronous I/O averaged over a minute.',19,1,0,0,300,0,'','','','select MeasuredAsyncIOBandwidthUsage from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (367,'IIS MkcolRequestsPersec','Rate at which HTTP requests using the MKCOL method are made. MKCOL requests are used to create directories on the server.',19,1,0,0,300,0,'','','','select MkcolRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (368,'IIS MoveRequestsPersec','Rate HTTP requests using the MOVE method are made. MOVE requests are used for moving files and directories.',19,1,0,0,300,0,'','','','select MoveRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (369,'IIS NonAnonymousUsersPersec','Rate at which users are making non-anonymous connections using the Web service.',19,1,0,0,300,0,'','','','select NonAnonymousUsersPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (370,'IIS NotFoundErrorsPersec','Rate of errors due to requests that could not be satisfied by the server because the requested document could not be found. These error',19,1,0,0,300,0,'','','','select NotFoundErrorsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (371,'IIS OptionsRequestsPersec','Rate at which HTTP requests using the OPTIONS method are made.',19,1,0,0,300,0,'','','','select OptionsRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (372,'IIS OtherRequestMethosPersec','Rate at which HTTP requests are made that do not use the OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PRO',19,1,0,0,300,0,'','','','select OtherRequestMethosPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (373,'IIS PostRequestsPersec','Rate at which HTTP requests using the POST method are made. POST requests are generally used for forms or gateway requests.',19,1,0,0,300,0,'','','','select PostRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (374,'IIS PropfindRequestsPersec','Rate at which HTTP requests using the PROPFIND method are made. PROPFIND requests retrieve property values on files and directories.',19,1,0,0,300,0,'','','','select PropfindRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (375,'IIS ProppatchRequestsPersec','Rate at which HTTP requests using the PROPPATCH method are made. PROPPATCH requests set property values on files and directories.',19,1,0,0,300,0,'','','','select ProppatchRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (376,'IIS PutRequestsPersec','Rate at which HTTP requests using the PUT method are made.',19,1,0,0,300,0,'','','','select PutRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (377,'IIS SearchRequestsPersec','Rate at which HTTP requests using the MS-SEARCH method are made. MS-SEARCH requests query the server to find resources that match a set ',19,1,0,0,300,0,'','','','select SearchRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (378,'IIS ServiceUptime','Time that the Web service is available to users. ',19,1,0,0,300,0,'','','','select ServiceUptime from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (379,'IIS TotalAllowedAsyncIORequests','Total requests that are allowed by bandwidth throttling settings (counted after service start up).',19,1,0,0,300,0,'','','','select TotalAllowedAsyncIORequests from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (380,'IIS TotalAnonymousUsers','Total number of users who established an anonymous connection with the Web service (counted after service start up).',19,1,0,0,300,0,'','','','select TotalAnonymousUsers from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (382,'IIS TotalBlockedAsyncIORequests','Total requests that are temporarily blocked due to bandwidth throttling settings (counted after service startup).',19,1,0,0,300,0,'','','','select TotalBlockedAsyncIORequests from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (384,'IIS UnlockRequestsPersec','Rate at which HTTP requests using the UNLOCK method are made. UNLOCK requests are used to remove locks from files.',19,1,0,0,300,0,'','','','select UnlockRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (385,'Exchange AvgRecipientsPermsgReceived','Average number of recipients per inbound message received.',20,1,0,0,300,0,'','','','select AvgRecipientsPermsgReceived from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (386,'Exchange AvgRecipientsPermsgSent','Average number of recipients per outbound messages sent.',20,1,0,0,300,0,'','','','select AvgRecipientsPermsgSent from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (387,'Exchange AvgRetriesPermsgDelivered','Average number of retries per local delivery.',20,1,0,0,300,0,'','','','select AvgRetriesPermsgDelivered from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (388,'Exchange AvgRetriesPermsgSent','Average number of retries per outbound message sent.',20,1,0,0,300,0,'','','','select AvgRetriesPermsgSent from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (389,'Exchange BadmailedMessagesBadPickupFile','Number of malformed pickup messages sent to the SMTP bad mail directory.',20,1,0,0,300,0,'','','','select BadmailedMessagesBadPickupFile from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (390,'Exchange BadmailedMessagesGeneralFailure','Number of messages sent to badmail for reasons not associated with a specific counter.',20,1,0,0,300,0,'','','','select BadmailedMessagesGeneralFailure from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (391,'Exchange BadmailedMessagesHopCountExceeded','Number of messages sent to badmail because they had exceeded the maximum hop count.',20,1,0,0,300,0,'','','','select BadmailedMessagesHopCountExceeded from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (392,'Exchange BadmailedMessagesNDRofDSN','Number of delivery status notifications sent to badmail because they could not be delivered.',20,1,0,0,300,0,'','','','select BadmailedMessagesNDRofDSN from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (393,'Exchange BadmailedMessagesNoRecipients','Number of messages sent to badmail because they had no recipients.',20,1,0,0,300,0,'','','','select BadmailedMessagesNoRecipients from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (394,'Exchange BadmailedMessagesTriggeredviaEvent','Number of messages sent to badmail at the request of a server event sink.',20,1,0,0,300,0,'','','','select BadmailedMessagesTriggeredviaEvent from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (395,'Exchange BytesReceivedPersec','Rate at which bytes are received in messages.',20,1,0,0,300,0,'','','','select BytesReceivedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (396,'Exchange BytesReceivedTotal','Total number of bytes received in messages.',20,1,0,0,300,0,'','','','select BytesReceivedTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (397,'Exchange BytesSentPersec','Rate at which bytes are sent in messages.',20,1,0,0,300,0,'','','','select BytesSentPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (398,'Exchange BytesSentTotal','Total number of bytes sent in messages.',20,1,0,0,300,0,'','','','select BytesSentTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (399,'Exchange BytesTotal','Rate at which bytes are sent and received.',20,1,0,0,300,0,'','','','select BytesTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (400,'Exchange BytesTotalPersec','Rate at which bytes are sent and received.',20,1,0,0,300,0,'','','','select BytesTotalPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (401,'Exchange CatAddresslookupcompletions','Number of address lookup completions processed.',20,1,0,0,300,0,'','','','select CatAddresslookupcompletions from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (402,'Exchange CatAddresslookupcompletionsPersec','Number of address lookup completions processed per second.',20,1,0,0,300,0,'','','','select CatAddresslookupcompletionsPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (403,'Exchange CatAddresslookups','Number of Directory Services (DS) lookups for individual addresses.',20,1,0,0,300,0,'','','','select CatAddresslookups from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (404,'Exchange CatAddressLookupsNotFound','Number of address lookups that did not find any DS object.',20,1,0,0,300,0,'','','','select CatAddresslookupsnotfound from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (405,'Exchange CatAddresslookupsPersec','Number of address lookups dispatched to the DS per second.',20,1,0,0,300,0,'','','','select CatAddresslookupsPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (406,'Exchange CatCategorizationscompleted','Total number of messages submitted to the categorizer that have finished categorization.',20,1,0,0,300,0,'','','','select CatCategorizationscompleted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (407,'Exchange CatCategorizationscompletedPersec','Rate of categorizations completed.',20,1,0,0,300,0,'','','','select CatCategorizationscompletedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (408,'Exchange CatCategorizationscompletedsuccessfully','Number of categorizations that completed without any errors.\r\n',20,1,0,0,300,0,'','','','select CatCategorizationscompletedsuccessfully from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (409,'Exchange CatCategorizationsfailedDSconnectionfailure','Number of categorizations that failed.',20,1,0,0,300,0,'','','','select CatCategorizationsfailedDSconnectionfailure from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (410,'Exchange CatCategorizationsfailedDSlogonfailure','Number of categorizations that failed due to a DS logon failure',20,1,0,0,300,0,'','','','select CatCategorizationsfailedDSlogonfailure from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (411,'Exchange CatCategorizationsfailednonretryableerror','Number of categorizations that failed with a hard error (cannot be retried).',20,1,0,0,300,0,'','','','select CatCategorizationsfailednonretryableerror from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (412,'Exchange CatCategorizationsfailedOutOfMemory','Number of categorizations that failed due to lack of available memory.',20,1,0,0,300,0,'','','','select CatCategorizationsfailedOutOfMemory from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (413,'Exchange CatCategorizationsfailedretryableerror ','Number of categorizations that failed with an error that could be retried.',20,1,0,0,300,0,'','','','SELECT CatCategorizationsfailedretryableerror from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (414,'Exchange CatCategorizationsfailedsinkretryableerror','Number of categorizations that failed with a generic error that could be retried.',20,1,0,0,300,0,'','','','select CatCategorizationsfailedsinkretryableerror from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (415,'Exchange CatCategorizationsinprogress','Number of categorizations in progress.',20,1,0,0,300,0,'','','','select CatCategorizationsinprogress from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (416,'Exchange CategorizerQueueLength','Number of messages in the categorizer queue.',20,1,0,0,300,0,'','','','select CategorizerQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (417,'LDAP CatLDAPbindfailures','Total number of LDAP bind failures.',21,1,0,0,300,0,'','','','select CatLDAPbindfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (418,'LDAP CatLDAPbinds','Total number of successful LDAP bind operations performed',21,1,0,0,300,0,'','','','select CatLDAPbinds from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (419,'LDAP CatLDAPconnectionfailures','Total number of failed LDAP connections.\r\n',21,1,0,0,300,0,'','','','select CatLDAPconnectionfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (420,'LDAP CatLDAPconnections','Total number of LDAP connections opened.',21,1,0,0,300,0,'','','','select CatLDAPconnections from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (421,'LDAP CatLDAPconnectionscurrentlyopen','Number of LDAP connections currently open.',21,1,0,0,300,0,'','','','select CatLDAPconnectionscurrentlyopen from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (422,'LDAP CatLDAPGeneralCompletionFailures','Number of LDAP completions with a generic failure.',21,1,0,0,300,0,'','','','select CatLDAPgeneralcompletionfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (423,'LDAP CatLDAPpagedsearchcompletionfailures','Number of LDAP completions with a generic failure.',21,1,0,0,300,0,'','','','select CatLDAPpagedsearchcompletionfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (424,'LDAP CatLDAPpagedsearches','LDAP paged searches successfully dispatched.',21,1,0,0,300,0,'','','','select CatLDAPpagedsearches from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (425,'LDAP CatLDAPpagedsearchescompleted ','LDAP paged searches successfully dispatched.',21,1,0,0,300,0,'','','','select CatLDAPpagedsearchescompleted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (426,'LDAP CatLDAPpagedsearchfailures','Number of failures to dispatch an asynchronous LDAP page search.',21,1,0,0,300,0,'','','','select CatLDAPpagedsearchfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (427,'LDAP CatLDAPsearchcompletionfailures','Number of LDAP searches that completed with a failure.',21,1,0,0,300,0,'','','','select CatLDAPsearchcompletionfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (428,'LDAP CatLDAPsearches','LDAP searches successfully dispatched.',21,1,0,0,300,0,'','','','select CatLDAPsearches from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (429,'LDAP CatLDAPsearchesabandoned','Number of LDAP searches abandoned.',21,1,0,0,300,0,'','','','select CatLDAPsearchesabandoned from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (430,'LDAP CatLDAPsearchescompleted','Number of LDAP search completions processed.\r\n',21,1,0,0,300,0,'','','','select CatLDAPsearchescompleted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (431,'LDAP CatLDAPsearchescompletedPersec','LDAP search completions processed per second.',21,1,0,0,300,0,'','','','select CatLDAPsearchescompletedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (432,'LDAP CatLDAP archespendingcompletion','Number of LDAP searches pending async completion.',21,1,0,0,300,0,'','','','select CatLDAPsearchespendingcompletion from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (433,'LDAP CatLDAPsearchesPersec','LDAP searches successfully dispatched per second.',21,1,0,0,300,0,'','','','select CatLDAPsearchesPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (434,'LDAP CatLDAPsearchfailures','Number of failures to dispatch an async LDAP search.',21,1,0,0,300,0,'','','','select CatLDAPsearchfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (435,'Exchange Catmailmsgduplicatecollisions','Number of times a duplicate recipient address was detected by mailmsg or categorizer.',20,1,0,0,300,0,'','','','select Catmailmsgduplicatecollisions from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (436,'Exchange CatMessagesaborted','Number of messages marked to be canceled by the categorizer.',20,1,0,0,300,0,'','','','select CatMessagesaborted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (437,'Exchange CatMessagesbifurcated','Number of new messages created by the categorizer (bifurcation).',20,1,0,0,300,0,'','','','select CatMessagesbifurcated from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (438,'Exchange CatMessagesCategorized','Number of messages categorizer has submitted to queuing.',20,1,0,0,300,0,'','','','select CatMessagesCategorized from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (439,'Exchange CatMessagessubmitted','Rate at which messages are being submitted to the categorizer.',20,1,0,0,300,0,'','','','select CatMessagessubmitted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (440,'Exchange CatMessagessubmittedPersec','Rate at which messages are being submitted to the categorizer.',20,1,0,0,300,0,'','','','select CatMessagessubmittedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (441,'Exchange CatRecipientsaftercategorization','Number of mailmsg recipients submitted from categorizer to queuing.',20,1,0,0,300,0,'','','','select CatRecipientsaftercategorization from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (442,'Exchange CatRecipientsbeforecategorization','Number of mailmsg recipients submitted to categorizer.',20,1,0,0,300,0,'','','','select CatRecipientsbeforecategorization from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (443,'Exchange CatRecipientsincategorization','Number of recipients that the categorizer is currently processing.',20,1,0,0,300,0,'','','','select CatRecipientsincategorization from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (444,'Exchange CatRecipientsNDRdambiguousaddress','Number of recipients with addresses that match multiple DS objects.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdambiguousaddress from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (445,'Exchange CatRecipientsNDRdbycategorizer','Number of recipients set to receive a non-delivery report from the categorizer.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdbycategorizer from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (446,'Exchange CatRecipientsNDRdforwardingloop','Number of recipients that received a non-delivery report from the categorizer due to a forwarding loop detection.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdforwardingloop from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (447,'Exchange CatRecipientsNDRdillegaladdress','Number of recipients with illegal addresses detected by the categorizer.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdillegaladdress from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (448,'Exchange CatRecipientsNDRdsinkreciperrors','Number of recipients that received a non-delivery report from the categorizer due to a generic recipient failure.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdsinkreciperrors from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (449,'Exchange CatRecipientsNDRdunresolved','Number of senders not found in the DS.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdunresolved from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (450,'Exchange CatSendersunresolved','Number of senders not found in the DS.',20,1,0,0,300,0,'','','','select CatSendersunresolved from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (451,'Exchange CatSenderswithambiguousaddresses','Number of senders with addresses that match multiple DS objects.',20,1,0,0,300,0,'','','','select CatSenderswithambiguousaddresses from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (452,'Exchange ConnectionErrorsPersec','Number of connection errors per second.',20,1,0,0,300,0,'','','','select ConnectionErrorsPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (453,'Exchange CurrentMessagesinLocalDelivery','Number of messages that are currently being processed by a server event sink for local delivery.',20,1,0,0,300,0,'','','','select CurrentMessagesinLocalDelivery from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (454,'Exchange DirectoryDropsPersec','Number of messages placed in a drop directory per second.',20,1,0,0,300,0,'','','','select DirectoryDropsPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (455,'Exchange DirectoryDropsTotal','Total number of messages placed in a drop directory.',20,1,0,0,300,0,'','','','select DirectoryDropsTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (456,'Exchange DNSQueriesPersec','Rate of DNS lookups.',20,1,0,0,300,0,'','','','select DNSQueriesPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (457,'Exchange DNSQueriesTotal','Total number of DNS lookups.',20,1,0,0,300,0,'','','','select DNSQueriesTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (458,'Exchange ETRNMessagesPersec','Number of Extended Simple Mail Transport Protocol (ETRN) messages per second.',20,1,0,0,300,0,'','','','select ETRNMessagesPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (459,'Exchange ETRNMessagesTotal','Total number of ETRN messages received by the server.',20,1,0,0,300,0,'','','','select ETRNMessagesTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (460,'Exchange InboundConnectionsCurrent','Total current inbound connections',20,1,0,0,300,0,'','','','select InboundConnectionsCurrent from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (461,'Exchange InboundConnectionsTotal','Total number of inbound connections received.',20,1,0,0,300,0,'','','','select InboundConnectionsTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (462,'Exchange LocalQueueLength','Number of messages in the local queue.',20,1,0,0,300,0,'','','','select LocalQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (463,'Exchange LocalRetryQueueLength','Number of messages in the local retry queue.',20,1,0,0,300,0,'','','','select LocalRetryQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (464,'Exchange MessageBytesReceivedPersec','Rate that bytes are received in messages.',20,1,0,0,300,0,'','','','select MessageBytesReceivedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (465,'Exchange MessageBytesReceivedTotal','Total number of bytes received in messages.',20,1,0,0,300,0,'','','','select MessageBytesReceivedTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (466,'Exchange MessageBytesSentPersec','Rate that bytes are sent in messages.',20,1,0,0,300,0,'','','','select MessageBytesSentPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (467,'Exchange MessageBytesSentTotal','Total number of bytes sent in messages.',20,1,0,0,300,0,'','','','select MessageBytesSentTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (468,'Exchange MessageBytesTotal','Total number of bytes sent and received in messages.',20,1,0,0,300,0,'','','','select MessageBytesTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (469,'Exchange MessageBytesTotalPersec','Rate at which bytes are sent and received in messages.',20,1,0,0,300,0,'','','','select MessageBytesTotalPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (470,'Exchange MessageDeliveryRetries','Total number of local deliveries that were retried.',20,1,0,0,300,0,'','','','select MessageDeliveryRetries from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (471,'Exchange MessagesCurrentlyUndeliverable','Number of messages that have been reported as currently undeliverable by routing.',20,1,0,0,300,0,'','','','select MessagesCurrentlyUndeliverable from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (472,'Exchange MessagesDeliveredPersec','Rate at which messages are delivered to local mailboxes.\r\n',20,1,0,0,300,0,'','','','select MessagesDeliveredPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (473,'Exchange MessagesDeliveredTotal','Total number of messages delivered to local mailboxes.',20,1,0,0,300,0,'','','','select MessagesDeliveredTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (474,'Exchange MessageSendRetries','Total number of outbound message send operations that were retried.',20,1,0,0,300,0,'','','','select MessageSendRetries from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (475,'Exchange MessagesPendingRouting','Number of messages that have been categorized but not routed.',20,1,0,0,300,0,'','','','select MessagesPendingRouting from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (476,'Exchange MessagesReceivedPersec','Rate that inbound messages are being received.\r\n',20,1,0,0,300,0,'','','','select MessagesReceivedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (477,'Exchange MessagesReceivedTotal','Total number of inbound messages accepted.',20,1,0,0,300,0,'','','','select MessagesReceivedTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (478,'Exchange MessagesRefusedforAddressObjects','Total number of messages refused due to lack of address objects.',20,1,0,0,300,0,'','','','select MessagesRefusedforAddressObjects from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (479,'Exchange MessagesRefusedforMailObjects','Total number of messages refused due to lack of mail objects.',20,1,0,0,300,0,'','','','select MessagesRefusedforMailObjects from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (480,'Exchange MessagesRefusedforSize','Total number of messages rejected because they were too big.',20,1,0,0,300,0,'','','','select MessagesRefusedforSize from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (481,'Exchange MessagesSentPersec','Rate at which outbound messages are being sent.',20,1,0,0,300,0,'','','','select MessagesSentPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (482,'Exchange MessagesSentTotal','Total number of outbound messages sent.',20,1,0,0,300,0,'','','','select MessagesSentTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (483,'Exchange NDRsGenerated','Number of non-delivery reports that have been generated.',20,1,0,0,300,0,'','','','select NDRsGenerated from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (484,'Exchange NumberofMailFilesOpen','Number of handles to open mail files.',20,1,0,0,300,0,'','','','select NumberofMailFilesOpen from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (485,'Exchange NumberofQueueFilesOpen','Number of handles to open queue files.',20,1,0,0,300,0,'','','','select NumberofQueueFilesOpen from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (486,'Exchange OutboundConnectionsCurrent','Number of connections currently outbound.',20,1,0,0,300,0,'','','','select OutboundConnectionsCurrent from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (487,'Exchange OutboundConnectionsRefused','Number of outbound connection attempts refused by remote sites.',20,1,0,0,300,0,'','','','select OutboundConnectionsRefused from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (488,'Exchange OutboundConnectionsTotal','Total number of outbound connections attempted.',20,1,0,0,300,0,'','','','select OutboundConnectionsTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (489,'Exchange PercentRecipientsLocal','Percentage of recipients that will be delivered locally.',20,1,0,0,300,0,'','','','select PercentRecipientsLocal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (490,'Exchange PercentRecipientsRemote','Percentage of recipients that will be delivered remotely.',20,1,0,0,300,0,'','','','select PercentRecipientsRemote from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (491,'Exchange PickupDirectoryMessagesRetrievedPersec','Rate at which messages are being retrieved from the mail pick-up directory.',20,1,0,0,300,0,'','','','select PickupDirectoryMessagesRetrievedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (492,'Exchange PickupDirectoryMessagesRetrievedTotal ','Total number of messages retrieved from the mail pick-up directory.',20,1,0,0,300,0,'','','','select PickupDirectoryMessagesRetrievedTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (493,'Exchange RemoteQueueLength','Number of messages in the remote queue.',20,1,0,0,300,0,'','','','select RemoteQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (494,'Exchange RemoteRetryQueueLength','Number of messages in the retry queue for remote delivery.',20,1,0,0,300,0,'','','','select RemoteRetryQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (495,'Exchange RoutingTableLookupsPersec','Number of routing table lookups per second.',20,1,0,0,300,0,'','','','select RoutingTableLookupsPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (496,'Exchange RoutingTableLookups','Total number of routing table lookups.',20,1,0,0,300,0,'','','','select RoutingTableLookupsTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (497,'Exchange TotalConnectionErrors','Total number of connection errors.',20,1,0,0,300,0,'','','','select TotalConnectionErrors from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (498,'Exchange TotalDSNFailures','Total number of failed DSN generation attempts.',20,1,0,0,300,0,'','','','select TotalDSNFailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (499,'Exchange Totalmessagessubmitted','Total messages submitted to queuing for delivery.',20,1,0,0,300,0,'','','','select Totalmessagessubmitted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (501,'MSDTC AbortedTransactions','Number of canceled transactions.',22,1,0,0,300,0,'','','','select AbortedTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (502,'MSDTC AbortedTransactionsPersec','Transactions canceled per second.',22,1,0,0,300,0,'','','','select AbortedTransactionsPersec from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (503,'MSDTC ActiveTransactions','Number of currently active transactions.',22,1,0,0,300,0,'','','','select ActiveTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (504,'MSDTC ActiveTransactionsMaximum','Maximum number of transactions ever concurrently active.',22,1,0,0,300,0,'','','','select ActiveTransactionsMaximum from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (505,'MSDTC CommittedTransactions','Number of committed transactions.\r\n',22,1,0,0,300,0,'','','','select CommittedTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (506,'MSDTC CommittedTransactionsPersec','Transactions committed per second.',22,1,0,0,300,0,'','','','select CommittedTransactionsPersec from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (507,'MSDTC ForceAbortedTransactions','Number of transactions canceled by the system administrator.',22,1,0,0,300,0,'','','','select ForceAbortedTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (508,'MSDTC ForceCommittedTransactions','Number of transactions committed by the system administrator.',22,1,0,0,300,0,'','','','select ForceCommittedTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (509,'MSDTC InDoubtTransactions','Number of transactions whose outcomes are in doubt.',22,1,0,0,300,0,'','','','select InDoubtTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (510,'MSDTC ResponseTimeAverage','Average time delta between transaction beginning and commitment.',22,1,0,0,300,0,'','','','select ResponseTimeAverage from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (511,'MSDTC ResponseTimeMaximum','Maximum time delta between transaction beginning and commitment.',22,1,0,0,300,0,'','','','select ResponseTimeMaximum from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (512,'MSDTC ResponseTimeMinimum','Minimum time delta between transaction beginning and commitment.',22,1,0,0,300,0,'','','','select ResponseTimeMinimum from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (513,'MSDTC TransactionsPersec','Transactions performed per second.',22,1,0,0,300,0,'','','','select TransactionsPersec from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (514,'c2900InfoPeakBuffersUsed','ftp://ftp.cisco.com/pub/mibs/oid/CISCO-C2900-MIB.oid',23,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.87.1.1.2.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (515,'c2900InfoTotalBufferDepth','ftp://ftp.cisco.com/pub/mibs/oid/CISCO-C2900-MIB.oid',23,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.87.1.1.3.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (516,'c2900BandwidthUsageCurrent ','ftp://ftp.cisco.com/pub/mibs/oid/CISCO-C2900-MIB.oid',23,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.87.1.5.1.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (517,'Latest Message ','Get the last message sent in Syslog',2,17,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.41.1.2.3.1.5.12',1,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (518,'Latest Message date','',2,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.41.1.2.3.1.6.12',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (519,'CPU avgBusy1min ','',2,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.2.1.57.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (520,'CPU avgBusy5min ','',2,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.2.1.58.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (521,'Software Image running ','',2,17,0,0,1800,0,'','','public','1.3.6.1.4.1.9.2.1.73.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (522,'nvRAMUsed','',2,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.3.6.8.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (523,'Printers BytesPrintedPersec','Number of bytes per second printed on a print queue.',24,1,0,0,300,1,'','','','select BytesPrintedPersec from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (524,'Printers JobErrors','Total number of job errors in a print queue after the last restart.',24,1,0,0,300,1,'','','','select JobErrors from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total' ',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (525,'Printers Jobs','Current number of jobs in a print queue.',24,1,0,0,300,1,'','','','select Jobs from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total' ',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (526,'Printers JobsSpooling','Current number of spooling jobs in a print queue.',24,1,0,0,300,1,'','','','select JobsSpooling from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (527,'Printers MaxJobsSpooling','Maximum number of spooling jobs in a print queue after the last restart.\r\n',24,1,0,0,300,1,'','','','select MaxJobsSpooling from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (528,'Printers NotReadyErrors','Total number of printer-not-ready errors in a print queue after the last restart.',24,1,0,0,300,1,'','','','select NotReadyErrors from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (529,'Printers OutofPaperErrors','Total number of out-of-paper errors in a print queue after the last restart.',24,1,0,0,300,1,'','','','select OutofPaperErrors from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (530,'Printers TotalJobsPrinted','Total number of jobs printed on a print queue after the last restart.',24,1,0,0,300,1,'','','','select TotalJobsPrinted from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (531,'Printers TotalPagesPrinted','Total number of pages printed through GDI on a print queue after the last restart.',24,1,0,0,300,1,'','','','select TotalPagesPrinted from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (532,'Printers Availability','Availability and status of the device\r\n\r\nValue Meaning\r\n\r\n10x1 Other\r\n\r\n20x2 Unknown\r\n\r\n30x3 Running or Full Power\r\n\r\n40x4 Warning\r\n\r\n50x5 In Test\r\n\r\n60x6 Not Applicable\r',24,3,0,0,300,0,'','','','select Availability from Win32_Printer',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (533,'Serv_IISAdmin','IIS Administration Server service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'IISAdmin'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (534,'Serv_MSSQL_server','Displays if MS SQL SERVER is running',27,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "MSSQLSERVER"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (535,'SQLServer_DataFilesSizeKB','Sql database size in kb ',27,1,0,0,0,0,'','','','select state from Win32_Service where name = "MSSQLSERVER"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (536,'SQLServer_SQLErrors ','Errors / sec in the database ',27,1,0,0,0,0,'','','','select Errors/sec from Win32_PerfRawData_MSSQLSERVER_SQLServerSQLErrors ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (537,'SQLServer_TotalServerMemoryKB','Specifies the amount of memory not used currently by the server. ',27,1,0,0,0,0,'','','','select TotalServerMemoryKB from Win32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (538,'SQLServer_ConnectionMemoryKB','Specifies the total amount of dynamic memory the server is using for maintaining connections.',27,1,0,0,0,0,'','','','select ConnectionMemoryKB from Win32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (539,'SQLServer_MaxWorkspaceMemoryKB','Indicates the maximum amount of memory available for executing processes such as hash operations, sort, bulk copy, and index creation.',27,1,0,0,0,0,'','','','select MaximumWorkspaceMemoryKB from Win32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (540,'SQLServer_UserConnections','Count the number of users currently connected to SQL Server.',27,1,0,0,0,0,'','','','select UserConnections from Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (541,'SQLServer_ Processesblocked','Number of processes currently blocked.',27,1,0,0,0,0,'','','','select Processesblocked from Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (542,'SQLServer_ActiveTempTables','Number of tables or table variables temporary used.',27,1,0,0,0,0,'','','','select ActiveTempTables from Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (543,'SQLServer_TempTablesForDestruction','Number of tables and variables temporary waiting tables to destroy the thread cleaning system.',27,1,0,0,0,0,'','','','select TempTablesForDestruction from Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (544,'SQLServer_BytesReceivedPersec','Number of bytes received per second. ',27,1,0,0,0,0,'','','','select BytesReceivedPersec from Win32_PerfFormattedData_MSSQLSERVER_SQLServerDatabaseMirroring',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (545,'SQLServer_BytesSentPersec','Number of bytes sent per second. ',27,1,0,0,0,0,'','','','select BytesSentPersec from Win32_PerfFormattedData_MSSQLSERVER_SQLServerDatabaseMirroring ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (546,'SQLServer_LogSendQueueKB','Total number of kilobytes of log that have not yet been sent to the mirror server. ',27,1,0,0,0,0,'','','','select LogSendQueueKB from Win32_PerfFormattedData_MSSQLSERVER_SQLServerDatabaseMirroring',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (547,'SQLServer_FreeSpaceintempdbKB','The amount of space (in kilobytes) available in tempdb.',27,1,0,0,0,0,'','','','select FreeSpaceintempdbKB from Win32_PerfRawData_MSSQLSERVER_SQLServerTransactions ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (548,'SQLServer_Transactions','Number of currently active transactions of all types.',27,1,0,0,0,0,'','','','select Transactions from Win32_PerfRawData_MSSQLSERVER_SQLServerTransactions ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (549,'Perf_OracleHandleCount','Returns handle count per second for Oracle process.',28,4,0,0,0,0,'','','','select HandleCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (550,'Serv_Oracle_1TNSListener','Show if oracle listener is running ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "Oracle_1TNSListener"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (551,'Serv_Oracle <SID> VSS Writer Service','Show if Serv_Oracle VSS Writer Service is running ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "Oracle ORACLETA VSS Writer Service"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (552,'Serv_OracleDBConsoleORACLE_SID','Show if OracleDBConsoleORACLE_SID is running ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "OracleDBConsoleORACLE_SID"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (553,'Serv_Oracle OraDb11g_home1 Clr Agent','Show if Oracle OraDb11g_home1 Clr Agent is up ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "Oracle OraDb11g_home1 Clr Agent"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (554,'Serv_OracleJobScheduler<SID>','Show if OracleJobScheduler service is up ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "OracleJobScheduler<SID>"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (555,'Serv_OracleMTSRecoveryService','Show if OracleMTSRecoveryService is running ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "OracleMTSRecoveryService"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (556,'ORACLE_HOME_Paths','Displays the path of the ORACLE_HOME environment variable ',28,3,0,0,0,0,'','','','SELECT VariableValue FROM Win32_Environment WHERE Name= "ORACLE_HOME"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (557,'Check port 1433/TCP','',27,10,0,0,0,1433,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (558,'Check port 1158/TCP','Comprueba el estado del puerto HTTP de la Consola de Enterprise Manager (Oracle)1158',28,9,0,0,0,1158,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (559,'Check port 3938/TCP','Comprueba el estado del puerto Puerto del Agente de Enterprise Manager (oracle) ',28,9,0,0,0,3938,'','','public','',7,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (560,'Check port 5620/TCP','Comprueba el estado del puerto HTTP para Ultra Search (oracle) ',28,9,0,0,0,5620,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (561,'Check port 5560/TCP','Comprueba el estado del puerto HTTP para iSQL*Plus (Oracle) ',28,9,0,0,0,5560,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (562,'N360_status ','Muestra si el antivirus Norton 360 esta corriendo o no ',30,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "N360" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (563,'NortonInternetSecurity_status ','Muestra si el antivirus Norton Internet Security esta corriendo o no ',30,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "NIS" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (564,'NortonAntivirus_status ','Muestra si el antivirus Norton esta corriendo o no ',30,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "NAV" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (565,'NortonIdentifySafe_status ','Muestra si el Norton Identity Safe esta corriendo ',30,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "NCO" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (566,'WindowsFirewall_status ','Show if Firewall Windows is running ',29,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "MpsSvc" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (567,'WindowsDefender_status','Show if WindowsDefender is running',29,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "WinDefend" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (568,'PandaGlobalProtection_status ','Show if PandaGlobalProtection is running',31,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "Panda Software Controller" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (569,'PandaFunctionService_status ','Show if PandaFunctionService is running',31,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "PAVFNSVR" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (570,'Panda_Process_Protection_Service_ status ','Show if Panda ProcessProtection Service is running',31,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "PavPrSrv" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (571,'Panda_Anti-Malware_Service_status','Show if Panda Anti-Malware Service is running',31,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "PAVSRV" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (572,'McAfee_Network_Agent_status ','Show if McAfee_Network_Agent is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "McNASvc" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (573,'McAfee_Protection_Manager_status ','Show if McAfee_Protection_Manager is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "mcmscsvc" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (574,'McAfee_Scanner_status ','Show if McAfee_Scanner is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "McODS" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (575,'McAfee_Proxy_Service_status ','Show if McAfee_Proxy_Service is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "McProxy" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (576,'McAfee_Real-time_Scanner_status ','Show if McAfee_Real-time_Scanner is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "McShield" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (577,'McAfee_SystemGuards_status ','Show if McAfee_SystemGuards is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "McSysmon" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (578,'McAfee_Personal_Firewall_Service_status ','Show if McAfee_Personal_Firewall_Service is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "MpfService" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (579,'McAfee_Anti-Spam_Service_status ','Show if McAfee_Anti-Spam_Service is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "MSK80Service" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (580,'Bitdefender_Virus_Shield_status','Show if Bitdefender Virus Shield is running',33,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "VSSERV" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (581,'BitDefender_Parental_service_status','Show if BitDefender Parental Control service is running',33,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BdDesktopParental" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (582,'Bitdefender-Desktop_Update_Service_status','Show if Bitdefender Desktop Update Service is running',33,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "UPDATESRV" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (583,'Perf_DNSCachingMemory','Total caching memory used by DNS server.',35,1,0,0,0,0,'','','','select CachingMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (584,'Perf_DNSDatabaseNodeMemory','Total database node memory used by DNS server.',35,1,0,0,0,0,'','','','select DatabaseNodeMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (585,'Perf_DNSDynamicUpdateNoOperation','No-operation/Empty dynamic update requests per second received by the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateNoOperation from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (586,'Perf_DNSDynamicUpdateQueued','Dynamic updates queued per second by the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateQueued from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (587,'Perf_DNSDynamicUpdateReceived','Dynamic update requests received per second by the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (588,'Perf_DNSDynamicUpdateRejected','Dynamic updates rejected per second by the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateRejected from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (589,'Perf_DNSDynamicUpdateTimeOuts','Dynamic update timeouts per second of the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateTimeOuts from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (590,'Perf_DNSDynamicUpdateWrittentoDatabase','Dynamic updates written to the database per second by the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateWrittentoDatabase from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (591,'Perf_DNSNbstatMemory','Total Nbstat memory used by DNS server.',35,1,0,0,0,0,'','','','select NbstatMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (592,'Perf_DNSNotifyReceived','Notifies received per second by the secondary DNS server.',35,4,0,0,0,0,'','','','select NotifyReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (593,'Perf_DNSNotifySent','Notifies sent per second by the master DNS server.',35,4,0,0,0,0,'','','','select NotifySent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (594,'Perf_DNSRecordFlowMemory','Total record flow memory used by DNS server.',35,1,0,0,0,0,'','','','select NbstatMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (595,'Perf_DNSRecursiveQueries','Recursive queries per second received by DNS server.',35,4,0,0,0,0,'','','','select RecursiveQueries from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (596,'Perf_DNSRecursiveQueryFailure','Recursive query failures per second on the DNS server.',35,4,0,0,0,0,'','','','select RecursiveQueryFailure from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (597,'Perf_DNSRecursiveSendTimeOuts','Recursive queries sending timeouts per second on the DNS server.',35,4,0,0,0,0,'','','','select RecursiveSendTimeOuts from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (598,'Perf_DNSSecureUpdateFailure','Secure updates failed per second of the DNS server.',35,4,0,0,0,0,'','','','select SecureUpdateFailure from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (599,'Perf_DNSSecureUpdateReceived','Secure update requests per second received by the DNS server.',35,4,0,0,0,0,'','','','select SecureUpdateReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (600,'Perf_DNSTCPMessageMemory','Total TCP message memory used by DNS server.',35,1,0,0,0,0,'','','','select TCPMessageMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (601,'Perf_DNSTCPResponseSent','TCP reponses per second sent by DNS server.',35,4,0,0,0,0,'','','','select TCPResponseSent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (602,'Perf_DNSTotalQueryReceived','Queries per second received by DNS server.',35,4,0,0,0,0,'','','','select TotalQueryReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (603,'Perf_DNSTotalResponseSent','Reponses per second sent by DNS server.',35,4,0,0,0,0,'','','','select TotalResponseSent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (604,'Perf_DNSUDPMessageMemory','Total UDP message memory used by DNS server.',35,1,0,0,0,0,'','','','select UDPMessageMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (605,'Perf_DNSTCPQueryReceived','TCP queries per second received by DNS server.',35,4,0,0,0,0,'','','','select TCPQueryReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (606,'Perf_DNSUDPQueryReceived','UDP queries per second received by DNS server.',35,4,0,0,0,0,'','','','select UDPQueryReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (607,'Perf_DNSUDPResponseSent','UDP reponses per second sent by DNS server.',35,4,0,0,0,0,'','','','select UDPResponseSent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (608,'Perf_DNSUnmatchedResponsesReceived','Response packets per second received by the DNS server that do not match any outstanding remote query.',35,4,0,0,0,0,'','','','select UnmatchedResponsesReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (609,'Perf_DNSWINSLookupReceived','WINS lookup requests per second received by the server.',35,4,0,0,0,0,'','','','select WINSLookupReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (610,'Perf_DNSWINSResponseSent','WINS lookup responses per second sent by the server.',35,4,0,0,0,0,'','','','select WINSResponseSent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (611,'Perf_DNSWINSReverseLookupReceived','WINS reverse lookup requests per second received by the server.',35,4,0,0,0,0,'','','','select WINSReverseLookupReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (612,'Perf_DNSWINSReverseResponseSent','WINS Reverse lookup responses per second sent by the server.',35,4,0,0,0,0,'','','','select WINSReverseResponseSent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (613,'Perf_NTDSABANRPersec','The rate at which Address Book clients perform Ambiguous Name Resolutions operations.',36,1,0,0,0,0,'','','','select ABANRPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (614,'Perf_NTDSABBrowsesPersec','AB Browses/sec is the rate at which Address Book clients perform browse operations.',36,1,0,0,0,0,'','','','select ABBrowsesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (615,'Perf_NTDSABClientSessions','Number of connected Address Book client sessions.',36,1,0,0,0,0,'','','','select ABClientSessions from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (616,'Perf_NTDSABMatchesPersec','The rate at which Address Book clients perform find operations.',36,1,0,0,0,0,'','','','select ABMatchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (617,'Perf_NTDSABPropertyReadsPersec','The rate at which Address Book clients perform property read operations.',36,1,0,0,0,0,'','','','select ABPropertyReadsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (618,'Perf_NTDSABProxyLookupsPersec','The rate at which proxy clients perform search operations.',36,1,0,0,0,0,'','','','select ABProxyLookupsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (619,'Perf_NTDSATQRequestLatency','Average length of time (in milliseconds) to process a request, not including time spent on the queue.',36,1,0,0,0,0,'','','','select ATQRequestLatency from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (620,'Perf_NTDSATQThreadsLDAP','The number of threads that ATQ has currently allocated to servicing LDAP requests.',36,1,0,0,0,0,'','','','select ATQThreadsLDAP from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (621,'Perf_NTDSATQThreadsOther','The number of threads that the ATQ has currently allocated to DS services other than LDAP.',36,1,0,0,0,0,'','','','select ATQThreadsOther from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (622,'Perf_NTDSATQThreadsTotal','The total number of ATQ threads that are either waiting to service an incoming request, or are already servicing a request.',36,1,0,0,0,0,'','','','select ATQThreadsTotal from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (623,'Perf_NTDSBasesearchesPersec','The number of base searches/sec',36,1,0,0,0,0,'','','','select BasesearchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (624,'Perf_NTDSDatabaseaddsPersec','The number of database adds/sec',36,1,0,0,0,0,'','','','select DatabaseaddsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (625,'Perf_NTDSDatabasedeletesPersec','The number of database deletes/sec',36,1,0,0,0,0,'','','','select DatabasedeletesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (626,'Perf_NTDSDatabaserecyclesPersec','The number of database recycles/sec',36,1,0,0,0,0,'','','','select DatabaserecyclesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (627,'Perf_NTDSDigestBindsPersec','The number of digest binds/sec',36,1,0,0,0,0,'','','','select DigestBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (628,'Perf_NTDSDRAInboundBytesCompressedBetweenSitesAfterCompressionPersec','Compressed size in bytes of inbound compressed replication data (size after compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAInboundBytesCompressedBetweenSitesAfterCompressionPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (629,'Perf_NTDSDRAInboundBytesCompressedBetweenSitesAfterCompressionSinceBoot','Compressed size in bytes of inbound compressed replication data (size after compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAInboundBytesCompressedBetweenSitesAfterCompressionSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (630,'Perf_NTDSDRAInboundBytesCompressedBetweenSitesBeforeCompressionSinceBoot','Original size in bytes of inbound compressed replication data (size before compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAInboundBytesCompressedBetweenSitesBeforeCompressionSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (631,'Perf_NTDSDRAInboundBytesCompressedBetweenSitesBeforeCompressionPersec','Original size in bytes of inbound compressed replication data (size before compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAInboundBytesCompressedBetweenSitesBeforeCompressionPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (632,'Perf_NTDSDRAInboundBytesNotCompressedWithinSitePersec','Number of bytes replicated in that were not compressed at the source (i.e., from DSAs in the same site).',36,1,0,0,0,0,'','','','select DRAInboundBytesNotCompressedWithinSitePersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (633,'Perf_NTDSDRAInboundBytesNotCompressedWithinSiteSinceBoot','Number of bytes replicated in that were not compressed at the source (i.e., from DSAs in the same site).',36,1,0,0,0,0,'','','','select DRAInboundBytesNotCompressedWithinSiteSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (634,'Perf_NTDSDRAInboundBytesTotalPersec','Total number of bytes replicated in. Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (a',36,1,0,0,0,0,'','','','select DRAInboundBytesTotalPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (635,'Perf_NTDSDRAInboundBytesTotalSinceBoot','Total number of bytes replicated in. Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (a',36,1,0,0,0,0,'','','','select DRAInboundBytesTotalSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (636,'Perf_NTDSDRAInboundFullSyncObjectsRemaining','Number of objects remaining until the full sync completes (when set).',36,1,0,0,0,0,'','','','select DRAInboundFullSyncObjectsRemaining from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (637,'Perf_NTDSDRAInboundLinkValueUpdatesRemaininginPacket','The number of link value updates received in the current directory replication update packet that have not yet been applied to the local',36,1,0,0,0,0,'','','','select DRAInboundLinkValueUpdatesRemaininginPacket from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (638,'Perf_NTDSDRAInboundObjectsAppliedPersec','The rate at which replication updates received from replication partners are applied by the local directory service. This count excludes changes ',36,1,0,0,0,0,'','','','select DRAInboundObjectsAppliedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (639,'Perf_NTDSDRAInboundObjectsFilteredPersec','Number of objects received from inbound replication partners that contained no updates that needed to be applied.',36,1,0,0,0,0,'','','','select DRAInboundObjectsFilteredPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (640,'Perf_NTDSDRAInboundObjectsPersec','No of objects received from neighbors through inbound replication.',36,1,0,0,0,0,'','','','select DRAInboundObjectsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (641,'Perf_NTDSDRAInboundObjectUpdatesRemaininginPacket','The number of object updates received in the current directory replication update packet that have not yet been applied to the local server.',36,1,0,0,0,0,'','','','select DRAInboundObjectUpdatesRemaininginPacket from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (642,'Perf_NTDSDRAInboundPropertiesTotalPersec','Total number of object properties received from inbound replication partners.',36,1,0,0,0,0,'','','','select DRAInboundPropertiesTotalPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (643,'Perf_NTDSDRAInboundTotalUpdatesRemaininginPacket','The number of total (link values + object) updates received in the current directory replication update packet that have not yet been',36,1,0,0,0,0,'','','','select DRAInboundTotalUpdatesRemaininginPacket from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (644,'Perf_NTDSDRAInboundValuesDNsonlyPersec','Number of object property values received from inbound replication partners that are Distinguished Names; i.e., that reference other objects. DN-values,&#x',36,1,0,0,0,0,'','','','select DRAInboundValuesDNsonlyPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (645,'Perf_NTDSDRAInboundValuesTotalPersec','Total number of object property values received from inbound replication partners. Each inbound object has one or more properties, and each prope',36,1,0,0,0,0,'','','','select DRAInboundValuesTotalPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (646,'Perf_NTDSDRAOutboundBytesCompressedBetweenSitesAfterCompressionPersec','Compressed size in bytes of outbound compressed replication data (size after compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAOutboundBytesCompressedBetweenSitesAfterCompressionPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (647,'Perf_NTDSDRAOutboundBytesCompressedBetweenSitesAfterCompressionSinceBoot','Compressed size in bytes of outbound compressed replication data (size after compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAOutboundBytesCompressedBetweenSitesAfterCompressionSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (648,'Perf_NTDSDRAOutboundBytesCompressedBetweenSitesBeforeCompressionPersec','Original size in bytes of outbound compressed replication data (size before compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAOutboundBytesCompressedBetweenSitesBeforeCompressionPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (649,'Perf_NTDSDRAOutboundBytesCompressedBetweenSitesBeforeCompressionSinceBoot','Original size in bytes of outbound compressed replication data (size before compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAOutboundBytesCompressedBetweenSitesBeforeCompressionSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (650,'Perf_NTDSDRAOutboundBytesNotCompressedWithinSitePersec','Number of bytes replicated out that were not compressed (i.e., from DSAs in the same site).',36,1,0,0,0,0,'','','','select DRAOutboundBytesNotCompressedWithinSitePersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (651,'Perf_NTDSDRAOutboundBytesNotCompressedWithinSiteSinceBoot','Number of bytes replicated out that were not compressed (i.e., from DSAs in the same site).',36,1,0,0,0,0,'','','','select DRAOutboundBytesNotCompressedWithinSiteSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (652,'Perf_NTDSDRAOutboundBytesTotalPersec','Total number of bytes replicated out. Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (',36,1,0,0,0,0,'','','','select DRAOutboundBytesTotalPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (653,'Perf_NTDSDRAOutboundBytesTotalSinceBoot','Total number of bytes replicated out. Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (',36,1,0,0,0,0,'','','','select DRAOutboundBytesTotalSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (654,'Perf_NTDSDRAOutboundObjectsFilteredPersec','Number of objects looked at by outbound replication that were determined to have no updates that the outbound partner did not already have.',36,1,0,0,0,0,'','','','select DRAOutboundObjectsFilteredPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (655,'Perf_NTDSDRAOutboundObjectsPersec','No of objects replicated out.',36,1,0,0,0,0,'','','','select DRAOutboundObjectsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (656,'Perf_NTDSDRAOutboundPropertiesPersec','No of properties replicated out.',36,1,0,0,0,0,'','','','select DRAOutboundPropertiesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (657,'Perf_NTDSDRAOutboundValuesDNsonlyPersec','Number of object property values containing Distinguished Names sent to outbound replication partners. DN-values, such as group or distribution list m',36,1,0,0,0,0,'','','','select DRAOutboundValuesDNsonlyPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (658,'Perf_NTDSDRAOutboundValuesTotalPersec','Number of object property values sent to outbound replication partners.',36,1,0,0,0,0,'','','','select DRAOutboundValuesTotalPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (659,'Perf_NTDSDRAPendingReplicationOperations','The total number of replication operations on the directory that are queued for this server but not yet performed.',36,1,0,0,0,0,'','','','select DRAPendingReplicationOperations from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (660,'Perf_NTDSDRAPendingReplicationSynchronizations','DRA Pending Replication Synchronizations is the number of directory synchronizations that are queued for this server but not yet processed.',36,1,0,0,0,0,'','','','select DRAPendingReplicationSynchronizations from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (661,'Perf_NTDSDRASyncFailuresonSchemaMismatch','No of sync requests made to the neighbors that failed because their schema are out of sync.',36,1,0,0,0,0,'','','','select DRASyncFailuresonSchemaMismatch from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (662,'Perf_NTDSDRASyncRequestsMade','No of sync requests made to the neighbors.',36,1,0,0,0,0,'','','','select DRASyncRequestsMade from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (663,'Perf_NTDSDRASyncRequestsSuccessful','No of sync requests made to the neighbors that successfully returned.',36,1,0,0,0,0,'','','','select DRASyncRequestsSuccessful from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (664,'Perf_NTDSDRAThreadsGettingNCChanges','The number of threads on the server which are currently attempting to acquire changes from another server.',36,1,0,0,0,0,'','','','select DRAThreadsGettingNCChanges from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (665,'Perf_NTDSDRAThreadsGettingNCChangesHoldingSemaphore','The number of threads on the server which are currently attempting to acquire changes from another server and hold a semaphore required to&#',36,1,0,0,0,0,'','','','select DRAThreadsGettingNCChangesHoldingSemaphore from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (666,'Perf_NTDSDSClientBindsPersec','Number of ntdsapi.dll binds per second serviced by this DC.',36,1,0,0,0,0,'','','','select DSClientBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (667,'Perf_NTDSDSClientNameTranslationsPersec','Number of ntdsapi.dll name translations per second serviced by this DC.',36,1,0,0,0,0,'','','','select DSClientNameTranslationsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (668,'Perf_NTDSDSDirectoryReadsPersec','Number of directory reads per second.',36,1,0,0,0,0,'','','','select DSDirectoryReadsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (669,'Perf_NTDSDSDirectorySearchesPersec','Number of directory searches per second.',36,1,0,0,0,0,'','','','select DSDirectorySearchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (670,'Perf_NTDSDSDirectoryWritesPersec','Number of directory writes per second.',36,1,0,0,0,0,'','','','select DSDirectoryWritesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (671,'Perf_NTDSDSMonitorListSize','The number of requests to be notified when objects are updated that are currently registered with this DSA.',36,1,0,0,0,0,'','','','select DSMonitorListSize from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (672,'Perf_NTDSDSNameCachehitrate','The percentage of directory object name component look ups that are satisfied out of the DSA's name cache.',36,1,0,0,0,0,'','','','select DSNameCachehitrate from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (673,'Perf_NTDSDSNotifyQueueSize','The number of pending update notifications that have been queued, but not yet transmitted to clients.',36,1,0,0,0,0,'','','','select DSNotifyQueueSize from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (674,'Perf_NTDSDSSearchsuboperationsPersec','Number of search suboperations per second. One search operation is made up of many sub operations. A sub operation roughly corresponds to an',36,1,0,0,0,0,'','','','select DSSearchsuboperationsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (675,'Perf_NTDSDSSecurityDescriptorsuboperationsPersec','Number of Security Descriptor Propagation suboperations per second. One Security Descriptor Propagation operation is made up of many sub operations. A',36,1,0,0,0,0,'','','','select DSSecurityDescriptorsuboperationsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (676,'Perf_NTDSDSServerBindsPersec','Number of DC-to-DC binds per second serviced by this DC.',36,1,0,0,0,0,'','','','select DSServerBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (677,'Perf_NTDSDSServerNameTranslationsPersec','Number of DC-to-DC name translations per second serviced by this DC.',36,1,0,0,0,0,'','','','select DSServerNameTranslationsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (678,'Perf_NTDSDSThreadsinUse','DS Threads in Use is the current number of threads in use by the directory service (different than the number of threads in the',36,1,0,0,0,0,'','','','select DSThreadsinUse from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (679,'Perf_NTDSExternalBindsPersec','The number of external binds/sec',36,1,0,0,0,0,'','','','select ExternalBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (680,'Perf_NTDSFastBindsPersec','The number of fast binds/sec',36,1,0,0,0,0,'','','','select FastBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (681,'Perf_NTDSLDAPActiveThreads','LDAP Active Threads is the current number of threads in use by the LDAP subsystem of the local directory service.',36,1,0,0,0,0,'','','','select LDAPActiveThreads from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (682,'Perf_NTDSLDAPBindTime','Time (in milliseconds) taken for last successful LDAP bind.',36,1,0,0,0,0,'','','','select LDAPBindTime from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (683,'Perf_NTDSLDAPClientSessions','Number of connected LDAP client sessions.',36,1,0,0,0,0,'','','','select LDAPClientSessions from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (684,'Perf_NTDSLDAPClosedConnectionsPersec','The number of LDAP connections that have been closed in the last second.',36,1,0,0,0,0,'','','','select LDAPClosedConnectionsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (685,'Perf_NTDSLDAPNewConnectionsPersec','The number of new LDAP connections that have arrived in the last second.',36,1,0,0,0,0,'','','','select LDAPNewConnectionsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (686,'Perf_NTDSLDAPNewSSLConnectionsPersec','The number of new SSL or TLS connections that arrived in the last second.',36,1,0,0,0,0,'','','','select LDAPNewSSLConnectionsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (687,'Perf_NTDSLDAPSearchesPersec','LDAP Searches/sec is the rate at which LDAP clients perform search operations.',36,1,0,0,0,0,'','','','select LDAPSearchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (688,'Perf_NTDSLDAPSuccessfulBindsPersec','Number of LDAP Binds per second.',36,1,0,0,0,0,'','','','select LDAPSuccessfulBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (689,'Perf_NTDSLDAPUDPoperationsPersec','The number of UDP operations the LDAP server is processing per second.',36,1,0,0,0,0,'','','','select LDAPUDPoperationsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (690,'Perf_NTDSLDAPWritesPersec','LDAP Writes/sec is the rate at which LDAP clients perform write operations.',36,1,0,0,0,0,'','','','select LDAPWritesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (691,'Perf_NTDSLinkValuesCleanedPersec','The rate at which link values that need to be cleaned are cleaned.',36,1,0,0,0,0,'','','','select LinkValuesCleanedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (692,'Perf_NTDSNegotiatedBindsPersec','The number of negotiated binds/sec',36,1,0,0,0,0,'','','','select NegotiatedBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (693,'Perf_NTDSNTLMBindsPersec','The number of NTLM binds/sec',36,1,0,0,0,0,'','','','select NTLMBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (694,'Perf_NTDSOnelevelsearchesPersec','The number of onelevel searches/sec',36,1,0,0,0,0,'','','','select OnelevelsearchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (695,'Perf_NTDSPhantomsCleanedPersec','The rate at which stale phantoms are cleaned.',36,1,0,0,0,0,'','','','select PhantomsCleanedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (696,'Perf_NTDSPhantomsVisitedPersec','The rate at which phantoms are visited to determine if they are stale and need to be cleaned.',36,1,0,0,0,0,'','','','select PhantomsVisitedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (697,'Perf_NTDSSimpleBindsPersec','The number of simple binds/sec',36,1,0,0,0,0,'','','','select SimpleBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (698,'Perf_NTDSSubtreesearchesPersec','The number of subtree searches/sec',36,1,0,0,0,0,'','','','select SubtreesearchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (699,'Perf_NTDSTombstonesGarbageCollectedPersec','The rate at which expired tombstoned objects are garbage collected.',36,1,0,0,0,0,'','','','select TombstonesGarbageCollectedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (700,'Perf_NTDSTombstonesVisitedPersec','The rate at which tombstoned objects are visited to be considered for garbage collected.',36,1,0,0,0,0,'','','','select TombstonesVisitedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (701,'BullGuard_BsBackup_service','The BullGuard Backup service enables you to backup files that are in use ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsBackup"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (703,'BullGuard_BsBhvScan_service','BullGuard behavioural detection service ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsBhvScan"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (704,'BullGuard_BsFileScan_service','The BullGuard File Scan service performs on-access scan for detecting malware in real time ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsFileScan"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (705,'BullGuard_firewall_service','BullGuard firewall service ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsFire"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (706,'BullGuard_BsMailProxy_service','The BullGuard Behavioural Detection Service is an anti-virus component of BullGuard Internet Security ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsMailProxy"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (707,'BullGuard_main_service','BullGuard main service ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsMain"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (708,'BullGuard_BsScanner_service','The BullGuard Scan Service is the central anti-virus component of BullGuard Internet Security ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsScanner"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (709,'BullGuard_update_service','BullGuard update service ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsUpdate"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (710,'Serv_OracleService<SID>','Returns OracleService<SID> status',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "OracleService<SID>"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (711,'Perf_OracleOtherOperationCount','Returns other operation count per second for Oracle process.',28,4,0,0,0,0,'','','','select OtherOperationCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (712,'Perf_OracleOtherTransferCount','Returns other transfer count per second for Oracle process.',28,4,0,0,0,0,'','','','select OtherTransferCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (713,'Perf_OraclePageFaults','Returns page faults count per second for Oracle process.',28,4,0,0,0,0,'','','','select PageFaults from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (714,'Perf_OraclePageFileUsage','Returns page file usage count per second for Oracle process.',28,4,0,0,0,0,'','','','select PageFileUsage from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (715,'Perf_OraclePrivatePageCount','Returns private page access count per second for Oracle process.',28,4,0,0,0,0,'','','','select PrivatePageCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (716,'Perf_OracleQuotaNonPagedPoolUsage','Returns the current quota for non paged pool usage in Oracle process.',28,1,0,0,0,0,'','','','select QuotaNonPagedPoolUsage from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (717,'Perf_OracleQuotaPagedPoolUsage','Returns the current quota for paged pool usage in Oracle process.',28,1,0,0,0,0,'','','','select QuotaPagedPoolUsage from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (718,'Perf_OracleReadOperationCount','Returns read operation count per second for Oracle process.',28,4,0,0,0,0,'','','','select ReadOperationCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (719,'Perf_OracleReadTransferCount','Returns read transfer count per second for Oracle process.',28,4,0,0,0,0,'','','','select ReadTransferCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (720,'Perf_OracleThreadCount','Returns current thread count for Oracle process.',28,1,0,0,0,0,'','','','select ThreadCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (721,'Perf_OracleWriteOperationCount','Returns write operation count per second for Oracle process.',28,4,0,0,0,0,'','','','select WriteOperationCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (722,'Perf_OracleWriteTransferCount','Returns write transfer count per second for Oracle process.',28,4,0,0,0,0,'','','','select WriteTransferCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (723,'Serv_MSExchangeAB','Microsoft Exchange MSExchangeAB service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeAB'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (724,'Serv_MSExchangeADTopology','Microsoft Exchange MSExchangeADTopology service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeADTopology'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (725,'Serv_MSExchangeAntispamUpdate','Microsoft Exchange MSExchangeAntispamUpdate service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeAntispamUpdate'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (726,'Serv_MSExchangeEdgeSync','Microsoft Exchange MSExchangeEdgeSync service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeEdgeSync'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (727,'Serv_MSExchangeFBA','Microsoft Exchange MSExchangeFBA service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeFBA'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (728,'Serv_MSExchangeFDS','Microsoft Exchange MSExchangeFDS service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeFDS'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (729,'Serv_MSExchangeImap4','Microsoft Exchange MSExchangeImap4 service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeImap4'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (730,'Serv_MSExchangeIS','Microsoft Exchange MSExchangeIS service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeIS'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (731,'Serv_MSExchangeMailboxAssistants','Microsoft Exchange MSExchangeMailboxAssistants service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeMailboxAssistants'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (732,'Serv_MSExchangeMailboxReplication','Microsoft Exchange MSExchangeMailboxReplication service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeMailboxReplication'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (733,'Serv_MSExchangeMailSubmission','Microsoft Exchange MSExchangeMailSubmission service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeMailSubmission'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (734,'Serv_MSExchangePop3','Microsoft Exchange MSExchangePop3 service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangePop3'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (735,'Serv_MSExchangeProtectedServiceHost','Microsoft Exchange MSExchangeProtectedServiceHost service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeProtectedServiceHost'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (736,'Serv_MSExchangeRepl','Microsoft Exchange MSExchangeRepl service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeRepl'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (737,'Serv_MSExchangeRPC','Microsoft Exchange MSExchangeRPC service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeRPC'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (738,'Serv_MSExchangeSA','Microsoft Exchange MSExchangeSA service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeSA'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (739,'Serv_MSExchangeSearch','Microsoft Exchange MSExchangeSearch service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeSearch'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (740,'Serv_MSExchangeSearchB','Microsoft Exchange msftesql-Exchange service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'msftesql-Exchange'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (741,'Serv_MSExchangeServiceHost','Microsoft Exchange MSExchangeServiceHost service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeServiceHost'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (742,'Serv_MSExchangeThrottling','Microsoft Exchange MSExchangeThrottling service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeThrottling'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (743,'Serv_MSExchangeTransport','Microsoft Exchange MSExchangeTransport service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeTransport'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (744,'Serv_MSExchangeTransportLogSearch','Microsoft Exchange MSExchangeTransportLogSearch service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeTransportLogSearch'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (745,'Serv_W3SVC','Microsoft IIS W3SVC service status.',38,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'W3SVC'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (746,'Serv_SMTPSVC','Microsoft IIS SMTPSVC service status.',38,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'SMTPSVC'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (747,'Serv_NNTPSVC','Microsoft IIS NNTPSVC service status.',38,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'NNTPSVC'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (749,'Serv_MSFTPSVC','Microsoft IIS MSFTPSVC service status.',38,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSFTPSVC'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (750,'Serv_WinRM','Microsoft Windows WinRM service status.',16,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'WinRM'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (751,'Check port 59535/TCP','Checks 59535/TCP Port status.',39,9,0,0,0,59535,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (752,'Check port 59536/TCP','Checks 59536/TCP Port status.',39,9,0,0,0,59536,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (753,'Check RPC Server','Checks RPC Port status.',39,9,0,0,0,135,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (754,'Check POP3 Server','Checks POP3 Port status.',39,9,0,0,0,110,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (755,'Check IMAP4 Server','Checks IMAP4 Port status.',39,9,0,0,0,143,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (756,'Check SMTP Server','Checks SMTP Port status.',39,9,0,0,0,25,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (757,'AVGIDSAgent_status','Show if AVGIDSAgent is running ',40,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "AVGIDSAgent" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (758,'AVG_watchdog_status','Show if AVG watchdog is running ',40,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "avgwd" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (759,'AVG_firewall_status','Show if AVG firewall is running ',40,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "avgfws" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (760,'KIS_service_status','Show if KIS antivirus is running ',41,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "ksvsvc"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (761,'Serv_NTDS','Checks if NTDS service is running',18,2,0,0,0,1,'','','Running','select state from Win32_Service where name="NTDS"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (762,'Serv_DNS','Checks if DNS service is running',34,2,0,0,0,1,'','','Running','select state from Win32_Service where name="DNS"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (763,'KIS_KLBLMain_status','Show if KIS antivirus is running ',41,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "KLBLMain"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (764,'MongoDB Port Check','Remote check of standard TCP port of MongoDB Server.',15,9,0,0,0,27017,'','','public','',7,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (765,'PostgreSQL Remote Port check','Check remote port on PostgreSQL Server.',15,9,0,0,0,5432,'','','public','',7,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (766,'DBSelects','Number of selects on database',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Com_select',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (767,'DBUpdates','Number of updates on database',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Com_update',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (768,'InnoDB_Rows_Read','Rows read on InnoDB engine',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Innodb_rows_read',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (769,'DB_Connections','Current connections on database',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Connections',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (770,'Qcache_not_cached','Cache hit missing (queries not cached)',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Qcache_not_cached',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (771,'Table_locks_waited','Table locks waited',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Table_locks_waited ',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (772,'Slow_launch_threads','Slow launch threads',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Slow_launch_threads',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (773,'Qcache_hits','Queries cached successfully',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Qcache_hits',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (774,'Innodb_data_pending_reads','InnoDB engine pending reads',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Innodb_data_pending_reads',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (775,'Aborted_connects','Aborted connection attempts',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Aborted_connects',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (776,'Bytes_received','Bytes received by database (global)',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Bytes_received',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (777,'Bytes_sent','Bytes_sent by database (global)',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Bytes_sent',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (778,'MySQL_Updates','Updates per second',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Com_update',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); -INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, plugin_user, max_timeout, wizard_level) VALUES (779,'MySQL_Deletes','Deletes per second',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Com_delete',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic'); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (1,'OS Total process','Total process in Operating System (UNIX MIB)',13,15,0,0,300,0,'','','public','HOST-RESOURCES-MIB::hrSystemProcesses.0 ',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (2,'OS CPU Load (1 min)','CPU Load in Operating System (UNIX MIB)',13,15,0,0,300,0,'','','public','UCD-SNMP-MIB::laLoad.1',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (3,'Sysname','Get name of system using SNMP standard MIB',1,17,0,0,900,0,'','','public','.1.3.6.1.2.1.1.1.0',1,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (4,'OS Users','Active users in Operating System (UNIX MIB)',13,15,0,0,300,0,'','','public','HOST-RESOURCES-MIB::hrSystemNumUsers.0',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (11,'Catalyst CPU Usage (5min)','Cisco Catayst Switches CPU Usage. Taken from ftp://ftp.cisco.com/pub/mibs/oid/OLD-CISCO-CPU-MIB.oid',2,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.2.1.58',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (22,'HSRP Status','Get status of HSRP',2,18,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.106.1.2.1.1.15.12.106',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, max_retries, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, macros, critical_instructions, warning_instructions, unknown_instructions, critical_inverse, warning_inverse, id_category, tags, disabled_types_event, module_macros, min_ff_event_normal, min_ff_event_warning, min_ff_event_critical, each_ff) VALUES (24,'ifOperStatus_if1','Status of NIC#1',10,18,0,0,300,0,'1','','public','.1.3.6.1.2.1.2.2.1.8.1',2,2,0,'','','',0,0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.00000,'','basic','','','','',0,0,0,'','{\going_unknown\":0}','',0,0,0,0); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, max_retries, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, macros, critical_instructions, warning_instructions, unknown_instructions, critical_inverse, warning_inverse, id_category, tags, disabled_types_event, module_macros, min_ff_event_normal, min_ff_event_warning, min_ff_event_critical, each_ff) VALUES (25,'ifOperStatus_if2','Status of NIC #2',10,18,0,0,300,0,'1','','public','.1.3.6.1.2.1.2.2.1.8.2',2,2,0,'','','',0,0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.00000,'','basic','','','','',0,0,0,'','{\going_unknown\":0}','',0,0,0,0); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, max_retries, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, macros, critical_instructions, warning_instructions, unknown_instructions, critical_inverse, warning_inverse, id_category, tags, disabled_types_event, module_macros, min_ff_event_normal, min_ff_event_warning, min_ff_event_critical, each_ff) VALUES (26,'ifOperStatus_if3','Status of NIC #3',10,18,0,0,300,0,'1','','public','.1.3.6.1.2.1.2.2.1.8.3',2,2,0,'','','',0,0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.00000,'','basic','','','','',0,0,0,'','{\going_unknown\":0}','',0,0,0,0); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, max_retries, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, macros, critical_instructions, warning_instructions, unknown_instructions, critical_inverse, warning_inverse, id_category, tags, disabled_types_event, module_macros, min_ff_event_normal, min_ff_event_warning, min_ff_event_critical, each_ff) VALUES (27,'ifOutOctets_if1','Output throughtput on Interface #1',10,16,0,0,300,0,'1','','public','.1.3.6.1.2.1.2.2.1.16.1',2,2,0,'','','',0,0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.00000,'bytes/sec','basic','','','','',0,0,0,'','{\going_unknown\":0}','',0,0,0,0); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, max_retries, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, macros, critical_instructions, warning_instructions, unknown_instructions, critical_inverse, warning_inverse, id_category, tags, disabled_types_event, module_macros, min_ff_event_normal, min_ff_event_warning, min_ff_event_critical, each_ff) VALUES (28,'ifOutOctets_if2','Output troughtput on interface #2',10,16,0,0,300,0,'1','','public','.1.3.6.1.2.1.2.2.1.16.2',1,2,0,'','','',0,0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.00000,'bytes/sec','basic','','','','',0,0,0,'','{\going_unknown\":0}','',0,0,0,0); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, max_retries, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, macros, critical_instructions, warning_instructions, unknown_instructions, critical_inverse, warning_inverse, id_category, tags, disabled_types_event, module_macros, min_ff_event_normal, min_ff_event_warning, min_ff_event_critical, each_ff) VALUES (29,'ifOutOctets_if3','Output troughtput on Interface #3',10,16,0,0,300,0,'1','','public','.1.3.6.1.2.1.2.2.1.16.3',2,2,0,'','','',0,0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.00000,'bytes/sec','basic','','','','',0,0,0,'','{\going_unknown\":0}','',0,0,0,0); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, max_retries, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, macros, critical_instructions, warning_instructions, unknown_instructions, critical_inverse, warning_inverse, id_category, tags, disabled_types_event, module_macros, min_ff_event_normal, min_ff_event_warning, min_ff_event_critical, each_ff) VALUES (30,'ifInOctets_if1','Input troughtput on Interface #1',10,16,0,0,300,0,'1','','public','.1.3.6.1.2.1.2.2.1.10.1',2,2,0,'','','',0,0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.00000,'bytes/sec','basic','','','','',0,0,0,'','{\going_unknown\":0}','',0,0,0,0); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, max_retries, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, macros, critical_instructions, warning_instructions, unknown_instructions, critical_inverse, warning_inverse, id_category, tags, disabled_types_event, module_macros, min_ff_event_normal, min_ff_event_warning, min_ff_event_critical, each_ff) VALUES (31,'ifInOctets_if2','Input throughtput for interface #2',10,16,0,0,300,0,'1','','public','.1.3.6.1.2.1.2.2.1.10.2',2,2,0,'','','',0,0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.00000,'bytes/sec','basic','','','','',0,0,0,'','{\going_unknown\":0}','',0,0,0,0); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, max_retries, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, macros, critical_instructions, warning_instructions, unknown_instructions, critical_inverse, warning_inverse, id_category, tags, disabled_types_event, module_macros, min_ff_event_normal, min_ff_event_warning, min_ff_event_critical, each_ff) VALUES (32,'ifInOctets_if3','Input throught on interface #3',10,16,0,0,300,0,'1','','public','.1.3.6.1.2.1.2.2.1.10.3',2,2,0,'','','',0,0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.00000,'bytes/sec','basic','','','','',0,0,0,'','{\going_unknown\":0}','',0,0,0,0); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (34,'Host Alive','Check if host is alive using ICMP ping check.',10,6,0,0,300,0,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (36,'Host Latency','Get host network latency in miliseconds, using ICMP.',10,7,0,0,300,0,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (37,'Check HTTP Server','Test APACHE2 HTTP service remotely (Protocol response, not only openport)',10,9,0,0,300,80,'GET / HTTP/1.0^M^M','HTTP/1.1 200 OK','','',3,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (38,'Check FTP Server','Check FTP protocol, not only check port.',10,9,0,0,300,21,'QUIT','220','','',3,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (39,'Check SSH Server','Checks port 22 is opened',10,9,0,0,300,22,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (40,'Check Telnet server','Check telnet port',10,9,0,0,300,23,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (41,'Check SMTP server','Check if SMTP port it's open',10,9,0,0,300,25,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (42,'Check POP3 server','Check POP3 port.',10,9,0,0,300,110,'','','','',2,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (49,'OS CPU Load (5 min)','CPU load on a 5 min average interval. UCD-SNMP Mib (Usually for all Linux and some UNIX)',13,15,0,0,300,0,'','','public','UCD-SNMP-MIB::laLoad.2',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (50,'System Description','Get system description (all mibs).',1,17,0,0,9000,0,'','','public','SNMPv2-MIB::sysDescr.0',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (51,'OS Raw Interrupts','Get system raw interrupts from SO',13,16,0,0,300,0,'','','public','UCD-SNMP-MIB::ssRawInterrupts.0',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (52,'OS IO Signals sent','IO Signals sent by Kernel',13,16,0,0,300,0,'','','public','UCD-SNMP-MIB::ssIOSent.0',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (53,'System Uptime','Sistem uptime in timeticks',1,15,0,0,3600,0,'','','public','.1.3.6.1.2.1.1.3.0',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.000000115740741,'days','basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (176,'Catalyst Free Mem','Taken from ftp://ftp.cisco.com/pub/mibs/oid/OLD-CISCO-MEMORY-MIB.oid',2,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.2.1.8',4,2,0,NULL,NULL,NULL,0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (200,'CPU load','CPU0 load average',16,1,100,0,300,1,'','','','SELECT LoadPercentage from Win32_Processor WHERE DeviceID = "CPU0"',1,6,0,'Administrator','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (201,'Free RAM','Available RAM memory in bytes',16,1,0,0,300,0,'','','','SELECT AvailableBytes from Win32_PerfRawData_PerfOS_Memory',1,6,0,'Administrator',NULL,NULL,10,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (202,'Windows version','Operating system version',16,3,0,0,300,1,'','','','SELECT Caption FROM Win32_OperatingSystem',1,6,0,'Administrator',NULL,NULL,10,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (203,'Free RAM','Available RAM memory in bytes',16,1,0,0,300,0,'','','','SELECT AvailableBytes from Win32_PerfRawData_PerfOS_Memory',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (204,'Hostname','The hostname of the machine.',16,3,0,0,300,0,'','','','ServerName FROM Win32_WindowsProductActivation',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (205,'Computer number of CPUs','Displays the number of CPUs present in the system',17,1,0,0,300,1,'','','','SELECT NumberOfProcessors FROM Win32_ComputerSystem',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (206,'Server Domain','Display the Domain the machine belongs to.',16,3,0,0,300,0,'','','','SELECT Domain FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (207,'Number of Processes','Displays the number of processes running in the system',16,1,0,0,300,3,'','','','SELECT NumberOfProcesses FROM Win32_OperatingSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (208,'Serial Number','Serial Number of the machine',16,3,0,0,300,3,'','','','SELECT SerialNumber FROM Win32_OperatingSystem',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (209,'CPU Model','Displays the CPU model',17,3,0,0,300,1,'','','','SELECT Name FROM Win32_Processor',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (210,'Service Pack','Service Pack Version Installed',16,1,0,0,300,3,'','','','SELECT ServicePackMajorVersion FROM Win32_OperatingSystem',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (211,'Free Physical Memory','Displays the amount of free physical memory in the system',16,1,0,0,300,0,'','','','SELECT FreePhysicalMemory FROM Win32_OperatingSystem',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (212,'Free Virtual Memory','Displays the amount of free virtual memory in the system',16,1,0,0,300,0,'','','','SELECT FreeVirtualMemory FROM Win32_OperatingSystem',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (213,'License Activation','This module lets you know whether you have to activate your Windows license or not.\r\n\r\n0 = No\r\n1= Yes',16,2,0,0,300,0,'','','','SELECT ActivationRequired FROM Win32_WindowsProductActivation',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (214,'Total Swap Space Size','Total Swap Space Size',16,1,0,0,300,3,'','','','SELECT TotalSwapSpaceSize from win32_operatingsystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (215,'Total Virtual Memory Size','Total Virtual Memory Size',16,1,0,0,300,3,'','','','select TotalVirtualMemorySize from win32_operatingsystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (216,'Total Visible Memory Size','Total Visible Memory Size',16,1,0,0,300,3,'','','','SELECT TotalVisibleMemorySize from win32_operatingsystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (217,'Free Space In Paging Files','Gets the free space in paging files',16,1,0,0,300,0,'','','','Select FreeSpaceInPagingFiles from Win32_operatingsystem',4,6,0,'none','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (218,'Free Space In Paging Files','Gets the free space in paging files',16,1,0,0,300,0,'','','','Select FreeSpaceInPagingFiles from Win32_operatingsystem',4,6,0,'none','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (219,'Number of Users','Displays the number of users',16,1,0,0,300,3,'','','','SELECT NumberOfUsers FROM Win32_operatingsystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (220,'Last BootUp Time','Displays the Last BootUp Time',16,3,0,0,300,0,'','','','SELECT LastBootUpTime FROM Win32_operatingsystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (221,'BIOS Name','Displays the BIOS Name',17,3,0,0,300,1,'','','','SELECT BiosCharacteristics FROM Win32_BIOS',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (222,'BIOS Version','Displays the BIOS version',17,3,0,0,300,5,'','','','SELECT BIOSVersion FROM Win32_BIOS',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (223,'BIOS Manufacturer','Displays the BIOS Manufacturer',17,3,0,0,300,0,'','','','SELECT Manufacturer FROM Win32_BIOS',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (224,'BIOS Status','Displays the BIOS Status',17,3,0,0,300,3,'','','','SELECT Status FROM Win32_BIOS',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (225,'BIOS Serial Number','Displays the BIOS Serial Number',17,3,0,0,300,1,'','','','SELECT SerialNumber FROM Win32_BIOS',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (226,'Windows Temp Directory','Path of the Windows Temp Directory',16,3,0,0,300,1,'','','','SELECT TempDirectory FROM Win32_BootConfiguration',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (227,'Windows Admin Password Status','Status of the Windows Admin password: 1 is set.',16,2,0,0,300,0,'','','','SELECT AdminPasswordStatus FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (228,'Computer System Description','Displays the computer System description',17,3,0,0,300,0,'','','','SELECT Description FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (230,'Computer Automatic Reset Boot Option','Displays the computer Automatic reset boot option',17,3,0,0,300,0,'','','','SELECT AutomaticResetBootOption FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (231,'Computer Automatic Reset Capability','Displays the computer automatic reset capability',17,3,0,0,300,0,'','','','SELECT AutomaticResetCapability FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (232,'Computer Boot Option On Limit','Displays the computer Boot Option on Limit',17,1,0,0,300,0,'','','','SELECT BootOptionOnLimit FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (233,'Computer Boot Option On Watch Dog','Displays the Computer Boot Option On Watch Dog',17,1,0,0,300,0,'','','','SELECT BootOptionOnWatchDog FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (234,'Computer Boot ROM Supported','Displays if the computer Boot ROM is supported',17,3,0,0,300,0,'','','','SELECT BootROMSupported FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (235,'Computer Bootup State','Displays the computer Bootup State',17,3,0,0,300,0,'','','','SELECT BootupState FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (236,'Computer Chassis Bootup State','Displays the computer Chassis Bootup State',16,1,0,0,300,0,'','','','SELECT ChassisBootupState FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (237,'Computer Daylight In Effect','Displays whether the computer Daylight In Effect is enabler or not',16,3,0,0,300,0,'','','','SELECT DaylightInEffect FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (238,'Computer DNS Host Name','Displays the DNS Host Name',16,3,0,0,300,0,'','','','SELECT DNSHostName FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (239,'Computer Domain','Displays the computer Domain',16,3,0,0,300,0,'','','','SELECT Domain FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (240,'Computer Domain Role','Displays the computer Domain Role',16,1,0,0,300,0,'','','','SELECT DomainRole FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (241,'Computer Enable Daylight Savings Time','Displays whether the computer Daylight Savings Time is enabled',16,3,0,0,300,0,'','','','SELECT EnableDaylightSavingsTime FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (242,'Computer Front Panel Reset Status','Displays the computer Front Panel Reset Status',16,1,0,0,300,0,'','','','SELECT FrontPanelResetStatus FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (243,'Computer Infrared Support','Displays the computer Infrared Support',16,3,0,0,300,0,'','','','SELECT InfraredSupported FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (244,'Computer Initial Load Info','Displays the computer Initial Load Info',16,3,0,0,300,0,'','','','SELECT InitialLoadInfo FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (245,'Computer Install Date','Displays the computer install date',16,3,0,0,300,0,'','','','SELECT InstallDate FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (246,'Computer Keyboard Password Status','Displays the computer keyboard password status',16,1,0,0,300,0,'','','','SELECT KeyboardPasswordStatus FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (247,'Computer Last Load Info','Displays the computer last load info',16,3,0,0,300,0,'','','','SELECT LastLoadInfo FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (248,'Computer Manufacturer','Displays the computer manufacturer',16,3,0,0,300,0,'','','','SELECT Manufacturer FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (249,'Computer Model','Displays the computer model',17,3,0,0,300,0,'','','','SELECT Model FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (250,'Computer Name','Displays the computer name',16,3,0,0,300,0,'','','','SELECT Name FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (251,'Computer Network Server Mode Enabled','Displays the computer Network Server Mode Enabled',16,3,0,0,300,1,'','','','SELECT NetworkServerModeEnabled FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (252,'Computer Part of Domain','Displays the computer Part of Domain',16,3,0,0,300,1,'','','','SELECT PartOfDomain FROM Win32_ComputerSystem',2,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (253,'Computer Pause After Reset','Displays the computer Pause After Reset',17,1,0,0,300,1,'','','','SELECT PauseAfterReset FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (254,'Computer Power Management Capabilities','Displays the computer Power Management Capabilities',17,3,0,0,300,1,'','','','SELECT PowerManagementCapabilities FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (255,'Computer Power Management Support','Displays the computer Power Management Support',17,3,0,0,300,1,'','','','SELECT PowerManagementSupported FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (256,'Computer Power on Password Status','Displays the computer Power on Password Status',17,2,0,0,300,1,'','','','SELECT PowerOnPasswordStatus FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (257,'Computer Power State','Displays the computer Power State',17,2,0,0,300,1,'','','','SELECT PowerState FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (258,'Computer Power Supply State','Displays the computer Power Supply State',17,1,0,0,300,1,'','','','SELECT PowerSupplyState FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (259,'Computer Reset Capability','Displays the computer Reset Capability',16,1,0,0,300,1,'','','','SELECT ResetCapability FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (260,'Computer Reset Count','Displays the computer Reset Count',16,1,0,0,300,1,'','','','SELECT ResetCount FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (261,'Computer Reset Limit','Displays the computer Reset Limit',16,1,0,0,300,1,'','','','SELECT ResetLimit FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (262,'Computer Roles','Displays the computer Roles',16,3,0,0,300,1,'','','','SELECT Roles FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (263,'Computer Status','Displays the computer Status',16,3,0,0,300,1,'','','','SELECT Status FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (264,'Computer System Startup Delay','Displays the computer System Startup Delay',16,1,0,0,300,1,'','','','SELECT SystemStartupDelay FROM Win32_ComputerSystem',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (265,'Computer System Startup Options','Displays the computer System Startup Options',16,3,0,0,300,1,'','','','SELECT SystemStartupOptions FROM Win32_ComputerSystem',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (266,'Exchange VMLargestBlockSize key','The VMLargestBlockSize key represents the size (in bytes) of the largest available block of virtual memory',20,1,0,0,300,0,'','','','SELECT VMLargestBlockSize FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (267,'Exchange VMTotalLargeFreeBlockBytes','The VMTotalFreeBlocks key represents the size (in bytes) of the total largest free available block of virtual memory',20,1,0,0,300,0,'','','','SELECT VMTotalLargeFreeBlockBytes FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (268,'Exchange VMTotalFreeBlocks','The VMTotalFreeBlocks key represents the size (in bytes) of the Total Free Available blocks of virtual memory',20,1,0,0,300,0,'','','','SELECT VMTotalFreeBlocks FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (269,'Exchange TotalMessagesScannedforUCE','The total number of messages scanned by Intelligent Message Filter. If this number is 0 or very low, Intelligent Message Filter might not&#x',20,1,0,0,300,1,'','','','SELECT TotalMessagesScannedforUCE FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (270,'Exchange TotalUCEMessagesActedUpon','The total number of messages that Intelligent Message Filter has identified as UCE and acted on based on the action specified by an adm',20,1,0,0,300,1,'','','','SELECT TotalUCEMessagesActedUpon FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (271,'Exchange TotalMessagesAssignedanSCLRatingof1','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof1 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (272,'Exchange TotalMessagesAssignedanSCLRatingof3','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof3 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (273,'Exchange TotalMessagesAssignedanSCLRatingof5','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof5 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (274,'Exchange TotalMessagesAssignedanSCLRatingof6','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof6 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (275,'Exchange TotalMessagesAssignedanSCLRatingof7','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof7 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (276,'Exchange TotalMessagesAssignedanSCLRatingof8','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof8 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (277,'Exchange TotalMessagesAssignedanSCLRatingof9','The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x',20,1,0,0,300,1,'','','','SELECT TotalMessagesAssignedanSCLRatingof9 FROM Win32_PerfRawData_MSExchangeUCF_MSExchangeIntelligentMessageFilter Where Name='_Total'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (278,'Exchange ClientBackgroundRPCsFailed','Shows the client-reported rate of failed RPCs (since the store was started) due to the Server Too Busy ROC error.',20,1,0,0,300,0,'','','','SELECT ClientBackgroundRPCsFailed FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (279,'Exchange ClientBackgroundRPCssucceeded','The count of succeeded RPC calls.',20,1,0,0,300,0,'','','','SELECT ClientBackgroundRPCssucceeded FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (280,'Exchange ClientForegroundRPCssucceeded','The number of RPCs that Outlook successfully sent to the server.',20,1,0,0,300,0,'','','','SELECT ClientForegroundRPCssucceeded FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (281,'Exchange ClientRPCsattempted','The number of remote procedure calls (RPCs) that Outlook tried to send to the server.',20,1,0,0,300,0,'','','','SELECT ClientRPCsattempted FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (282,'Exchange ClientRPCsFailed','The number of RPCs that were tried and that failed',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailed FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (283,'Exchange ClientRPCsFailedAccessDenied','Failed RPC connections with a Access Denied error.',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedAccessDenied FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (284,'Exchange ClientRPCsFailedAllothererrors','The rate of failed RPC requests (since the Exchange store was started) due to all other RPC errors.',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedAllothererrors FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (285,'Exchange ClientRPCsFailedCallCancelled','RPC connections that got cancelled.',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedCallCancelled FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (286,'Exchange ClientRPCsFailedCallFailed','RPC Failed connections with exit code: Failed Call',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedCallFailed FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (287,'Exchange ClientRPCsFailedServerTooBusy','The number of failed RPC requests (since the Exchange store was started) due to the "Server Too Busy" RPC error.',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedServerTooBusy FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (288,'Exchange ClientRPCsFailedServerUnavailable','The rate of failed RPC requests (since the Exchange store was started) due to the "Server Unavailable" RPC error. ',20,1,0,0,300,0,'','','','SELECT ClientRPCsFailedServerUnavailable FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (289,'Exchange ClientRPCssucceeded','The rate of successful RPC requests.',20,1,0,0,300,0,'','','','SELECT ClientRPCssucceeded FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (290,'Exchange RPCRequests','Rate of RPC requests.',20,1,0,0,300,0,'','','','SELECT RPCRequests FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (291,'Exchange RPCAveragedLatency','Average reported latency',20,1,0,0,300,0,'','','','SELECT RPCAveragedLatency FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (292,'Exchange RPCOperationsPersec','RPC operations per Second',20,1,0,0,300,0,'','','','SELECT RPCOperationsPersec FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (293,'Exchange RPCRequestsPeak','Peak of RPC requests',20,1,0,0,300,0,'','','','SELECT RPCRequestsPeak FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (294,'Exchange UserCount','The number of users connected to the information store',20,1,0,0,300,0,'','','','SELECT UserCount FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (295,'Exchange ActiveConnectionCount','Number of connections that have shown some activity in the last 10 minutes.',20,1,0,0,300,0,'','','','SELECT ActiveConnectionCount FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (296,'Exchange ActiveUserCount','This counter gives the number of unique users that have logged on to the server and been active in the last 10 minutes',20,1,0,0,300,0,'','','','SELECT ActiveUserCount FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (297,'Exchange MaximumConnections','Maximum Connections',20,1,0,0,300,0,'','','','SELECT MaximumConnections FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (298,'Exchange MaximumUsers','Maximum number of Users.',20,1,0,0,300,0,'','','','SELECT MaximumUsers FROM Win32_PerfRawData_MSExchangeIS_MSExchangeIS',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (299,'AD AppMgmt','Status of the AppMgmt service.',18,3,0,0,300,1,'','','','SELECT name,status,state from Win32_Service WHERE name='AppMgmt'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (300,'AD Dnscache','Status of the Dnscache service used by the AD.',18,3,0,0,300,1,'','','','SELECT name,status,state from Win32_Service WHERE name='Dnscache'',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (301,'IIS CurrentFileCacheMemoryUsage','The number of bytes currently used for the user-mode file cache. ',19,1,0,0,300,0,'','','','select CurrentFileCacheMemoryUsage from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (302,'IIS ActiveFlushedEntries','The number of user-mode cache entries that have been flushed, though memory is still allocated for these entries. The allocated memory will ',19,1,0,0,300,0,'','','','select ActiveFlushedEntries from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (303,'IIS CurrentFilesCached','The number of files whose content is currently in the user-mode cache. ',19,1,0,0,300,0,'','','','select CurrentFilesCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (304,'IIS CurrentMetadataCached','The current number of metadata information blocks in the user-mode cache. ',19,1,0,0,300,0,'','','','select CurrentMetadataCached from Win32_PerfRawData_W3SVC_WebServiceCache',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (305,'IIS CurrentURIsCached','The number of URI information blocks that are currently stored in the user-mode cache. ',19,1,0,0,300,0,'','','','select CurrentURIsCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (306,'IIS DescriptionFileCacheFlushes','Description of the number of files that have been removed from the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select DescriptionFileCacheFlushes from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (307,'IIS FileCacheHits','The number of successful lookups in the user-mode file cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select FileCacheHits from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (308,'IIS FileCacheHitsPercent','The ratio of user-mode file cache hits to total cache requests that have been made since the WWW service started up',19,1,0,0,300,0,'','','','select FileCacheHitsPercent from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (309,'IIS FileCacheHitsPercent_Base','Base value for FileCacheHitsPercent used to calculate percentage.',19,1,0,0,300,0,'','','','select FileCacheHitsPercent_Base from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (310,'IIS FileCacheMisses','The number of unsuccessful lookups in the user-mode file cache that have been made since the WWW service started. ',19,1,0,0,300,0,'','','','select FileCacheMisses from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (311,'IIS Frequency_Object','Frequency, in ticks per second, of Timestamp_Object. This property is defined by the provider',19,1,0,0,300,0,'','','','select Frequency_Object from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (312,'IIS Frequency_PerfTime','Frequency, in ticks per second, of Timestamp_Perftime',19,1,0,0,300,0,'','','','select Frequency_PerfTime from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (313,'IIS KernelCurrentURIsCached','The number of URI information blocks currently cached by the kernel. ',19,1,0,0,300,0,'','','','select KernelCurrentURIsCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (314,'IIS KernelTotalFlushedURIs','The number of URI information blocks that have been removed from the kernel cache since the WWW service started. ',19,1,0,0,300,0,'','','','select KernelTotalFlushedURIs from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (315,'IIS KernelTotalURIsCached','The number of URI information blocks that have been added to the kernel URI cache since the WWW service started. ',19,1,0,0,300,0,'','','','select KernelTotalURIsCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (316,'IIS KernelURICacheFlushes','The number of kernel URI cache flushes that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select KernelURICacheFlushes from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (317,'IIS KernelURICacheHits','The number of successful lookups in the kernel URI cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select KernelURICacheHits from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (318,'IIS KernelURICacheHitsPercent','The ratio of Kernel: URI Cache Hits to total cache requests since the WWW service started',19,1,0,0,300,0,'','','','select KernelURICacheHitsPercent from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (319,'IIS KernelUriCacheHitsPersec','The average number of kernel URI cache hits that are being made per second. ',19,1,0,0,300,0,'','','','select KernelUriCacheHitsPersec from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (320,'Free disk','_VOLUME_ID is your volume ID, for example "c:"',16,1,0,0,600,1,'','','','SELECT FreeSpace FROM Win32_LogicalDisk WHERE DeviceID = _VOLUME_ID_',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (321,'Process Status','Return status of Process Status given it's name (case sensitive!) including extension. Use process manager to get process name. Returns 1 if',16,2,0,0,300,1,'','','Running','ELECT State FROM Win32_Service WHERE Name = "_Name of process_"',4,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (322,'IIS KernelURICacheMisses','The number of unsuccessful lookups in the kernel URI cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select KernelURICacheMisses from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (323,'IIS MaximumFileCacheMemoryUsage','The maximum number of bytes that have been used for the user-mode file cache since the WWW service started. ',19,1,0,0,300,0,'','','','select MaximumFileCacheMemoryUsage from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (324,'IIS MetadataCacheFlushes','The number of user-mode metadata cache flushes that have occurred since the WWW service started.',19,1,0,0,300,0,'','','','select MetadataCacheFlushes from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (325,'IIS MetadataCacheHits','The number of successful lookups in the user-mode metadata cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select MetadataCacheHits from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (326,'IIS MetadataCacheHitsPercent','The ratio of successful lookups to total metadata cache requests. ',19,1,0,0,300,0,'','','','select MetadataCacheHitsPercent from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (327,'IIS MetadataCacheMisses','The number of unsuccessful lookups in the user-mode metadata cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select MetadataCacheMisses from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (328,'IIS TotalFilesCached','The number of files whose content has been added to the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalFilesCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (329,'IIS TotalFlushedFiles','The number of file handles that have been removed from the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalFlushedFiles from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (330,'IIS TotalFlushedMetadata','The number of metadata information blocks that have been removed from the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalFlushedMetadata from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (331,'IIS TotalFlushedURIs','The number of URI information blocks that have been removed from the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalFlushedURIs from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (332,'IIS TotalMetadataCached','The number of metadata information blocks that have been added to the user-mode cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalMetadataCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (333,'IIS TotalURIsCached','The number of URI information blocks that have been added to the kernel URI cache since the WWW service started. ',19,1,0,0,300,0,'','','','select TotalURIsCached from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (334,'IIS URICacheFlushes','The number of kernel URI cache flushes that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select URICacheFlushes from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (335,'IIS URICacheHits','The number of successful lookups in the kernel URI cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select URICacheHits from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (336,'IIS URICacheHitsPercent','The ratio of Kernel: URI Cache Hits to total cache requests since the WWW service started. ',19,1,0,0,300,0,'','','','select URICacheHitsPercent from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (337,'IIS URICacheMisses','The number of unsuccessful lookups in the kernel URI cache that have occurred since the WWW service started. ',19,1,0,0,300,0,'','','','select URICacheMisses from Win32_PerfRawData_W3SVC_WebServiceCache',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (338,'IIS AnonymousUsersPersec','Rate at which users are making anonymous connections using the Web service. (the value given is the total users)',19,1,0,0,300,0,'','','','select AnonymousUsersPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (339,'IIS BytesReceivedPersec','Total bytes received by the Web service.',19,1,0,0,300,0,'','','','select BytesReceivedPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (340,'IIS BytesSentPersec','Total bytes sent by the Web service.',19,1,0,0,300,0,'','','','select BytesSentPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (341,'IIS BytesTotalPersec','This is the total rate of bytes transferred by the Web service',19,1,0,0,300,0,'','','','select BytesTotalPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (342,'IIS CGIRequestsPersec','Rate of CGI requests that are simultaneously being processed by the Web service.',19,1,0,0,300,0,'','','','select CGIRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (343,'IIS ConnectionAttemptsPersec','Rate at which connections using the Web service are being attempted.',19,1,0,0,300,0,'','','','select ConnectionAttemptsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (344,'IIS CopyRequestsPersec','Rate at which HTTP requests using the COPY method are made. COPY requests are used for copying files and directories.',19,1,0,0,300,0,'','','','select CopyRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (345,'IIS CurrentAnonymousUsers','Number of users who currently have an anonymous connection using the Web service.\r\n',19,1,0,0,300,0,'','','','select CurrentAnonymousUsers from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (346,'IIS CurrentBlockedAsyncIORequests','Current requests temporarily blocked due to bandwidth throttling settings.',19,1,0,0,300,0,'','','','select CurrentBlockedAsyncIORequests from Win32_PerfRawData_W3SVC_WebService',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (347,'IIS CurrentCGIRequests','Current number of CGI requests that are simultaneously being processed by the Web service.',19,1,0,0,300,0,'','','Currentblockedbandwidthbytes','select CurrentCGIRequests from Win32_PerfRawData_W3SVC_WebService',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (348,'IIS CurrentConnections','Current number of connections established with the Web service.',19,1,0,0,300,0,'','','','select CurrentConnections from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (349,'IIS CurrentISAPIExtensionRequests','select CurrentISAPIExtensionRequests from Win32_PerfRawData_W3SVC_WebService',19,1,0,0,300,0,'','','','select CurrentISAPIExtensionRequests from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (350,'IIS CurrentNonAnonymousUsers','Number of users who currently have a non-anonymous connection using the Web service.',19,1,0,0,300,0,'','','','select CurrentNonAnonymousUsers from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (351,'IIS DeleteRequestsPersec','Total HTTP requests using the DELETE method are made. DELETE requests are generally used for file removal.',19,1,0,0,300,0,'','','','select DeleteRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (352,'IIS FilesPersec','Total files transferred; that is, sent and received by the Web service.',19,1,0,0,300,0,'','','','select FilesPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (353,'IIS FilesReceivedPersec','Total received files by the Web service.',19,1,0,0,300,0,'','','','select FilesReceivedPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (354,'IIS FilesSentPersec','Rate at which files are sent by the Web service.\r\n',19,1,0,0,300,0,'','','','select FilesSentPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (355,'IIS GetRequestsPersec ','Rate at which HTTP requests using the GET method are made. GET requests are generally used for basic file retrievals or image maps, tho',19,1,0,0,300,0,'','','','select GetRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (356,'IIS HeadRequestsPersec','Rate at which HTTP requests using the HEAD method are made. HEAD requests generally indicate that clients are querying the state of document',19,1,0,0,300,0,'','','','select HeadRequestsPersec from Win32_PerfRawData_W3SVC_WebService',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (357,'IIS ISAPIExtensionRequestsPersec','Rate of ISAPI extension requests that are simultaneously being processed by the Web service.',19,1,0,0,300,0,'','','','select ISAPIExtensionRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (358,'IIS LockedErrorsPersec','Rate of errors due to requests that cannot be satisfied by the server because the requested document was locked. These are generally reporte',19,1,0,0,300,0,'','','','select LockedErrorsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (359,'IIS LockRequestsPersec','Rate at which HTTP requests using the LOCK method are made. LOCK requests are used to lock a file for one user so that only t',19,1,0,0,300,0,'','','','select LockRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (360,'IIS LogonAttemptsPersec','Rate at which logons using the Web service are being attempted.',19,1,0,0,300,0,'','','','select LogonAttemptsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (361,'IIS MaximumAnonymousUsers','Maximum number of users who established concurrent anonymous connections using the Web service (counted after service start up).',19,1,0,0,300,0,'','','','select MaximumAnonymousUsers from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (362,'IIS MaximumCGIRequests','Maximum number of CGI requests simultaneously processed by the Web service.',19,1,0,0,300,0,'','','','select MaximumCGIRequests from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (363,'IIS MaximumConnections','Maximum number of simultaneous connections established with the Web service.',19,1,0,0,300,0,'','','','select MaximumConnections from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (364,'IIS MaximumISAPIExtensionRequests','Maximum number of ISAPI extension requests simultaneously processed by the Web service.\r\n',19,1,0,0,300,0,'','','','select MaximumISAPIExtensionRequests from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (365,'IIS MaximumNonAnonymousUsers','Maximum number of users who established concurrent non-anonymous connections using the Web service (counted after service start up).',19,1,0,0,300,0,'','','','select MaximumNonAnonymousUsers from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (366,'IIS MeasuredAsyncIOBandwidthUsage','Measured bandwidth of asynchronous I/O averaged over a minute.',19,1,0,0,300,0,'','','','select MeasuredAsyncIOBandwidthUsage from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (367,'IIS MkcolRequestsPersec','Rate at which HTTP requests using the MKCOL method are made. MKCOL requests are used to create directories on the server.',19,1,0,0,300,0,'','','','select MkcolRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (368,'IIS MoveRequestsPersec','Rate HTTP requests using the MOVE method are made. MOVE requests are used for moving files and directories.',19,1,0,0,300,0,'','','','select MoveRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (369,'IIS NonAnonymousUsersPersec','Rate at which users are making non-anonymous connections using the Web service.',19,1,0,0,300,0,'','','','select NonAnonymousUsersPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (370,'IIS NotFoundErrorsPersec','Rate of errors due to requests that could not be satisfied by the server because the requested document could not be found. These error',19,1,0,0,300,0,'','','','select NotFoundErrorsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (371,'IIS OptionsRequestsPersec','Rate at which HTTP requests using the OPTIONS method are made.',19,1,0,0,300,0,'','','','select OptionsRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (372,'IIS OtherRequestMethosPersec','Rate at which HTTP requests are made that do not use the OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PRO',19,1,0,0,300,0,'','','','select OtherRequestMethosPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (373,'IIS PostRequestsPersec','Rate at which HTTP requests using the POST method are made. POST requests are generally used for forms or gateway requests.',19,1,0,0,300,0,'','','','select PostRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (374,'IIS PropfindRequestsPersec','Rate at which HTTP requests using the PROPFIND method are made. PROPFIND requests retrieve property values on files and directories.',19,1,0,0,300,0,'','','','select PropfindRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (375,'IIS ProppatchRequestsPersec','Rate at which HTTP requests using the PROPPATCH method are made. PROPPATCH requests set property values on files and directories.',19,1,0,0,300,0,'','','','select ProppatchRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (376,'IIS PutRequestsPersec','Rate at which HTTP requests using the PUT method are made.',19,1,0,0,300,0,'','','','select PutRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (377,'IIS SearchRequestsPersec','Rate at which HTTP requests using the MS-SEARCH method are made. MS-SEARCH requests query the server to find resources that match a set ',19,1,0,0,300,0,'','','','select SearchRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (378,'IIS ServiceUptime','Time that the Web service is available to users. ',19,1,0,0,300,0,'','','','select ServiceUptime from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (379,'IIS TotalAllowedAsyncIORequests','Total requests that are allowed by bandwidth throttling settings (counted after service start up).',19,1,0,0,300,0,'','','','select TotalAllowedAsyncIORequests from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (380,'IIS TotalAnonymousUsers','Total number of users who established an anonymous connection with the Web service (counted after service start up).',19,1,0,0,300,0,'','','','select TotalAnonymousUsers from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (382,'IIS TotalBlockedAsyncIORequests','Total requests that are temporarily blocked due to bandwidth throttling settings (counted after service startup).',19,1,0,0,300,0,'','','','select TotalBlockedAsyncIORequests from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (384,'IIS UnlockRequestsPersec','Rate at which HTTP requests using the UNLOCK method are made. UNLOCK requests are used to remove locks from files.',19,1,0,0,300,0,'','','','select UnlockRequestsPersec from Win32_PerfRawData_W3SVC_WebService',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (385,'Exchange AvgRecipientsPermsgReceived','Average number of recipients per inbound message received.',20,1,0,0,300,0,'','','','select AvgRecipientsPermsgReceived from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (386,'Exchange AvgRecipientsPermsgSent','Average number of recipients per outbound messages sent.',20,1,0,0,300,0,'','','','select AvgRecipientsPermsgSent from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (387,'Exchange AvgRetriesPermsgDelivered','Average number of retries per local delivery.',20,1,0,0,300,0,'','','','select AvgRetriesPermsgDelivered from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (388,'Exchange AvgRetriesPermsgSent','Average number of retries per outbound message sent.',20,1,0,0,300,0,'','','','select AvgRetriesPermsgSent from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (389,'Exchange BadmailedMessagesBadPickupFile','Number of malformed pickup messages sent to the SMTP bad mail directory.',20,1,0,0,300,0,'','','','select BadmailedMessagesBadPickupFile from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (390,'Exchange BadmailedMessagesGeneralFailure','Number of messages sent to badmail for reasons not associated with a specific counter.',20,1,0,0,300,0,'','','','select BadmailedMessagesGeneralFailure from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (391,'Exchange BadmailedMessagesHopCountExceeded','Number of messages sent to badmail because they had exceeded the maximum hop count.',20,1,0,0,300,0,'','','','select BadmailedMessagesHopCountExceeded from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (392,'Exchange BadmailedMessagesNDRofDSN','Number of delivery status notifications sent to badmail because they could not be delivered.',20,1,0,0,300,0,'','','','select BadmailedMessagesNDRofDSN from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (393,'Exchange BadmailedMessagesNoRecipients','Number of messages sent to badmail because they had no recipients.',20,1,0,0,300,0,'','','','select BadmailedMessagesNoRecipients from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (394,'Exchange BadmailedMessagesTriggeredviaEvent','Number of messages sent to badmail at the request of a server event sink.',20,1,0,0,300,0,'','','','select BadmailedMessagesTriggeredviaEvent from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (395,'Exchange BytesReceivedPersec','Rate at which bytes are received in messages.',20,1,0,0,300,0,'','','','select BytesReceivedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (396,'Exchange BytesReceivedTotal','Total number of bytes received in messages.',20,1,0,0,300,0,'','','','select BytesReceivedTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (397,'Exchange BytesSentPersec','Rate at which bytes are sent in messages.',20,1,0,0,300,0,'','','','select BytesSentPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (398,'Exchange BytesSentTotal','Total number of bytes sent in messages.',20,1,0,0,300,0,'','','','select BytesSentTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (399,'Exchange BytesTotal','Rate at which bytes are sent and received.',20,1,0,0,300,0,'','','','select BytesTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (400,'Exchange BytesTotalPersec','Rate at which bytes are sent and received.',20,1,0,0,300,0,'','','','select BytesTotalPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (401,'Exchange CatAddresslookupcompletions','Number of address lookup completions processed.',20,1,0,0,300,0,'','','','select CatAddresslookupcompletions from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (402,'Exchange CatAddresslookupcompletionsPersec','Number of address lookup completions processed per second.',20,1,0,0,300,0,'','','','select CatAddresslookupcompletionsPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (403,'Exchange CatAddresslookups','Number of Directory Services (DS) lookups for individual addresses.',20,1,0,0,300,0,'','','','select CatAddresslookups from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (404,'Exchange CatAddressLookupsNotFound','Number of address lookups that did not find any DS object.',20,1,0,0,300,0,'','','','select CatAddresslookupsnotfound from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (405,'Exchange CatAddresslookupsPersec','Number of address lookups dispatched to the DS per second.',20,1,0,0,300,0,'','','','select CatAddresslookupsPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (406,'Exchange CatCategorizationscompleted','Total number of messages submitted to the categorizer that have finished categorization.',20,1,0,0,300,0,'','','','select CatCategorizationscompleted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (407,'Exchange CatCategorizationscompletedPersec','Rate of categorizations completed.',20,1,0,0,300,0,'','','','select CatCategorizationscompletedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (408,'Exchange CatCategorizationscompletedsuccessfully','Number of categorizations that completed without any errors.\r\n',20,1,0,0,300,0,'','','','select CatCategorizationscompletedsuccessfully from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (409,'Exchange CatCategorizationsfailedDSconnectionfailure','Number of categorizations that failed.',20,1,0,0,300,0,'','','','select CatCategorizationsfailedDSconnectionfailure from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (410,'Exchange CatCategorizationsfailedDSlogonfailure','Number of categorizations that failed due to a DS logon failure',20,1,0,0,300,0,'','','','select CatCategorizationsfailedDSlogonfailure from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (411,'Exchange CatCategorizationsfailednonretryableerror','Number of categorizations that failed with a hard error (cannot be retried).',20,1,0,0,300,0,'','','','select CatCategorizationsfailednonretryableerror from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (412,'Exchange CatCategorizationsfailedOutOfMemory','Number of categorizations that failed due to lack of available memory.',20,1,0,0,300,0,'','','','select CatCategorizationsfailedOutOfMemory from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (413,'Exchange CatCategorizationsfailedretryableerror ','Number of categorizations that failed with an error that could be retried.',20,1,0,0,300,0,'','','','SELECT CatCategorizationsfailedretryableerror from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (414,'Exchange CatCategorizationsfailedsinkretryableerror','Number of categorizations that failed with a generic error that could be retried.',20,1,0,0,300,0,'','','','select CatCategorizationsfailedsinkretryableerror from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (415,'Exchange CatCategorizationsinprogress','Number of categorizations in progress.',20,1,0,0,300,0,'','','','select CatCategorizationsinprogress from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (416,'Exchange CategorizerQueueLength','Number of messages in the categorizer queue.',20,1,0,0,300,0,'','','','select CategorizerQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (417,'LDAP CatLDAPbindfailures','Total number of LDAP bind failures.',21,1,0,0,300,0,'','','','select CatLDAPbindfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (418,'LDAP CatLDAPbinds','Total number of successful LDAP bind operations performed',21,1,0,0,300,0,'','','','select CatLDAPbinds from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (419,'LDAP CatLDAPconnectionfailures','Total number of failed LDAP connections.\r\n',21,1,0,0,300,0,'','','','select CatLDAPconnectionfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (420,'LDAP CatLDAPconnections','Total number of LDAP connections opened.',21,1,0,0,300,0,'','','','select CatLDAPconnections from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (421,'LDAP CatLDAPconnectionscurrentlyopen','Number of LDAP connections currently open.',21,1,0,0,300,0,'','','','select CatLDAPconnectionscurrentlyopen from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (422,'LDAP CatLDAPGeneralCompletionFailures','Number of LDAP completions with a generic failure.',21,1,0,0,300,0,'','','','select CatLDAPgeneralcompletionfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (423,'LDAP CatLDAPpagedsearchcompletionfailures','Number of LDAP completions with a generic failure.',21,1,0,0,300,0,'','','','select CatLDAPpagedsearchcompletionfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (424,'LDAP CatLDAPpagedsearches','LDAP paged searches successfully dispatched.',21,1,0,0,300,0,'','','','select CatLDAPpagedsearches from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (425,'LDAP CatLDAPpagedsearchescompleted ','LDAP paged searches successfully dispatched.',21,1,0,0,300,0,'','','','select CatLDAPpagedsearchescompleted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (426,'LDAP CatLDAPpagedsearchfailures','Number of failures to dispatch an asynchronous LDAP page search.',21,1,0,0,300,0,'','','','select CatLDAPpagedsearchfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (427,'LDAP CatLDAPsearchcompletionfailures','Number of LDAP searches that completed with a failure.',21,1,0,0,300,0,'','','','select CatLDAPsearchcompletionfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (428,'LDAP CatLDAPsearches','LDAP searches successfully dispatched.',21,1,0,0,300,0,'','','','select CatLDAPsearches from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (429,'LDAP CatLDAPsearchesabandoned','Number of LDAP searches abandoned.',21,1,0,0,300,0,'','','','select CatLDAPsearchesabandoned from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (430,'LDAP CatLDAPsearchescompleted','Number of LDAP search completions processed.\r\n',21,1,0,0,300,0,'','','','select CatLDAPsearchescompleted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (431,'LDAP CatLDAPsearchescompletedPersec','LDAP search completions processed per second.',21,1,0,0,300,0,'','','','select CatLDAPsearchescompletedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (432,'LDAP CatLDAP archespendingcompletion','Number of LDAP searches pending async completion.',21,1,0,0,300,0,'','','','select CatLDAPsearchespendingcompletion from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (433,'LDAP CatLDAPsearchesPersec','LDAP searches successfully dispatched per second.',21,1,0,0,300,0,'','','','select CatLDAPsearchesPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (434,'LDAP CatLDAPsearchfailures','Number of failures to dispatch an async LDAP search.',21,1,0,0,300,0,'','','','select CatLDAPsearchfailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (435,'Exchange Catmailmsgduplicatecollisions','Number of times a duplicate recipient address was detected by mailmsg or categorizer.',20,1,0,0,300,0,'','','','select Catmailmsgduplicatecollisions from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (436,'Exchange CatMessagesaborted','Number of messages marked to be canceled by the categorizer.',20,1,0,0,300,0,'','','','select CatMessagesaborted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (437,'Exchange CatMessagesbifurcated','Number of new messages created by the categorizer (bifurcation).',20,1,0,0,300,0,'','','','select CatMessagesbifurcated from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (438,'Exchange CatMessagesCategorized','Number of messages categorizer has submitted to queuing.',20,1,0,0,300,0,'','','','select CatMessagesCategorized from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (439,'Exchange CatMessagessubmitted','Rate at which messages are being submitted to the categorizer.',20,1,0,0,300,0,'','','','select CatMessagessubmitted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (440,'Exchange CatMessagessubmittedPersec','Rate at which messages are being submitted to the categorizer.',20,1,0,0,300,0,'','','','select CatMessagessubmittedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (441,'Exchange CatRecipientsaftercategorization','Number of mailmsg recipients submitted from categorizer to queuing.',20,1,0,0,300,0,'','','','select CatRecipientsaftercategorization from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (442,'Exchange CatRecipientsbeforecategorization','Number of mailmsg recipients submitted to categorizer.',20,1,0,0,300,0,'','','','select CatRecipientsbeforecategorization from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (443,'Exchange CatRecipientsincategorization','Number of recipients that the categorizer is currently processing.',20,1,0,0,300,0,'','','','select CatRecipientsincategorization from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (444,'Exchange CatRecipientsNDRdambiguousaddress','Number of recipients with addresses that match multiple DS objects.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdambiguousaddress from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (445,'Exchange CatRecipientsNDRdbycategorizer','Number of recipients set to receive a non-delivery report from the categorizer.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdbycategorizer from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (446,'Exchange CatRecipientsNDRdforwardingloop','Number of recipients that received a non-delivery report from the categorizer due to a forwarding loop detection.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdforwardingloop from Win32_PerfFormattedData_SMTPSVC_SMTPServer',1,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (447,'Exchange CatRecipientsNDRdillegaladdress','Number of recipients with illegal addresses detected by the categorizer.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdillegaladdress from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (448,'Exchange CatRecipientsNDRdsinkreciperrors','Number of recipients that received a non-delivery report from the categorizer due to a generic recipient failure.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdsinkreciperrors from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (449,'Exchange CatRecipientsNDRdunresolved','Number of senders not found in the DS.',20,1,0,0,300,0,'','','','select CatRecipientsNDRdunresolved from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (450,'Exchange CatSendersunresolved','Number of senders not found in the DS.',20,1,0,0,300,0,'','','','select CatSendersunresolved from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (451,'Exchange CatSenderswithambiguousaddresses','Number of senders with addresses that match multiple DS objects.',20,1,0,0,300,0,'','','','select CatSenderswithambiguousaddresses from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (452,'Exchange ConnectionErrorsPersec','Number of connection errors per second.',20,1,0,0,300,0,'','','','select ConnectionErrorsPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (453,'Exchange CurrentMessagesinLocalDelivery','Number of messages that are currently being processed by a server event sink for local delivery.',20,1,0,0,300,0,'','','','select CurrentMessagesinLocalDelivery from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (454,'Exchange DirectoryDropsPersec','Number of messages placed in a drop directory per second.',20,1,0,0,300,0,'','','','select DirectoryDropsPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (455,'Exchange DirectoryDropsTotal','Total number of messages placed in a drop directory.',20,1,0,0,300,0,'','','','select DirectoryDropsTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (456,'Exchange DNSQueriesPersec','Rate of DNS lookups.',20,1,0,0,300,0,'','','','select DNSQueriesPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (457,'Exchange DNSQueriesTotal','Total number of DNS lookups.',20,1,0,0,300,0,'','','','select DNSQueriesTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (458,'Exchange ETRNMessagesPersec','Number of Extended Simple Mail Transport Protocol (ETRN) messages per second.',20,1,0,0,300,0,'','','','select ETRNMessagesPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (459,'Exchange ETRNMessagesTotal','Total number of ETRN messages received by the server.',20,1,0,0,300,0,'','','','select ETRNMessagesTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (460,'Exchange InboundConnectionsCurrent','Total current inbound connections',20,1,0,0,300,0,'','','','select InboundConnectionsCurrent from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (461,'Exchange InboundConnectionsTotal','Total number of inbound connections received.',20,1,0,0,300,0,'','','','select InboundConnectionsTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (462,'Exchange LocalQueueLength','Number of messages in the local queue.',20,1,0,0,300,0,'','','','select LocalQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (463,'Exchange LocalRetryQueueLength','Number of messages in the local retry queue.',20,1,0,0,300,0,'','','','select LocalRetryQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (464,'Exchange MessageBytesReceivedPersec','Rate that bytes are received in messages.',20,1,0,0,300,0,'','','','select MessageBytesReceivedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (465,'Exchange MessageBytesReceivedTotal','Total number of bytes received in messages.',20,1,0,0,300,0,'','','','select MessageBytesReceivedTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (466,'Exchange MessageBytesSentPersec','Rate that bytes are sent in messages.',20,1,0,0,300,0,'','','','select MessageBytesSentPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (467,'Exchange MessageBytesSentTotal','Total number of bytes sent in messages.',20,1,0,0,300,0,'','','','select MessageBytesSentTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (468,'Exchange MessageBytesTotal','Total number of bytes sent and received in messages.',20,1,0,0,300,0,'','','','select MessageBytesTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (469,'Exchange MessageBytesTotalPersec','Rate at which bytes are sent and received in messages.',20,1,0,0,300,0,'','','','select MessageBytesTotalPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (470,'Exchange MessageDeliveryRetries','Total number of local deliveries that were retried.',20,1,0,0,300,0,'','','','select MessageDeliveryRetries from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (471,'Exchange MessagesCurrentlyUndeliverable','Number of messages that have been reported as currently undeliverable by routing.',20,1,0,0,300,0,'','','','select MessagesCurrentlyUndeliverable from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (472,'Exchange MessagesDeliveredPersec','Rate at which messages are delivered to local mailboxes.\r\n',20,1,0,0,300,0,'','','','select MessagesDeliveredPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (473,'Exchange MessagesDeliveredTotal','Total number of messages delivered to local mailboxes.',20,1,0,0,300,0,'','','','select MessagesDeliveredTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (474,'Exchange MessageSendRetries','Total number of outbound message send operations that were retried.',20,1,0,0,300,0,'','','','select MessageSendRetries from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (475,'Exchange MessagesPendingRouting','Number of messages that have been categorized but not routed.',20,1,0,0,300,0,'','','','select MessagesPendingRouting from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (476,'Exchange MessagesReceivedPersec','Rate that inbound messages are being received.\r\n',20,1,0,0,300,0,'','','','select MessagesReceivedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (477,'Exchange MessagesReceivedTotal','Total number of inbound messages accepted.',20,1,0,0,300,0,'','','','select MessagesReceivedTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (478,'Exchange MessagesRefusedforAddressObjects','Total number of messages refused due to lack of address objects.',20,1,0,0,300,0,'','','','select MessagesRefusedforAddressObjects from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (479,'Exchange MessagesRefusedforMailObjects','Total number of messages refused due to lack of mail objects.',20,1,0,0,300,0,'','','','select MessagesRefusedforMailObjects from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (480,'Exchange MessagesRefusedforSize','Total number of messages rejected because they were too big.',20,1,0,0,300,0,'','','','select MessagesRefusedforSize from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (481,'Exchange MessagesSentPersec','Rate at which outbound messages are being sent.',20,1,0,0,300,0,'','','','select MessagesSentPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (482,'Exchange MessagesSentTotal','Total number of outbound messages sent.',20,1,0,0,300,0,'','','','select MessagesSentTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (483,'Exchange NDRsGenerated','Number of non-delivery reports that have been generated.',20,1,0,0,300,0,'','','','select NDRsGenerated from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (484,'Exchange NumberofMailFilesOpen','Number of handles to open mail files.',20,1,0,0,300,0,'','','','select NumberofMailFilesOpen from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (485,'Exchange NumberofQueueFilesOpen','Number of handles to open queue files.',20,1,0,0,300,0,'','','','select NumberofQueueFilesOpen from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (486,'Exchange OutboundConnectionsCurrent','Number of connections currently outbound.',20,1,0,0,300,0,'','','','select OutboundConnectionsCurrent from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (487,'Exchange OutboundConnectionsRefused','Number of outbound connection attempts refused by remote sites.',20,1,0,0,300,0,'','','','select OutboundConnectionsRefused from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (488,'Exchange OutboundConnectionsTotal','Total number of outbound connections attempted.',20,1,0,0,300,0,'','','','select OutboundConnectionsTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (489,'Exchange PercentRecipientsLocal','Percentage of recipients that will be delivered locally.',20,1,0,0,300,0,'','','','select PercentRecipientsLocal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (490,'Exchange PercentRecipientsRemote','Percentage of recipients that will be delivered remotely.',20,1,0,0,300,0,'','','','select PercentRecipientsRemote from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (491,'Exchange PickupDirectoryMessagesRetrievedPersec','Rate at which messages are being retrieved from the mail pick-up directory.',20,1,0,0,300,0,'','','','select PickupDirectoryMessagesRetrievedPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (492,'Exchange PickupDirectoryMessagesRetrievedTotal ','Total number of messages retrieved from the mail pick-up directory.',20,1,0,0,300,0,'','','','select PickupDirectoryMessagesRetrievedTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (493,'Exchange RemoteQueueLength','Number of messages in the remote queue.',20,1,0,0,300,0,'','','','select RemoteQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (494,'Exchange RemoteRetryQueueLength','Number of messages in the retry queue for remote delivery.',20,1,0,0,300,0,'','','','select RemoteRetryQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (495,'Exchange RoutingTableLookupsPersec','Number of routing table lookups per second.',20,1,0,0,300,0,'','','','select RoutingTableLookupsPersec from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (496,'Exchange RoutingTableLookups','Total number of routing table lookups.',20,1,0,0,300,0,'','','','select RoutingTableLookupsTotal from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (497,'Exchange TotalConnectionErrors','Total number of connection errors.',20,1,0,0,300,0,'','','','select TotalConnectionErrors from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (498,'Exchange TotalDSNFailures','Total number of failed DSN generation attempts.',20,1,0,0,300,0,'','','','select TotalDSNFailures from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (499,'Exchange Totalmessagessubmitted','Total messages submitted to queuing for delivery.',20,1,0,0,300,0,'','','','select Totalmessagessubmitted from Win32_PerfFormattedData_SMTPSVC_SMTPServer',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (501,'MSDTC AbortedTransactions','Number of canceled transactions.',22,1,0,0,300,0,'','','','select AbortedTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (502,'MSDTC AbortedTransactionsPersec','Transactions canceled per second.',22,1,0,0,300,0,'','','','select AbortedTransactionsPersec from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (503,'MSDTC ActiveTransactions','Number of currently active transactions.',22,1,0,0,300,0,'','','','select ActiveTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (504,'MSDTC ActiveTransactionsMaximum','Maximum number of transactions ever concurrently active.',22,1,0,0,300,0,'','','','select ActiveTransactionsMaximum from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (505,'MSDTC CommittedTransactions','Number of committed transactions.\r\n',22,1,0,0,300,0,'','','','select CommittedTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (506,'MSDTC CommittedTransactionsPersec','Transactions committed per second.',22,1,0,0,300,0,'','','','select CommittedTransactionsPersec from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (507,'MSDTC ForceAbortedTransactions','Number of transactions canceled by the system administrator.',22,1,0,0,300,0,'','','','select ForceAbortedTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (508,'MSDTC ForceCommittedTransactions','Number of transactions committed by the system administrator.',22,1,0,0,300,0,'','','','select ForceCommittedTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (509,'MSDTC InDoubtTransactions','Number of transactions whose outcomes are in doubt.',22,1,0,0,300,0,'','','','select InDoubtTransactions from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (510,'MSDTC ResponseTimeAverage','Average time delta between transaction beginning and commitment.',22,1,0,0,300,0,'','','','select ResponseTimeAverage from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (511,'MSDTC ResponseTimeMaximum','Maximum time delta between transaction beginning and commitment.',22,1,0,0,300,0,'','','','select ResponseTimeMaximum from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (512,'MSDTC ResponseTimeMinimum','Minimum time delta between transaction beginning and commitment.',22,1,0,0,300,0,'','','','select ResponseTimeMinimum from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (513,'MSDTC TransactionsPersec','Transactions performed per second.',22,1,0,0,300,0,'','','','select TransactionsPersec from Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator',3,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (514,'c2900InfoPeakBuffersUsed','ftp://ftp.cisco.com/pub/mibs/oid/CISCO-C2900-MIB.oid',23,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.87.1.1.2.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (515,'c2900InfoTotalBufferDepth','ftp://ftp.cisco.com/pub/mibs/oid/CISCO-C2900-MIB.oid',23,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.87.1.1.3.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (516,'c2900BandwidthUsageCurrent ','ftp://ftp.cisco.com/pub/mibs/oid/CISCO-C2900-MIB.oid',23,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.87.1.5.1.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (517,'Latest Message ','Get the last message sent in Syslog',2,17,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.41.1.2.3.1.5.12',1,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (518,'Latest Message date','',2,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.9.41.1.2.3.1.6.12',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (519,'CPU avgBusy1min ','',2,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.2.1.57.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (520,'CPU avgBusy5min ','',2,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.2.1.58.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (521,'Software Image running ','',2,17,0,0,1800,0,'','','public','1.3.6.1.4.1.9.2.1.73.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (522,'nvRAMUsed','',2,15,0,0,300,0,'','','public','1.3.6.1.4.1.9.3.6.8.0',2,2,0,'','','0',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (523,'Printers BytesPrintedPersec','Number of bytes per second printed on a print queue.',24,1,0,0,300,1,'','','','select BytesPrintedPersec from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (524,'Printers JobErrors','Total number of job errors in a print queue after the last restart.',24,1,0,0,300,1,'','','','select JobErrors from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total' ',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (525,'Printers Jobs','Current number of jobs in a print queue.',24,1,0,0,300,1,'','','','select Jobs from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total' ',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (526,'Printers JobsSpooling','Current number of spooling jobs in a print queue.',24,1,0,0,300,1,'','','','select JobsSpooling from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (527,'Printers MaxJobsSpooling','Maximum number of spooling jobs in a print queue after the last restart.\r\n',24,1,0,0,300,1,'','','','select MaxJobsSpooling from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (528,'Printers NotReadyErrors','Total number of printer-not-ready errors in a print queue after the last restart.',24,1,0,0,300,1,'','','','select NotReadyErrors from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (529,'Printers OutofPaperErrors','Total number of out-of-paper errors in a print queue after the last restart.',24,1,0,0,300,1,'','','','select OutofPaperErrors from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (530,'Printers TotalJobsPrinted','Total number of jobs printed on a print queue after the last restart.',24,1,0,0,300,1,'','','','select TotalJobsPrinted from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (531,'Printers TotalPagesPrinted','Total number of pages printed through GDI on a print queue after the last restart.',24,1,0,0,300,1,'','','','select TotalPagesPrinted from Win32_PerfRawData_Spooler_PrintQueue where NAME = '_total'',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (532,'Printers Availability','Availability and status of the device\r\n\r\nValue Meaning\r\n\r\n10x1 Other\r\n\r\n20x2 Unknown\r\n\r\n30x3 Running or Full Power\r\n\r\n40x4 Warning\r\n\r\n50x5 In Test\r\n\r\n60x6 Not Applicable\r',24,3,0,0,300,0,'','','','select Availability from Win32_Printer',5,6,0,'','','10',0,1,0.00,0.00,NULL,0.00,0.00,NULL,0,NULL,NULL,NULL,0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (533,'Serv_IISAdmin','IIS Administration Server service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'IISAdmin'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (534,'Serv_MSSQL_server','Displays if MS SQL SERVER is running',27,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "MSSQLSERVER"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (535,'SQLServer_DataFilesSizeKB','Sql database size in kb ',27,1,0,0,0,0,'','','','select state from Win32_Service where name = "MSSQLSERVER"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (536,'SQLServer_SQLErrors ','Errors / sec in the database ',27,1,0,0,0,0,'','','','select Errors/sec from Win32_PerfRawData_MSSQLSERVER_SQLServerSQLErrors ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (537,'SQLServer_TotalServerMemoryKB','Specifies the amount of memory not used currently by the server. ',27,1,0,0,0,0,'','','','select TotalServerMemoryKB from Win32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (538,'SQLServer_ConnectionMemoryKB','Specifies the total amount of dynamic memory the server is using for maintaining connections.',27,1,0,0,0,0,'','','','select ConnectionMemoryKB from Win32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (539,'SQLServer_MaxWorkspaceMemoryKB','Indicates the maximum amount of memory available for executing processes such as hash operations, sort, bulk copy, and index creation.',27,1,0,0,0,0,'','','','select MaximumWorkspaceMemoryKB from Win32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (540,'SQLServer_UserConnections','Count the number of users currently connected to SQL Server.',27,1,0,0,0,0,'','','','select UserConnections from Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (541,'SQLServer_ Processesblocked','Number of processes currently blocked.',27,1,0,0,0,0,'','','','select Processesblocked from Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (542,'SQLServer_ActiveTempTables','Number of tables or table variables temporary used.',27,1,0,0,0,0,'','','','select ActiveTempTables from Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (543,'SQLServer_TempTablesForDestruction','Number of tables and variables temporary waiting tables to destroy the thread cleaning system.',27,1,0,0,0,0,'','','','select TempTablesForDestruction from Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (544,'SQLServer_BytesReceivedPersec','Number of bytes received per second. ',27,1,0,0,0,0,'','','','select BytesReceivedPersec from Win32_PerfFormattedData_MSSQLSERVER_SQLServerDatabaseMirroring',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (545,'SQLServer_BytesSentPersec','Number of bytes sent per second. ',27,1,0,0,0,0,'','','','select BytesSentPersec from Win32_PerfFormattedData_MSSQLSERVER_SQLServerDatabaseMirroring ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (546,'SQLServer_LogSendQueueKB','Total number of kilobytes of log that have not yet been sent to the mirror server. ',27,1,0,0,0,0,'','','','select LogSendQueueKB from Win32_PerfFormattedData_MSSQLSERVER_SQLServerDatabaseMirroring',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (547,'SQLServer_FreeSpaceintempdbKB','The amount of space (in kilobytes) available in tempdb.',27,1,0,0,0,0,'','','','select FreeSpaceintempdbKB from Win32_PerfRawData_MSSQLSERVER_SQLServerTransactions ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (548,'SQLServer_Transactions','Number of currently active transactions of all types.',27,1,0,0,0,0,'','','','select Transactions from Win32_PerfRawData_MSSQLSERVER_SQLServerTransactions ',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (549,'Perf_OracleHandleCount','Returns handle count per second for Oracle process.',28,4,0,0,0,0,'','','','select HandleCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (550,'Serv_Oracle_1TNSListener','Show if oracle listener is running ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "Oracle_1TNSListener"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (551,'Serv_Oracle <SID> VSS Writer Service','Show if Serv_Oracle VSS Writer Service is running ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "Oracle ORACLETA VSS Writer Service"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (552,'Serv_OracleDBConsoleORACLE_SID','Show if OracleDBConsoleORACLE_SID is running ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "OracleDBConsoleORACLE_SID"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (553,'Serv_Oracle OraDb11g_home1 Clr Agent','Show if Oracle OraDb11g_home1 Clr Agent is up ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "Oracle OraDb11g_home1 Clr Agent"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (554,'Serv_OracleJobScheduler<SID>','Show if OracleJobScheduler service is up ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "OracleJobScheduler<SID>"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (555,'Serv_OracleMTSRecoveryService','Show if OracleMTSRecoveryService is running ',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "OracleMTSRecoveryService"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (556,'ORACLE_HOME_Paths','Displays the path of the ORACLE_HOME environment variable ',28,3,0,0,0,0,'','','','SELECT VariableValue FROM Win32_Environment WHERE Name= "ORACLE_HOME"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (557,'Check port 1433/TCP','',27,10,0,0,0,1433,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (558,'Check port 1158/TCP','Comprueba el estado del puerto HTTP de la Consola de Enterprise Manager (Oracle)1158',28,9,0,0,0,1158,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (559,'Check port 3938/TCP','Comprueba el estado del puerto Puerto del Agente de Enterprise Manager (oracle) ',28,9,0,0,0,3938,'','','public','',7,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (560,'Check port 5620/TCP','Comprueba el estado del puerto HTTP para Ultra Search (oracle) ',28,9,0,0,0,5620,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (561,'Check port 5560/TCP','Comprueba el estado del puerto HTTP para iSQL*Plus (Oracle) ',28,9,0,0,0,5560,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (562,'N360_status ','Muestra si el antivirus Norton 360 esta corriendo o no ',30,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "N360" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (563,'NortonInternetSecurity_status ','Muestra si el antivirus Norton Internet Security esta corriendo o no ',30,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "NIS" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (564,'NortonAntivirus_status ','Muestra si el antivirus Norton esta corriendo o no ',30,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "NAV" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (565,'NortonIdentifySafe_status ','Muestra si el Norton Identity Safe esta corriendo ',30,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "NCO" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (566,'WindowsFirewall_status ','Show if Firewall Windows is running ',29,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "MpsSvc" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (567,'WindowsDefender_status','Show if WindowsDefender is running',29,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "WinDefend" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (568,'PandaGlobalProtection_status ','Show if PandaGlobalProtection is running',31,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "Panda Software Controller" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (569,'PandaFunctionService_status ','Show if PandaFunctionService is running',31,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "PAVFNSVR" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (570,'Panda_Process_Protection_Service_ status ','Show if Panda ProcessProtection Service is running',31,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "PavPrSrv" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (571,'Panda_Anti-Malware_Service_status','Show if Panda Anti-Malware Service is running',31,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "PAVSRV" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (572,'McAfee_Network_Agent_status ','Show if McAfee_Network_Agent is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "McNASvc" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (573,'McAfee_Protection_Manager_status ','Show if McAfee_Protection_Manager is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "mcmscsvc" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (574,'McAfee_Scanner_status ','Show if McAfee_Scanner is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "McODS" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (575,'McAfee_Proxy_Service_status ','Show if McAfee_Proxy_Service is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "McProxy" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (576,'McAfee_Real-time_Scanner_status ','Show if McAfee_Real-time_Scanner is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "McShield" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (577,'McAfee_SystemGuards_status ','Show if McAfee_SystemGuards is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "McSysmon" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (578,'McAfee_Personal_Firewall_Service_status ','Show if McAfee_Personal_Firewall_Service is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "MpfService" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (579,'McAfee_Anti-Spam_Service_status ','Show if McAfee_Anti-Spam_Service is running',32,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "MSK80Service" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (580,'Bitdefender_Virus_Shield_status','Show if Bitdefender Virus Shield is running',33,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "VSSERV" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (581,'BitDefender_Parental_service_status','Show if BitDefender Parental Control service is running',33,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BdDesktopParental" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (582,'Bitdefender-Desktop_Update_Service_status','Show if Bitdefender Desktop Update Service is running',33,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "UPDATESRV" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (583,'Perf_DNSCachingMemory','Total caching memory used by DNS server.',35,1,0,0,0,0,'','','','select CachingMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (584,'Perf_DNSDatabaseNodeMemory','Total database node memory used by DNS server.',35,1,0,0,0,0,'','','','select DatabaseNodeMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (585,'Perf_DNSDynamicUpdateNoOperation','No-operation/Empty dynamic update requests per second received by the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateNoOperation from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (586,'Perf_DNSDynamicUpdateQueued','Dynamic updates queued per second by the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateQueued from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (587,'Perf_DNSDynamicUpdateReceived','Dynamic update requests received per second by the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (588,'Perf_DNSDynamicUpdateRejected','Dynamic updates rejected per second by the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateRejected from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (589,'Perf_DNSDynamicUpdateTimeOuts','Dynamic update timeouts per second of the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateTimeOuts from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (590,'Perf_DNSDynamicUpdateWrittentoDatabase','Dynamic updates written to the database per second by the DNS server.',35,4,0,0,0,0,'','','','select DynamicUpdateWrittentoDatabase from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (591,'Perf_DNSNbstatMemory','Total Nbstat memory used by DNS server.',35,1,0,0,0,0,'','','','select NbstatMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (592,'Perf_DNSNotifyReceived','Notifies received per second by the secondary DNS server.',35,4,0,0,0,0,'','','','select NotifyReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (593,'Perf_DNSNotifySent','Notifies sent per second by the master DNS server.',35,4,0,0,0,0,'','','','select NotifySent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (594,'Perf_DNSRecordFlowMemory','Total record flow memory used by DNS server.',35,1,0,0,0,0,'','','','select NbstatMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (595,'Perf_DNSRecursiveQueries','Recursive queries per second received by DNS server.',35,4,0,0,0,0,'','','','select RecursiveQueries from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (596,'Perf_DNSRecursiveQueryFailure','Recursive query failures per second on the DNS server.',35,4,0,0,0,0,'','','','select RecursiveQueryFailure from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (597,'Perf_DNSRecursiveSendTimeOuts','Recursive queries sending timeouts per second on the DNS server.',35,4,0,0,0,0,'','','','select RecursiveSendTimeOuts from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (598,'Perf_DNSSecureUpdateFailure','Secure updates failed per second of the DNS server.',35,4,0,0,0,0,'','','','select SecureUpdateFailure from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (599,'Perf_DNSSecureUpdateReceived','Secure update requests per second received by the DNS server.',35,4,0,0,0,0,'','','','select SecureUpdateReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (600,'Perf_DNSTCPMessageMemory','Total TCP message memory used by DNS server.',35,1,0,0,0,0,'','','','select TCPMessageMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (601,'Perf_DNSTCPResponseSent','TCP reponses per second sent by DNS server.',35,4,0,0,0,0,'','','','select TCPResponseSent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (602,'Perf_DNSTotalQueryReceived','Queries per second received by DNS server.',35,4,0,0,0,0,'','','','select TotalQueryReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (603,'Perf_DNSTotalResponseSent','Reponses per second sent by DNS server.',35,4,0,0,0,0,'','','','select TotalResponseSent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (604,'Perf_DNSUDPMessageMemory','Total UDP message memory used by DNS server.',35,1,0,0,0,0,'','','','select UDPMessageMemory from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (605,'Perf_DNSTCPQueryReceived','TCP queries per second received by DNS server.',35,4,0,0,0,0,'','','','select TCPQueryReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (606,'Perf_DNSUDPQueryReceived','UDP queries per second received by DNS server.',35,4,0,0,0,0,'','','','select UDPQueryReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (607,'Perf_DNSUDPResponseSent','UDP reponses per second sent by DNS server.',35,4,0,0,0,0,'','','','select UDPResponseSent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (608,'Perf_DNSUnmatchedResponsesReceived','Response packets per second received by the DNS server that do not match any outstanding remote query.',35,4,0,0,0,0,'','','','select UnmatchedResponsesReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (609,'Perf_DNSWINSLookupReceived','WINS lookup requests per second received by the server.',35,4,0,0,0,0,'','','','select WINSLookupReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (610,'Perf_DNSWINSResponseSent','WINS lookup responses per second sent by the server.',35,4,0,0,0,0,'','','','select WINSResponseSent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (611,'Perf_DNSWINSReverseLookupReceived','WINS reverse lookup requests per second received by the server.',35,4,0,0,0,0,'','','','select WINSReverseLookupReceived from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (612,'Perf_DNSWINSReverseResponseSent','WINS Reverse lookup responses per second sent by the server.',35,4,0,0,0,0,'','','','select WINSReverseResponseSent from Win32_PerfFormattedData_DNS_DNS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (613,'Perf_NTDSABANRPersec','The rate at which Address Book clients perform Ambiguous Name Resolutions operations.',36,1,0,0,0,0,'','','','select ABANRPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (614,'Perf_NTDSABBrowsesPersec','AB Browses/sec is the rate at which Address Book clients perform browse operations.',36,1,0,0,0,0,'','','','select ABBrowsesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (615,'Perf_NTDSABClientSessions','Number of connected Address Book client sessions.',36,1,0,0,0,0,'','','','select ABClientSessions from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (616,'Perf_NTDSABMatchesPersec','The rate at which Address Book clients perform find operations.',36,1,0,0,0,0,'','','','select ABMatchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (617,'Perf_NTDSABPropertyReadsPersec','The rate at which Address Book clients perform property read operations.',36,1,0,0,0,0,'','','','select ABPropertyReadsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (618,'Perf_NTDSABProxyLookupsPersec','The rate at which proxy clients perform search operations.',36,1,0,0,0,0,'','','','select ABProxyLookupsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (619,'Perf_NTDSATQRequestLatency','Average length of time (in milliseconds) to process a request, not including time spent on the queue.',36,1,0,0,0,0,'','','','select ATQRequestLatency from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (620,'Perf_NTDSATQThreadsLDAP','The number of threads that ATQ has currently allocated to servicing LDAP requests.',36,1,0,0,0,0,'','','','select ATQThreadsLDAP from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (621,'Perf_NTDSATQThreadsOther','The number of threads that the ATQ has currently allocated to DS services other than LDAP.',36,1,0,0,0,0,'','','','select ATQThreadsOther from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (622,'Perf_NTDSATQThreadsTotal','The total number of ATQ threads that are either waiting to service an incoming request, or are already servicing a request.',36,1,0,0,0,0,'','','','select ATQThreadsTotal from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (623,'Perf_NTDSBasesearchesPersec','The number of base searches/sec',36,1,0,0,0,0,'','','','select BasesearchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (624,'Perf_NTDSDatabaseaddsPersec','The number of database adds/sec',36,1,0,0,0,0,'','','','select DatabaseaddsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (625,'Perf_NTDSDatabasedeletesPersec','The number of database deletes/sec',36,1,0,0,0,0,'','','','select DatabasedeletesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (626,'Perf_NTDSDatabaserecyclesPersec','The number of database recycles/sec',36,1,0,0,0,0,'','','','select DatabaserecyclesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (627,'Perf_NTDSDigestBindsPersec','The number of digest binds/sec',36,1,0,0,0,0,'','','','select DigestBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (628,'Perf_NTDSDRAInboundBytesCompressedBetweenSitesAfterCompressionPersec','Compressed size in bytes of inbound compressed replication data (size after compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAInboundBytesCompressedBetweenSitesAfterCompressionPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (629,'Perf_NTDSDRAInboundBytesCompressedBetweenSitesAfterCompressionSinceBoot','Compressed size in bytes of inbound compressed replication data (size after compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAInboundBytesCompressedBetweenSitesAfterCompressionSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (630,'Perf_NTDSDRAInboundBytesCompressedBetweenSitesBeforeCompressionSinceBoot','Original size in bytes of inbound compressed replication data (size before compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAInboundBytesCompressedBetweenSitesBeforeCompressionSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (631,'Perf_NTDSDRAInboundBytesCompressedBetweenSitesBeforeCompressionPersec','Original size in bytes of inbound compressed replication data (size before compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAInboundBytesCompressedBetweenSitesBeforeCompressionPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (632,'Perf_NTDSDRAInboundBytesNotCompressedWithinSitePersec','Number of bytes replicated in that were not compressed at the source (i.e., from DSAs in the same site).',36,1,0,0,0,0,'','','','select DRAInboundBytesNotCompressedWithinSitePersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (633,'Perf_NTDSDRAInboundBytesNotCompressedWithinSiteSinceBoot','Number of bytes replicated in that were not compressed at the source (i.e., from DSAs in the same site).',36,1,0,0,0,0,'','','','select DRAInboundBytesNotCompressedWithinSiteSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (634,'Perf_NTDSDRAInboundBytesTotalPersec','Total number of bytes replicated in. Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (a',36,1,0,0,0,0,'','','','select DRAInboundBytesTotalPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (635,'Perf_NTDSDRAInboundBytesTotalSinceBoot','Total number of bytes replicated in. Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (a',36,1,0,0,0,0,'','','','select DRAInboundBytesTotalSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (636,'Perf_NTDSDRAInboundFullSyncObjectsRemaining','Number of objects remaining until the full sync completes (when set).',36,1,0,0,0,0,'','','','select DRAInboundFullSyncObjectsRemaining from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (637,'Perf_NTDSDRAInboundLinkValueUpdatesRemaininginPacket','The number of link value updates received in the current directory replication update packet that have not yet been applied to the local',36,1,0,0,0,0,'','','','select DRAInboundLinkValueUpdatesRemaininginPacket from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (638,'Perf_NTDSDRAInboundObjectsAppliedPersec','The rate at which replication updates received from replication partners are applied by the local directory service. This count excludes changes ',36,1,0,0,0,0,'','','','select DRAInboundObjectsAppliedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (639,'Perf_NTDSDRAInboundObjectsFilteredPersec','Number of objects received from inbound replication partners that contained no updates that needed to be applied.',36,1,0,0,0,0,'','','','select DRAInboundObjectsFilteredPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (640,'Perf_NTDSDRAInboundObjectsPersec','No of objects received from neighbors through inbound replication.',36,1,0,0,0,0,'','','','select DRAInboundObjectsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (641,'Perf_NTDSDRAInboundObjectUpdatesRemaininginPacket','The number of object updates received in the current directory replication update packet that have not yet been applied to the local server.',36,1,0,0,0,0,'','','','select DRAInboundObjectUpdatesRemaininginPacket from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (642,'Perf_NTDSDRAInboundPropertiesTotalPersec','Total number of object properties received from inbound replication partners.',36,1,0,0,0,0,'','','','select DRAInboundPropertiesTotalPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (643,'Perf_NTDSDRAInboundTotalUpdatesRemaininginPacket','The number of total (link values + object) updates received in the current directory replication update packet that have not yet been',36,1,0,0,0,0,'','','','select DRAInboundTotalUpdatesRemaininginPacket from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (644,'Perf_NTDSDRAInboundValuesDNsonlyPersec','Number of object property values received from inbound replication partners that are Distinguished Names; i.e., that reference other objects. DN-values,&#x',36,1,0,0,0,0,'','','','select DRAInboundValuesDNsonlyPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (645,'Perf_NTDSDRAInboundValuesTotalPersec','Total number of object property values received from inbound replication partners. Each inbound object has one or more properties, and each prope',36,1,0,0,0,0,'','','','select DRAInboundValuesTotalPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (646,'Perf_NTDSDRAOutboundBytesCompressedBetweenSitesAfterCompressionPersec','Compressed size in bytes of outbound compressed replication data (size after compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAOutboundBytesCompressedBetweenSitesAfterCompressionPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (647,'Perf_NTDSDRAOutboundBytesCompressedBetweenSitesAfterCompressionSinceBoot','Compressed size in bytes of outbound compressed replication data (size after compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAOutboundBytesCompressedBetweenSitesAfterCompressionSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (648,'Perf_NTDSDRAOutboundBytesCompressedBetweenSitesBeforeCompressionPersec','Original size in bytes of outbound compressed replication data (size before compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAOutboundBytesCompressedBetweenSitesBeforeCompressionPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (649,'Perf_NTDSDRAOutboundBytesCompressedBetweenSitesBeforeCompressionSinceBoot','Original size in bytes of outbound compressed replication data (size before compression, from DSAs in other sites).',36,1,0,0,0,0,'','','','select DRAOutboundBytesCompressedBetweenSitesBeforeCompressionSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (650,'Perf_NTDSDRAOutboundBytesNotCompressedWithinSitePersec','Number of bytes replicated out that were not compressed (i.e., from DSAs in the same site).',36,1,0,0,0,0,'','','','select DRAOutboundBytesNotCompressedWithinSitePersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (651,'Perf_NTDSDRAOutboundBytesNotCompressedWithinSiteSinceBoot','Number of bytes replicated out that were not compressed (i.e., from DSAs in the same site).',36,1,0,0,0,0,'','','','select DRAOutboundBytesNotCompressedWithinSiteSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (652,'Perf_NTDSDRAOutboundBytesTotalPersec','Total number of bytes replicated out. Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (',36,1,0,0,0,0,'','','','select DRAOutboundBytesTotalPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (653,'Perf_NTDSDRAOutboundBytesTotalSinceBoot','Total number of bytes replicated out. Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (',36,1,0,0,0,0,'','','','select DRAOutboundBytesTotalSinceBoot from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (654,'Perf_NTDSDRAOutboundObjectsFilteredPersec','Number of objects looked at by outbound replication that were determined to have no updates that the outbound partner did not already have.',36,1,0,0,0,0,'','','','select DRAOutboundObjectsFilteredPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (655,'Perf_NTDSDRAOutboundObjectsPersec','No of objects replicated out.',36,1,0,0,0,0,'','','','select DRAOutboundObjectsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (656,'Perf_NTDSDRAOutboundPropertiesPersec','No of properties replicated out.',36,1,0,0,0,0,'','','','select DRAOutboundPropertiesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (657,'Perf_NTDSDRAOutboundValuesDNsonlyPersec','Number of object property values containing Distinguished Names sent to outbound replication partners. DN-values, such as group or distribution list m',36,1,0,0,0,0,'','','','select DRAOutboundValuesDNsonlyPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (658,'Perf_NTDSDRAOutboundValuesTotalPersec','Number of object property values sent to outbound replication partners.',36,1,0,0,0,0,'','','','select DRAOutboundValuesTotalPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (659,'Perf_NTDSDRAPendingReplicationOperations','The total number of replication operations on the directory that are queued for this server but not yet performed.',36,1,0,0,0,0,'','','','select DRAPendingReplicationOperations from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (660,'Perf_NTDSDRAPendingReplicationSynchronizations','DRA Pending Replication Synchronizations is the number of directory synchronizations that are queued for this server but not yet processed.',36,1,0,0,0,0,'','','','select DRAPendingReplicationSynchronizations from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (661,'Perf_NTDSDRASyncFailuresonSchemaMismatch','No of sync requests made to the neighbors that failed because their schema are out of sync.',36,1,0,0,0,0,'','','','select DRASyncFailuresonSchemaMismatch from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (662,'Perf_NTDSDRASyncRequestsMade','No of sync requests made to the neighbors.',36,1,0,0,0,0,'','','','select DRASyncRequestsMade from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (663,'Perf_NTDSDRASyncRequestsSuccessful','No of sync requests made to the neighbors that successfully returned.',36,1,0,0,0,0,'','','','select DRASyncRequestsSuccessful from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (664,'Perf_NTDSDRAThreadsGettingNCChanges','The number of threads on the server which are currently attempting to acquire changes from another server.',36,1,0,0,0,0,'','','','select DRAThreadsGettingNCChanges from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (665,'Perf_NTDSDRAThreadsGettingNCChangesHoldingSemaphore','The number of threads on the server which are currently attempting to acquire changes from another server and hold a semaphore required to&#',36,1,0,0,0,0,'','','','select DRAThreadsGettingNCChangesHoldingSemaphore from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (666,'Perf_NTDSDSClientBindsPersec','Number of ntdsapi.dll binds per second serviced by this DC.',36,1,0,0,0,0,'','','','select DSClientBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (667,'Perf_NTDSDSClientNameTranslationsPersec','Number of ntdsapi.dll name translations per second serviced by this DC.',36,1,0,0,0,0,'','','','select DSClientNameTranslationsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (668,'Perf_NTDSDSDirectoryReadsPersec','Number of directory reads per second.',36,1,0,0,0,0,'','','','select DSDirectoryReadsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (669,'Perf_NTDSDSDirectorySearchesPersec','Number of directory searches per second.',36,1,0,0,0,0,'','','','select DSDirectorySearchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (670,'Perf_NTDSDSDirectoryWritesPersec','Number of directory writes per second.',36,1,0,0,0,0,'','','','select DSDirectoryWritesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (671,'Perf_NTDSDSMonitorListSize','The number of requests to be notified when objects are updated that are currently registered with this DSA.',36,1,0,0,0,0,'','','','select DSMonitorListSize from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (672,'Perf_NTDSDSNameCachehitrate','The percentage of directory object name component look ups that are satisfied out of the DSA's name cache.',36,1,0,0,0,0,'','','','select DSNameCachehitrate from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (673,'Perf_NTDSDSNotifyQueueSize','The number of pending update notifications that have been queued, but not yet transmitted to clients.',36,1,0,0,0,0,'','','','select DSNotifyQueueSize from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (674,'Perf_NTDSDSSearchsuboperationsPersec','Number of search suboperations per second. One search operation is made up of many sub operations. A sub operation roughly corresponds to an',36,1,0,0,0,0,'','','','select DSSearchsuboperationsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (675,'Perf_NTDSDSSecurityDescriptorsuboperationsPersec','Number of Security Descriptor Propagation suboperations per second. One Security Descriptor Propagation operation is made up of many sub operations. A',36,1,0,0,0,0,'','','','select DSSecurityDescriptorsuboperationsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (676,'Perf_NTDSDSServerBindsPersec','Number of DC-to-DC binds per second serviced by this DC.',36,1,0,0,0,0,'','','','select DSServerBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (677,'Perf_NTDSDSServerNameTranslationsPersec','Number of DC-to-DC name translations per second serviced by this DC.',36,1,0,0,0,0,'','','','select DSServerNameTranslationsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (678,'Perf_NTDSDSThreadsinUse','DS Threads in Use is the current number of threads in use by the directory service (different than the number of threads in the',36,1,0,0,0,0,'','','','select DSThreadsinUse from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (679,'Perf_NTDSExternalBindsPersec','The number of external binds/sec',36,1,0,0,0,0,'','','','select ExternalBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (680,'Perf_NTDSFastBindsPersec','The number of fast binds/sec',36,1,0,0,0,0,'','','','select FastBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (681,'Perf_NTDSLDAPActiveThreads','LDAP Active Threads is the current number of threads in use by the LDAP subsystem of the local directory service.',36,1,0,0,0,0,'','','','select LDAPActiveThreads from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (682,'Perf_NTDSLDAPBindTime','Time (in milliseconds) taken for last successful LDAP bind.',36,1,0,0,0,0,'','','','select LDAPBindTime from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (683,'Perf_NTDSLDAPClientSessions','Number of connected LDAP client sessions.',36,1,0,0,0,0,'','','','select LDAPClientSessions from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (684,'Perf_NTDSLDAPClosedConnectionsPersec','The number of LDAP connections that have been closed in the last second.',36,1,0,0,0,0,'','','','select LDAPClosedConnectionsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (685,'Perf_NTDSLDAPNewConnectionsPersec','The number of new LDAP connections that have arrived in the last second.',36,1,0,0,0,0,'','','','select LDAPNewConnectionsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (686,'Perf_NTDSLDAPNewSSLConnectionsPersec','The number of new SSL or TLS connections that arrived in the last second.',36,1,0,0,0,0,'','','','select LDAPNewSSLConnectionsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (687,'Perf_NTDSLDAPSearchesPersec','LDAP Searches/sec is the rate at which LDAP clients perform search operations.',36,1,0,0,0,0,'','','','select LDAPSearchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (688,'Perf_NTDSLDAPSuccessfulBindsPersec','Number of LDAP Binds per second.',36,1,0,0,0,0,'','','','select LDAPSuccessfulBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (689,'Perf_NTDSLDAPUDPoperationsPersec','The number of UDP operations the LDAP server is processing per second.',36,1,0,0,0,0,'','','','select LDAPUDPoperationsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (690,'Perf_NTDSLDAPWritesPersec','LDAP Writes/sec is the rate at which LDAP clients perform write operations.',36,1,0,0,0,0,'','','','select LDAPWritesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (691,'Perf_NTDSLinkValuesCleanedPersec','The rate at which link values that need to be cleaned are cleaned.',36,1,0,0,0,0,'','','','select LinkValuesCleanedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (692,'Perf_NTDSNegotiatedBindsPersec','The number of negotiated binds/sec',36,1,0,0,0,0,'','','','select NegotiatedBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (693,'Perf_NTDSNTLMBindsPersec','The number of NTLM binds/sec',36,1,0,0,0,0,'','','','select NTLMBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (694,'Perf_NTDSOnelevelsearchesPersec','The number of onelevel searches/sec',36,1,0,0,0,0,'','','','select OnelevelsearchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (695,'Perf_NTDSPhantomsCleanedPersec','The rate at which stale phantoms are cleaned.',36,1,0,0,0,0,'','','','select PhantomsCleanedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (696,'Perf_NTDSPhantomsVisitedPersec','The rate at which phantoms are visited to determine if they are stale and need to be cleaned.',36,1,0,0,0,0,'','','','select PhantomsVisitedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (697,'Perf_NTDSSimpleBindsPersec','The number of simple binds/sec',36,1,0,0,0,0,'','','','select SimpleBindsPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (698,'Perf_NTDSSubtreesearchesPersec','The number of subtree searches/sec',36,1,0,0,0,0,'','','','select SubtreesearchesPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (699,'Perf_NTDSTombstonesGarbageCollectedPersec','The rate at which expired tombstoned objects are garbage collected.',36,1,0,0,0,0,'','','','select TombstonesGarbageCollectedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (700,'Perf_NTDSTombstonesVisitedPersec','The rate at which tombstoned objects are visited to be considered for garbage collected.',36,1,0,0,0,0,'','','','select TombstonesVisitedPersec from Win32_PerfRawData_NTDS_NTDS',3,6,0,'Administrator','none','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (701,'BullGuard_BsBackup_service','The BullGuard Backup service enables you to backup files that are in use ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsBackup"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (703,'BullGuard_BsBhvScan_service','BullGuard behavioural detection service ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsBhvScan"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (704,'BullGuard_BsFileScan_service','The BullGuard File Scan service performs on-access scan for detecting malware in real time ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsFileScan"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (705,'BullGuard_firewall_service','BullGuard firewall service ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsFire"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (706,'BullGuard_BsMailProxy_service','The BullGuard Behavioural Detection Service is an anti-virus component of BullGuard Internet Security ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsMailProxy"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (707,'BullGuard_main_service','BullGuard main service ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsMain"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (708,'BullGuard_BsScanner_service','The BullGuard Scan Service is the central anti-virus component of BullGuard Internet Security ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsScanner"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (709,'BullGuard_update_service','BullGuard update service ',37,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "BsUpdate"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (710,'Serv_OracleService<SID>','Returns OracleService<SID> status',28,2,0,0,0,1,'','','','SELECT state FROM Win32_Service WHERE Name = "OracleService<SID>"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (711,'Perf_OracleOtherOperationCount','Returns other operation count per second for Oracle process.',28,4,0,0,0,0,'','','','select OtherOperationCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (712,'Perf_OracleOtherTransferCount','Returns other transfer count per second for Oracle process.',28,4,0,0,0,0,'','','','select OtherTransferCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (713,'Perf_OraclePageFaults','Returns page faults count per second for Oracle process.',28,4,0,0,0,0,'','','','select PageFaults from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (714,'Perf_OraclePageFileUsage','Returns page file usage count per second for Oracle process.',28,4,0,0,0,0,'','','','select PageFileUsage from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (715,'Perf_OraclePrivatePageCount','Returns private page access count per second for Oracle process.',28,4,0,0,0,0,'','','','select PrivatePageCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (716,'Perf_OracleQuotaNonPagedPoolUsage','Returns the current quota for non paged pool usage in Oracle process.',28,1,0,0,0,0,'','','','select QuotaNonPagedPoolUsage from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (717,'Perf_OracleQuotaPagedPoolUsage','Returns the current quota for paged pool usage in Oracle process.',28,1,0,0,0,0,'','','','select QuotaPagedPoolUsage from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (718,'Perf_OracleReadOperationCount','Returns read operation count per second for Oracle process.',28,4,0,0,0,0,'','','','select ReadOperationCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (719,'Perf_OracleReadTransferCount','Returns read transfer count per second for Oracle process.',28,4,0,0,0,0,'','','','select ReadTransferCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (720,'Perf_OracleThreadCount','Returns current thread count for Oracle process.',28,1,0,0,0,0,'','','','select ThreadCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (721,'Perf_OracleWriteOperationCount','Returns write operation count per second for Oracle process.',28,4,0,0,0,0,'','','','select WriteOperationCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (722,'Perf_OracleWriteTransferCount','Returns write transfer count per second for Oracle process.',28,4,0,0,0,0,'','','','select WriteTransferCount from Win32_Process WHERE Caption = "oracle.exe"',7,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (723,'Serv_MSExchangeAB','Microsoft Exchange MSExchangeAB service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeAB'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (724,'Serv_MSExchangeADTopology','Microsoft Exchange MSExchangeADTopology service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeADTopology'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (725,'Serv_MSExchangeAntispamUpdate','Microsoft Exchange MSExchangeAntispamUpdate service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeAntispamUpdate'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (726,'Serv_MSExchangeEdgeSync','Microsoft Exchange MSExchangeEdgeSync service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeEdgeSync'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (727,'Serv_MSExchangeFBA','Microsoft Exchange MSExchangeFBA service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeFBA'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (728,'Serv_MSExchangeFDS','Microsoft Exchange MSExchangeFDS service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeFDS'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (729,'Serv_MSExchangeImap4','Microsoft Exchange MSExchangeImap4 service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeImap4'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (730,'Serv_MSExchangeIS','Microsoft Exchange MSExchangeIS service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeIS'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (731,'Serv_MSExchangeMailboxAssistants','Microsoft Exchange MSExchangeMailboxAssistants service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeMailboxAssistants'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (732,'Serv_MSExchangeMailboxReplication','Microsoft Exchange MSExchangeMailboxReplication service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeMailboxReplication'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (733,'Serv_MSExchangeMailSubmission','Microsoft Exchange MSExchangeMailSubmission service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeMailSubmission'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (734,'Serv_MSExchangePop3','Microsoft Exchange MSExchangePop3 service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangePop3'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (735,'Serv_MSExchangeProtectedServiceHost','Microsoft Exchange MSExchangeProtectedServiceHost service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeProtectedServiceHost'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (736,'Serv_MSExchangeRepl','Microsoft Exchange MSExchangeRepl service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeRepl'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (737,'Serv_MSExchangeRPC','Microsoft Exchange MSExchangeRPC service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeRPC'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (738,'Serv_MSExchangeSA','Microsoft Exchange MSExchangeSA service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeSA'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (739,'Serv_MSExchangeSearch','Microsoft Exchange MSExchangeSearch service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeSearch'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (740,'Serv_MSExchangeSearchB','Microsoft Exchange msftesql-Exchange service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'msftesql-Exchange'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (741,'Serv_MSExchangeServiceHost','Microsoft Exchange MSExchangeServiceHost service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeServiceHost'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (742,'Serv_MSExchangeThrottling','Microsoft Exchange MSExchangeThrottling service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeThrottling'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (743,'Serv_MSExchangeTransport','Microsoft Exchange MSExchangeTransport service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeTransport'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (744,'Serv_MSExchangeTransportLogSearch','Microsoft Exchange MSExchangeTransportLogSearch service status.',26,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSExchangeTransportLogSearch'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (745,'Serv_W3SVC','Microsoft IIS W3SVC service status.',38,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'W3SVC'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (746,'Serv_SMTPSVC','Microsoft IIS SMTPSVC service status.',38,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'SMTPSVC'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (747,'Serv_NNTPSVC','Microsoft IIS NNTPSVC service status.',38,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'NNTPSVC'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (749,'Serv_MSFTPSVC','Microsoft IIS MSFTPSVC service status.',38,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'MSFTPSVC'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (750,'Serv_WinRM','Microsoft Windows WinRM service status.',16,2,0,0,300,1,'','','Running','Select State from Win32_Service WHERE name = 'WinRM'',3,6,0,'Administrador','6683','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (751,'Check port 59535/TCP','Checks 59535/TCP Port status.',39,9,0,0,0,59535,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (752,'Check port 59536/TCP','Checks 59536/TCP Port status.',39,9,0,0,0,59536,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (753,'Check RPC Server','Checks RPC Port status.',39,9,0,0,0,135,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (754,'Check POP3 Server','Checks POP3 Port status.',39,9,0,0,0,110,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (755,'Check IMAP4 Server','Checks IMAP4 Port status.',39,9,0,0,0,143,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (756,'Check SMTP Server','Checks SMTP Port status.',39,9,0,0,0,25,'','','public','',3,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (757,'AVGIDSAgent_status','Show if AVGIDSAgent is running ',40,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "AVGIDSAgent" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (758,'AVG_watchdog_status','Show if AVG watchdog is running ',40,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "avgwd" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (759,'AVG_firewall_status','Show if AVG firewall is running ',40,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "avgfws" ',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (760,'KIS_service_status','Show if KIS antivirus is running ',41,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "ksvsvc"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (761,'Serv_NTDS','Checks if NTDS service is running',18,2,0,0,0,1,'','','Running','select state from Win32_Service where name="NTDS"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (762,'Serv_DNS','Checks if DNS service is running',34,2,0,0,0,1,'','','Running','select state from Win32_Service where name="DNS"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (763,'KIS_KLBLMain_status','Show if KIS antivirus is running ',41,2,0,0,0,1,'','','Running','select state from Win32_Service where name = "KLBLMain"',3,6,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (764,'MongoDB Port Check','Remote check of standard TCP port of MongoDB Server.',15,9,0,0,0,27017,'','','public','',7,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (765,'PostgreSQL Remote Port check','Check remote port on PostgreSQL Server.',15,9,0,0,0,5432,'','','public','',7,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (766,'DBSelects','Number of selects on database',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Com_select',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (767,'DBUpdates','Number of updates on database',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Com_update',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (768,'InnoDB_Rows_Read','Rows read on InnoDB engine',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Innodb_rows_read',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (769,'DB_Connections','Current connections on database',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Connections',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (770,'Qcache_not_cached','Cache hit missing (queries not cached)',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Qcache_not_cached',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (771,'Table_locks_waited','Table locks waited',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Table_locks_waited ',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (772,'Slow_launch_threads','Slow launch threads',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Slow_launch_threads',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (773,'Qcache_hits','Queries cached successfully',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Qcache_hits',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (774,'Innodb_data_pending_reads','InnoDB engine pending reads',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Innodb_data_pending_reads',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (775,'Aborted_connects','Aborted connection attempts',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Aborted_connects',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (776,'Bytes_received','Bytes received by database (global)',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Bytes_received',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (777,'Bytes_sent','Bytes_sent by database (global)',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Bytes_sent',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (778,'MySQL_Updates','Updates per second',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Com_update',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (779,'MySQL_Deletes','Deletes per second',42,4,0,0,300,0,'','','','',6,4,6,'root','root','-q Com_delete',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (780,'MySQL Port','Check MySql Port',42,9,0,0,300,3306,'','','public','',2,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (781,'Check Oracle Listener Port','Check Oracle Listener Port',28,9,0,0,300,1521,'','','public','',2,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (782,'Check_MSSQLServer_Port','Check port MSSQL Server',27,9,0,0,300,1433,'','','public','',2,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (783,'Check Informix Port','',19,9,0,0,300,1526,'','','public','',2,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, wizard_level, critical_instructions, warning_instructions, unknown_instructions, tags, disabled_types_event, module_macros) VALUES (784,'Check port DB2','',49,9,0,0,300,50000,'','','public','',2,2,0,'','','',0,1,0.00,0.00,'',0.00,0.00,'',0,'','','',0,0,0.0000000000000,'basic','','','','','',''); +INSERT INTO tnetwork_component (id_nc, name, description, id_group, type, max, min, module_interval, tcp_port, tcp_send, tcp_rcv, snmp_community, snmp_oid, id_module_group, id_modulo, id_plugin, plugin_user, plugin_pass, plugin_parameter, max_timeout, max_retries, history_data, min_warning, max_warning, str_warning, min_critical, max_critical, str_critical, min_ff_event, custom_string_1, custom_string_2, custom_string_3, custom_integer_1, custom_integer_2, post_process, unit, wizard_level, macros, critical_instructions, warning_instructions, unknown_instructions, critical_inverse, warning_inverse, id_category, tags, disabled_types_event, module_macros, min_ff_event_normal, min_ff_event_warning, min_ff_event_critical, each_ff) VALUES (785,'Packet Loss','Measure packet loss in the network, using a flood ping (50 ping in 8 secons) and counting back missing packets. It should be zero on most cases. ',10,1,0,0,300,0,'','','','',2,4,9,'','','',0,0,1,10.00,0.00,'',30.00,0.00,'',0,'','','',0,0,0.00000,'%','nowizard','{\"1\":{\macro\":\"_field1_\",\desc\":\Test time\",\help\":\"\",\value\":\"8\",\hide\":\"\"},\"2\":{\macro\":\"_field2_\",\desc\":\Target IP\",\help\":\"\",\value\":\"\",\hide\":\"\"}}','You should check manually the packet loss of the network with a flood ping on targeted host (ping -c 100 -f xxxx). Aditionally, and due the major packet loss, probably you can see a simple ping failing here. Check your network equipment.','You should check manually the packet loss of the network with a flood ping on targeted host (ping -c 100 -f xxxx)','',0,0,0,'','{\going_unknown\":0}','',0,0,0,0); COMMIT; END;; -- --- Dumping data for table "tnetwork_component_group" +-- Dumping data for table tnetwork_component_group -- BEGIN LOCK TABLE tnetwork_component_group IN EXCLUSIVE MODE; @@ -1016,7 +1016,7 @@ COMMIT; END;; -- --- Dumping data for table "Network profile" +-- Dumping data for table Network profile -- BEGIN LOCK TABLE tnetwork_profile IN EXCLUSIVE MODE; @@ -1027,7 +1027,7 @@ COMMIT; END;; -- --- Dumping data for table "tnetwork_profile_component" +-- Dumping data for table tnetwork_profile_component -- BEGIN LOCK TABLE tnetwork_profile_component IN EXCLUSIVE MODE; @@ -1050,8 +1050,8 @@ END;; BEGIN LOCK TABLE tgis_map_connection IN EXCLUSIVE MODE; -INSERT INTO tgis_map_connection VALUES (1,'OpenStreetMap (MapQuest Open)','OSM','{\"type\":\"OSM\",\"url\":\"http://otile1.mqcdn.com/tiles/1.0.0/map/${z}/${x}/${y}.png\"}',19,16,-3.708187,40.42056,0,-3.708187,40.42056,0,0); -INSERT INTO tgis_map_connection VALUES (2,'OpenStreetMap (Standard)','OSM','{\"type\":\"OSM\",\"url\":\"http://tile.openstreetmap.org/${z}/${x}/${y}.png\"}',19,16,-3.708187,40.42056,0,-3.708187,40.42056,0,0); +INSERT INTO tgis_map_connection VALUES (1,'OpenStreetMap (MapQuest Open)','OSM','{\type\":\OSM\",\url\":\http://otile1.mqcdn.com/tiles/1.0.0/map/${z}/${x}/${y}.png\"}',19,16,-3.708187,40.42056,0,-3.708187,40.42056,0,0); +INSERT INTO tgis_map_connection VALUES (2,'OpenStreetMap (Standard)','OSM','{\type\":\OSM\",\url\":\http://tile.openstreetmap.org/${z}/${x}/${y}.png\"}',19,16,-3.708187,40.42056,0,-3.708187,40.42056,0,0); COMMIT; END;; @@ -1073,7 +1073,7 @@ END;; -- example alert template BEGIN LOCK TABLE talert_commands IN EXCLUSIVE MODE; -INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (12,'Remote agent control','/usr/share/pandora_server/util/udp_client.pl _address_ 41122 "_field1_"','This command is used to send commands to the Pandora FMS agents with the UDP server enabled. The UDP server is used to order agents (Windows and UNIX) to "refresh" the agent execution: that means, to force the agent to execute and send data',0,'[\"Command\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); +INSERT INTO talert_commands (id, name, command, description, internal, fields_descriptions, fields_values) VALUES (12,'Remote agent control','/usr/share/pandora_server/util/udp_client.pl _address_ 41122 "_field1_"','This command is used to send commands to the Pandora FMS agents with the UDP server enabled. The UDP server is used to order agents (Windows and UNIX) to "refresh" the agent execution: that means, to force the agent to execute and send data',0,'[\Command\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]','[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]'); COMMIT; END;; @@ -1081,7 +1081,7 @@ BEGIN LOCK TABLE talert_actions IN EXCLUSIVE MODE; INSERT INTO talert_actions (id, name, id_alert_command, field1, field2, field3, id_group, action_threshold) VALUES (1,'Mail to XXX',1,'yourmail@domain.es','[PANDORA] Alert from agent _agent_ on module _module_','',0,0); INSERT INTO talert_actions (id, name, id_alert_command, field1, field2, field3, id_group, action_threshold) VALUES (2,'Restart agent',12,'REFRESH AGENT *','','',0,0); -INSERT INTO talert_actions (id, name, id_alert_command, field1, field2, field3, id_group, action_threshold) VALUES INSERT INTO talert_actions (id, name, id_alert_command, field1, field2, field3, field4, field5, field6, field7, field8, field9, field10, id_group, action_threshold, field1_recovery, field2_recovery, field3_recovery, field4_recovery, field5_recovery, field6_recovery, field7_recovery, field8_recovery, field9_recovery, field10_recovery) VALUES (3,'Pandora FMS Event',3,'_agent_ _module_ generated an event alert (_data_)','alert_fired','pandora','','4','','','','','',0,0,'RECOVERED: _agent_ _module_ generated event alert (_data_)','alert_ceased','pandora','','4','','','','',''); +INSERT INTO talert_actions (id, name, id_alert_command, field1, field2, field3, field4, field5, field6, field7, field8, field9, field10, id_group, action_threshold, field1_recovery, field2_recovery, field3_recovery, field4_recovery, field5_recovery, field6_recovery, field7_recovery, field8_recovery, field9_recovery, field10_recovery) VALUES (3,'Pandora FMS Event',3,'_agent_ _module_ generated an event alert (_data_)','alert_fired','pandora','','4','','','','','',0,0,'RECOVERED: _agent_ _module_ generated event alert (_data_)','alert_ceased','pandora','','4','','','','',''); INSERT INTO talert_actions (id, name, id_alert_command, field1, field2, field3, field4, field5, field6, field7, field8, field9, field10, id_group, action_threshold, field1_recovery, field2_recovery, field3_recovery, field4_recovery, field5_recovery, field6_recovery, field7_recovery, field8_recovery, field9_recovery, field10_recovery) VALUES (4,'Create a ticket in Integria IMS',11,'http://localhost/integria/include/api.php','1234','admin','_agent_: _alert_name_','1','3','_alert_description_','','','',0,0,'','','','','','','','','',''); COMMIT; END;; @@ -1097,14 +1097,14 @@ END;; -- treport_custom_sql Data BEGIN LOCK TABLE treport_custom_sql IN EXCLUSIVE MODE; -INSERT INTO treport_custom_sql (id, name, sql) VALUES (1, 'Monitoring Report Agent', 'select direccion, nombre, comentarios, (select nombre from tgrupo where tgrupo.id_grupo = tagente.id_grupo) as "group" from tagente;'); +INSERT INTO treport_custom_sql (id, name, sql) VALUES (1, 'Monitoring Report Agent', 'select direccion, nombre, comentarios, (select nombre from tgrupo where tgrupo.id_grupo = tagente.id_grupo) as group from tagente;'); INSERT INTO treport_custom_sql (id, name, sql) VALUES (2, 'Monitoring Report Modules', 'select (select tagente.nombre from tagente where tagente.id_agente = tagente_modulo.id_agente) as agent_name, nombre , (select tmodule_group.name from tmodule_group where tmodule_group.id_mg = tagente_modulo.id_module_group) as module_group, module_interval from tagente_modulo where delete_pending = 0 order by agent_name;'); INSERT INTO treport_custom_sql (id, name, sql) VALUES (3, 'Monitoring Report Alerts', 'select t1.nombre as agent_name, t2.nombre as module_name, (select talert_templates.name from talert_templates where talert_templates.id = t3.id_alert_template) as template, (select group_concat(t02.name) from talert_template_module_actions as t01 inner join talert_actions as t02 on t01.id_alert_action = t02.id where t01.id_alert_template_module = t3.id group by t01.id_alert_template_module) as actions from tagente as t1 inner join tagente_modulo as t2 on t1.id_agente = t2.id_agente inner join talert_template_modules as t3 on t2.id_agente_modulo = t3.id_agent_module order by agent_name, module_name;'); COMMIT; END;; -- procedure to insert more than 4000 chars into a string -CREATE OR REPLACE PROCEDURE treport_custom_sql_insert (IDX IN NUMBER, NAME IN VARCHAR2, SQL_TXT IN VARCHAR2, FLAG IN NUMBER) AS g_nclob CLOB; BEGIN if FLAG = 0 then insert into treport_custom_sql values (IDX, NAME, empty_clob()) returning SQL into g_nclob; dbms_lob.write(g_nclob, length (SQL_TXT), 1, SQL_TXT); else select SQL into g_nclob from treport_custom_sql where ID = IDX for update; dbms_lob.writeappend( g_nclob, length(SQL_TXT), SQL_TXT); end if; END;; +CREATE OR REPLACE PROCEDURE treport_custom_sql_insert (IDX IN NUMBER, NAME IN VARCHAR2, SQL_TXT IN VARCHAR2, FLAG IN NUMBER) AS g_nclob CLOB; BEGIN if FLAG = 0 then INSERT INTO treport_custom_sql (id, name, sql) VALUES (IDX, NAME, empty_clob()) RETURNING sql INTO g_nclob; dbms_lob.write(g_nclob, length (SQL_TXT), 1, SQL_TXT); else SELECT sql INTO g_nclob FROM treport_custom_sql WHERE id = IDX FOR UPDATE; dbms_lob.writeappend(g_nclob, length(SQL_TXT), SQL_TXT); end if; END;; BEGIN treport_custom_sql_insert(4, 'Group view', 'select t1.nombre, (select count(t3.id_agente) from tagente t3 where t1.id_grupo =',0); @@ -1169,18 +1169,33 @@ treport_custom_sql_insert(4, 'Group view','< (select count COMMIT; END;; -INSERT INTO trecon_script VALUES (2,'IPMI Recon','Specific Pandora FMS Intel DCM Discovery (c) Artica ST 2011 <info@artica.es> Usage: ./ipmi-recon.pl <task_id> <group_id> <create_incident_flag> <custom_field1> <custom_field2> <custom_field3> * custom_field1 = Network i.e.: 192.168.100.0/24 * custom_field2 = Username * custom_fiedl3 = Password','/usr/share/pandora_server/util/recon_scripts/ipmi-recon.pl','{\"1\":{\"macro\":\"_field1_\",\"desc\":\"Network\",\"help\":\"i.e.: 192.168.100.0/24\",\"value\":\"\",\"hide\":\"\"},\"2\":{\"macro\":\"_field2_\",\"desc\":\"Username\",\"help\":\"\",\"value\":\"\",\"hide\":\"\"},\"3\":{\"macro\":\"_field3_\",\"desc\":\"Password\",\"help\":\"\",\"value\":\"\",\"hide\":\"1\"}}'); -INSERT INTO trecon_script VALUES (4,'SNMP L2 Recon','Pandora FMS SNMP Recon Plugin for level 2 network topology discovery. (c) Artica ST 2014 <info@artica.es> Usage: ./snmp-recon.pl <task_id> <group_id> <create_incident> <custom_field1> <custom_field2> [custom_field3] [custom_field4] * custom_field1 = comma separated list of networks (i.e.: 192.168.1.0/24,192.168.2.0/24) * custom_field2 = comma separated list of snmp communities to try. * custom_field3 = a router in the network. Optional but recommended. * custom_field4 = set to -a to add all network interfaces (by default only interfaces that are up are added). Additional information: When the script is called from a recon task the task_id, group_id and create_incident parameters are automatically filled by the Pandora FMS Server.','/usr/share/pandora_server/util/recon_scripts/snmp-recon.pl','{\"1\":{\"macro\":\"_field1_\",\"desc\":\"Network\",\"help\":\"Comma separated list of networks (i.e.: 192.168.1.0/24,192.168.2.0/24)\",\"value\":\"\",\"hide\":\"\"},\"2\":{\"macro\":\"_field2_\",\"desc\":\"Community\",\"help\":\"Comma separated list of snmp communities to try.\",\"value\":\"\",\"hide\":\"\"},\"3\":{\"macro\":\"_field3_\",\"desc\":\"Router\",\"help\":\"A router in the network. Optional but recommended.\",\"value\":\"\",\"hide\":\"\"},\"4\":{\"macro\":\"_field4_\",\"desc\":\"Optional parameter\",\"help\":\"Set to -a to add all network interfaces (by default only interfaces that are up are added).\",\"value\":\"\",\"hide\":\"\"}}'); -INSERT INTO trecon_script VALUES (5,'WMI Recon Script','This script is used to automatically gather host information via WMI. Available parameters: * Network = network to scan (e.g. 192.168.100.0/24). * WMI auth = comma separated list of WMI authentication tokens in the format username%password (e.g. Administrador%pass). See the documentation for more information.','/usr/share/pandora_server/util/recon_scripts/wmi-recon.pl','{\"1\":{\"macro\":\"_field1_\",\"desc\":\"Network\",\"help\":\"\",\"value\":\"\",\"hide\":\"\"},\"2\":{\"macro\":\"_field2_\",\"desc\":\"WMI auth\",\"help\":\"\",\"value\":\"\",\"hide\":\"\"}}'); +INSERT INTO trecon_script VALUES (2,'IPMI Recon','Specific Pandora FMS Intel DCM Discovery (c) Artica ST 2011 <info@artica.es> Usage: ./ipmi-recon.pl <task_id> <group_id> <create_incident_flag> <custom_field1> <custom_field2> <custom_field3> * custom_field1 = Network i.e.: 192.168.100.0/24 * custom_field2 = Username * custom_fiedl3 = Password','/usr/share/pandora_server/util/recon_scripts/ipmi-recon.pl','{\"1\":{\macro\":\"_field1_\",\desc\":\Network\",\help\":\i.e.: 192.168.100.0/24\",\value\":\"\",\hide\":\"\"},\"2\":{\macro\":\"_field2_\",\desc\":\Username\",\help\":\"\",\value\":\"\",\hide\":\"\"},\"3\":{\macro\":\"_field3_\",\desc\":\Password\",\help\":\"\",\value\":\"\",\hide\":\"1\"}}'); +INSERT INTO trecon_script VALUES (4,'SNMP L2 Recon','Pandora FMS SNMP Recon Plugin for level 2 network topology discovery. (c) Artica ST 2014 <info@artica.es> Usage: ./snmp-recon.pl <task_id> <group_id> <create_incident> <custom_field1> <custom_field2> [custom_field3] [custom_field4] * custom_field1 = comma separated list of networks (i.e.: 192.168.1.0/24,192.168.2.0/24) * custom_field2 = comma separated list of snmp communities to try. * custom_field3 = a router in the network. Optional but recommended. * custom_field4 = set to -a to add all network interfaces (by default only interfaces that are up are added). Additional information: When the script is called from a recon task the task_id, group_id and create_incident parameters are automatically filled by the Pandora FMS Server.','/usr/share/pandora_server/util/recon_scripts/snmp-recon.pl','{\"1\":{\macro\":\"_field1_\",\desc\":\Network\",\help\":\Comma separated list of networks (i.e.: 192.168.1.0/24,192.168.2.0/24)\",\value\":\"\",\hide\":\"\"},\"2\":{\macro\":\"_field2_\",\desc\":\Community\",\help\":\Comma separated list of snmp communities to try.\",\value\":\"\",\hide\":\"\"},\"3\":{\macro\":\"_field3_\",\desc\":\Router\",\help\":\A router in the network. Optional but recommended.\",\value\":\"\",\hide\":\"\"},\"4\":{\macro\":\"_field4_\",\desc\":\Optional parameter\",\help\":\Set to -a to add all network interfaces (by default only interfaces that are up are added).\",\value\":\"\",\hide\":\"\"}}'); +INSERT INTO trecon_script VALUES (5,'WMI Recon Script','This script is used to automatically gather host information via WMI. Available parameters: * Network = network to scan (e.g. 192.168.100.0/24). * WMI auth = comma separated list of WMI authentication tokens in the format username%password (e.g. Administrador%pass). See the documentation for more information.','/usr/share/pandora_server/util/recon_scripts/wmi-recon.pl','{\"1\":{\macro\":\"_field1_\",\desc\":\Network\",\help\":\"\",\value\":\"\",\hide\":\"\"},\"2\":{\macro\":\"_field2_\",\desc\":\WMI auth\",\help\":\"\",\value\":\"\",\hide\":\"\"}}'); -INSERT INTO tplugin (id, name, description, max_timeout, execute, plugin_type, macros, parameters) VALUES (1,'IPMI Plugin','Plugin to get IPMI monitors from a IPMI Device.',0,'/usr/share/pandora_server/util/plugin/ipmi-plugin.pl',0,'{"1":{"macro":"_field1_","desc":"Target IP","help":"","value":""},"2":{"macro":"_field2_","desc":"Username","help":"","value":""},"3":{"macro":"_field3_","desc":"Password","help":"","value":""}}','-h _field1_-u _field2_-p _field3_'),(2,'DNS Plugin','This plugin is used to check if a specific domain return a specific IP address, and to check how time (milisecs) takes the DNS to answer. Use IP address parameter to specify the IP of your domain. Use these custom parameters for the other parameters: -d domain to check (for example pandorafms.com) -s DNS Server to check (for example 8.8.8.8) Optional parameters: -t Do a DNS time response check instead DNS resolve test ',15,'/usr/share/pandora_server/util/plugin/dns_plugin.sh',0,'{"1":{"macro":"_field1_","desc":"Target IP","help":"","value":""},"2":{"macro":"_field2_","desc":"Domain to check","help":"For example pandorafms.com","value":""},"3":{"macro":"_field3_","desc":"DNS Server to check","help":"For example 8.8.8.8","value":""},"4":{"macro":"_field4_","desc":"Optional parameters","help":"","value":""}}','-i _field1_ -d _field2_ -s _field3_ _field4_'),(3,'UDP port check','Check a remote UDP port (by using NMAP). Use IP address and Port options.',5,'/usr/share/pandora_server/util/plugin/udp_nmap_plugin.sh',0,'{"1":{"macro":"_field1_","desc":"Target IP","help":"","value":""},"2":{"macro":"_field2_","desc":"Port","help":"","value":""}}','-t _field1_-p _field2_'),(4,'SMTP Check','This plugin is used to send a mail to a SMTP server and check if works. Parameters in the plugin: IP Address - SMTP Server IP address User - AUTH login Pass - AUTH password Port - SMTP port (optional) Optional parameters: -d Destination email -f Email of the sender -a Authentication system. Could be LOGIN, PLAIN, CRAM-MD5 or DIGEST-MD',10,'/usr/share/pandora_server/util/plugin/SMTP_check.pl',0,'{"1":{"macro":"_field1_","desc":"Target IP","help":"","value":""},"2":{"macro":"_field2_","desc":"Port","help":"","value":""},"3":{"macro":"_field3_","desc":"Username","help":"","value":""},"4":{"macro":"_field4_","desc":"Password","help":"","value":""},"5":{"macro":"_field5_","desc":"Optional parameters","help":"","value":""}}','-h _field1_ -o _field2_ -u _field3_ -p _field4_ _field5_'), (6,'MySQL Plugin','Samples: ./mysql_plugin.sh -u root -p none -s localhost -q Com_select ./mysql_plugin.sh -u root -p none -s localhost -q Com_update ./mysql_plugin.sh -u root -p none -s localhost -q Connections ./mysql_plugin.sh -u root -p anypass -s 192.168.50.24 -q Innodb_rows_read ',15,'/usr/share/pandora_server/util/plugin/mysql_plugin.sh',0,'{"1":{"macro":"_field1_","desc":"IP address","help":"IP address","value":""},"2":{"macro":"_field2_","desc":"Username","help":"Username to access to database","value":""},"3":{"macro":"_field3_","desc":"Password","help":"Password to access to database","value":""},"4":{"macro":"_field4_","desc":"Query string","help":"Query string of global status. For example 'Aborted_connects' or 'Innodb_rows_read'","value":""}}', '-s _field1_ -u _field2_ -p _field3_ -q _field4_'), (8,'SNMP remote','Plugin that gets remotely, using SNMP, values such as the percentage of disk or memory used, the status of a process or the CPU load',0,'perl /usr/share/pandora_server/util/plugin/snmp_remote.pl',0,'{"1":{"macro":"_field1_","desc":"Target IP","help":"","value":"_address_"},"2":{"macro":"_field2_","desc":"Community","help":"","value":"public"},"3":{"macro":"_field3_","desc":"Plug-in Parameters","help":"Memory use (%) -m memuse Disk use (%) -m diskuse -d [disk name] Status of a process (0/1) -m process -p [process_name] Average of CPUs Load (%) -m cpuload","value":""}}', '-H _field1_ -c _field2_ _field3_'); +INSERT INTO tplugin (id, name, description, max_timeout, execute, plugin_type, macros, parameters) VALUES (1,'IPMI Plugin','Plugin to get IPMI monitors from a IPMI Device.',0,'/usr/share/pandora_server/util/plugin/ipmi-plugin.pl',0,'{1:{macro:"_field1_",desc:Target IP,help:"",value:""},2:{macro:"_field2_",desc:Username,help:"",value:""},3:{macro:"_field3_",desc:Password,help:"",value:""}}','-h _field1_-u _field2_-p _field3_'); +INSERT INTO tplugin (id, name, description, max_timeout, execute, plugin_type, macros, parameters) VALUES (2,'DNS Plugin','This plugin is used to check if a specific domain return a specific IP address, and to check how time (milisecs) takes the DNS to answer. Use IP address parameter to specify the IP of your domain. Use these custom parameters for the other parameters: -d domain to check (for example pandorafms.com) -s DNS Server to check (for example 8.8.8.8) Optional parameters: -t Do a DNS time response check instead DNS resolve test ',15,'/usr/share/pandora_server/util/plugin/dns_plugin.sh',0,'{1:{macro:"_field1_",desc:Target IP,help:"",value:""},2:{macro:"_field2_",desc:Domain to check,help:For example pandorafms.com,value:""},3:{macro:"_field3_",desc:DNS Server to check,help:For example 8.8.8.8,value:""},4:{macro:"_field4_",desc:Optional parameters,help:"",value:""}}','-i _field1_ -d _field2_ -s _field3_ _field4_'); +INSERT INTO tplugin (id, name, description, max_timeout, execute, plugin_type, macros, parameters) VALUES (3,'UDP port check','Check a remote UDP port (by using NMAP). Use IP address and Port options.',5,'/usr/share/pandora_server/util/plugin/udp_nmap_plugin.sh',0,'{1:{macro:"_field1_",desc:Target IP,help:"",value:""},2:{macro:"_field2_",desc:Port,help:"",value:""}}','-t _field1_-p _field2_'); +INSERT INTO tplugin (id, name, description, max_timeout, execute, plugin_type, macros, parameters) VALUES (4,'SMTP Check','This plugin is used to send a mail to a SMTP server and check if works. Parameters in the plugin: IP Address - SMTP Server IP address User - AUTH login Pass - AUTH password Port - SMTP port (optional) Optional parameters: -d Destination email -f Email of the sender -a Authentication system. Could be LOGIN, PLAIN, CRAM-MD5 or DIGEST-MD',10,'/usr/share/pandora_server/util/plugin/SMTP_check.pl',0,'{1:{macro:"_field1_",desc:Target IP,help:"",value:""},2:{macro:"_field2_",desc:Port,help:"",value:""},3:{macro:"_field3_",desc:Username,help:"",value:""},4:{macro:"_field4_",desc:Password,help:"",value:""},5:{macro:"_field5_",desc:Optional parameters,help:"",value:""}}','-h _field1_ -o _field2_ -u _field3_ -p _field4_ _field5_'); +INSERT INTO tplugin (id, name, description, max_timeout, execute, plugin_type, macros, parameters) VALUES (6,'MySQL Plugin','Samples: ./mysql_plugin.sh -u root -p none -s localhost -q Com_select ./mysql_plugin.sh -u root -p none -s localhost -q Com_update ./mysql_plugin.sh -u root -p none -s localhost -q Connections ./mysql_plugin.sh -u root -p anypass -s 192.168.50.24 -q Innodb_rows_read ',15,'/usr/share/pandora_server/util/plugin/mysql_plugin.sh',0,'{1:{macro:"_field1_",desc:IP address,help:IP address,value:""},2:{macro:"_field2_",desc:Username,help:Username to access to database,value:""},3:{macro:"_field3_",desc:Password,help:Password to access to database,value:""},4:{macro:"_field4_",desc:Query string,help:Query string of global status. For example 'Aborted_connects' or 'Innodb_rows_read'",value:""}}', '-s _field1_ -u _field2_ -p _field3_ -q _field4_'); +INSERT INTO tplugin (id, name, description, max_timeout, execute, plugin_type, macros, parameters) VALUES (8,'SNMP remote','Plugin that gets remotely, using SNMP, values such as the percentage of disk or memory used, the status of a process or the CPU load',0,'perl /usr/share/pandora_server/util/plugin/snmp_remote.pl',0,'{1:{macro:"_field1_",desc:Target IP,help:"",value:"_address_"},2:{macro:"_field2_",desc:Community,help:"",value:public},3:{macro:"_field3_",desc:Plug-in Parameters,help:Memory use (%) -m memuse Disk use (%) -m diskuse -d [disk name] Status of a process (0/1) -m process -p [process_name] Average of CPUs Load (%) -m cpuload,value:""}}', '-H _field1_ -c _field2_ _field3_'); -INSERT INTO tagent_custom_fields VALUES (1,'Serial Number',0),(2,'Department',0),(3,'Additional ID',0); +INSERT INTO tagent_custom_fields VALUES (1,'Serial Number',0); +INSERT INTO tagent_custom_fields VALUES (2,'Department',0); +INSERT INTO tagent_custom_fields VALUES (3,'Additional ID',0); -INSERT INTO ttag VALUES (1,'network','Network equipment','http://artica.es',''),(2,'critical','Critical modules','',''),(3,'dmz','DMZ Network Zone','',''),(4,'performance','Performance anda capacity modules','',''),(5,'configuration','','',''); +INSERT INTO ttag (id_tag, name, description, url, email) VALUES (1,'network','Network equipment','http://artica.es',''); +INSERT INTO ttag (id_tag, name, description, url, email) VALUES (2,'critical','Critical modules','',''); +INSERT INTO ttag (id_tag, name, description, url, email) VALUES (3,'dmz','DMZ Network Zone','',''); +INSERT INTO ttag (id_tag, name, description, url, email) VALUES (4,'performance','Performance anda capacity modules','',''); +INSERT INTO ttag (id_tag, name, description, url, email) VALUES (5,'configuration','','',''); -INSERT INTO tevent_response VALUES (1,'Ping to host','Ping to the agent host','ping -c 5 _agent_address_','command',0,620,500,0,''),(2,'SSH to host','Connect via SSH to the agent','http://192.168.70.164:8022/anyterm.html?param=_User_@_agent_address_','url',0,800,450,0,'User'),(3,'Create incident from event','Create a incident from the event with the standard incidents system of Pandora FMS','index.php?sec=workspace&sec2=operation/incidents/incident_detail&insert_form&from_event=_event_id_','url',0,0,0,1,''),(4,'Create Integria IMS incident from event','Create a incident from the event with integria incidents system of Pandora FMS. Is necessary to enable and configure the Integria incidents in Pandora FMS setup.','index.php?sec=workspace&sec2=operation/integria_incidents/incident&tab=editor&from_event=_event_id_','url',0,0,0,1,''),(5,'Restart agent','Restart the agent with using UDP protocol. To use this response is necessary to have installed Pandora FMS server and console in the same machine.','/usr/share/pandora_server/util/udp_client.pl _agent_address_ 41122 "REFRESH AGENT"','command',0,620,500,0,''); +INSERT INTO tevent_response VALUES (1,'Ping to host','Ping to the agent host','ping -c 5 _agent_address_','command',0,620,500,0,''); +INSERT INTO tevent_response VALUES (2,'SSH to host','Connect via SSH to the agent','http://192.168.70.164:8022/anyterm.html?param=_User_@_agent_address_','url',0,800,450,0,'User'); +INSERT INTO tevent_response VALUES (3,'Create incident from event','Create a incident from the event with the standard incidents system of Pandora FMS','index.php?sec=workspace&sec2=operation/incidents/incident_detail&insert_form&from_event=_event_id_','url',0,0,0,1,''); +INSERT INTO tevent_response VALUES (4,'Create Integria IMS incident from event','Create a incident from the event with integria incidents system of Pandora FMS. Is necessary to enable and configure the Integria incidents in Pandora FMS setup.','index.php?sec=workspace&sec2=operation/integria_incidents/incident&tab=editor&from_event=_event_id_','url',0,0,0,1,''); +INSERT INTO tevent_response VALUES (5,'Restart agent','Restart the agent with using UDP protocol. To use this response is necessary to have installed Pandora FMS server and console in the same machine.','/usr/share/pandora_server/util/udp_client.pl _agent_address_ 41122 "REFRESH AGENT"','command',0,620,500,0,''); INSERT INTO tupdate_settings VALUES ('current_update', '412'); INSERT INTO tupdate_settings VALUES ('customer_key', 'PANDORA-FREE'); diff --git a/pandora_console/pandoradb.oracle.sql b/pandora_console/pandoradb.oracle.sql index 85ea3bcbeb..20db977cff 100755 --- a/pandora_console/pandoradb.oracle.sql +++ b/pandora_console/pandoradb.oracle.sql @@ -31,79 +31,79 @@ CREATE OR REPLACE FUNCTION NOW RETURN TIMESTAMP AS t_now TIMESTAMP; BEGIN SELECT -- Table `taddress` -- --------------------------------------------------------------------- CREATE TABLE taddress ( - id_a NUMBER(10, 0) NOT NULL PRIMARY KEY, - ip VARCHAR(60) default '', - ip_pack NUMBER(10, 0) default 0 NOT NULL + id_a NUMBER(10, 0) PRIMARY KEY, + ip VARCHAR(60) DEFAULT '', + ip_pack NUMBER(10, 0) DEFAULT 0 ); CREATE INDEX taddress_ip_idx ON taddress(ip); CREATE SEQUENCE taddress_s INCREMENT BY 1 START WITH 1; -- Triggers must end with double semicolons because Pandora installer need it -CREATE OR REPLACE TRIGGER taddress_inc BEFORE INSERT ON taddress REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT taddress_s.nextval INTO :NEW.ID_A FROM dual; END;; +CREATE OR REPLACE TRIGGER taddress_inc BEFORE INSERT ON taddress REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT taddress_s.nextval INTO :NEW.id_a FROM dual; END;; -- --------------------------------------------------------------------- -- Table `taddress_agent` -- --------------------------------------------------------------------- CREATE TABLE taddress_agent ( - id_ag NUMBER(19, 0) NOT NULL PRIMARY KEY, - id_a NUMBER(19, 0) default 0 NOT NULL, - id_agent NUMBER(19, 0) default 0 NOT NULL + id_ag NUMBER(19, 0) PRIMARY KEY, + id_a NUMBER(19, 0) DEFAULT 0, + id_agent NUMBER(19, 0) DEFAULT 0 ); CREATE SEQUENCE taddress_agent_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER taddress_agent_inc BEFORE INSERT ON taddress_agent REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT taddress_agent_s.nextval INTO :NEW.ID_AG FROM dual; END;; +CREATE OR REPLACE TRIGGER taddress_agent_inc BEFORE INSERT ON taddress_agent REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT taddress_agent_s.nextval INTO :NEW.id_ag FROM dual; END;; -- --------------------------------------------------------------------- -- Table `tagente` -- --------------------------------------------------------------------- CREATE TABLE tagente ( - id_agente NUMBER(10, 0) NOT NULL PRIMARY KEY, - nombre VARCHAR2(600) default '', - direccion VARCHAR2(100) default NULL, - comentarios VARCHAR2(255) default '', - id_grupo NUMBER(10, 0) default 0 NOT NULL, - ultimo_contacto TIMESTAMP default NULL, - modo NUMBER(5, 0) default 0 NOT NULL, - intervalo NUMBER(10, 0) default 300 NOT NULL, - id_os NUMBER(10, 0) default 0, - os_version VARCHAR2(100) default '', - agent_version VARCHAR2(100) default '', - ultimo_contacto_remoto TIMESTAMP default NULL, - disabled NUMBER(5, 0) default 0 NOT NULL, - id_parent NUMBER(10, 0) default 0, - custom_id VARCHAR2(255) default '', - server_name VARCHAR2(100) default '', - cascade_protection NUMBER(5, 0) default 0 NOT NULL, + id_agente NUMBER(10, 0) PRIMARY KEY, + nombre VARCHAR2(600) DEFAULT '', + direccion VARCHAR2(100) DEFAULT NULL, + comentarios VARCHAR2(255) DEFAULT '', + id_grupo NUMBER(10, 0) DEFAULT 0, + ultimo_contacto TIMESTAMP DEFAULT NULL, + modo NUMBER(5, 0) DEFAULT 0, + intervalo NUMBER(10, 0) DEFAULT 300, + id_os NUMBER(10, 0) DEFAULT 0, + os_version VARCHAR2(100) DEFAULT '', + agent_version VARCHAR2(100) DEFAULT '', + ultimo_contacto_remoto TIMESTAMP DEFAULT NULL, + disabled NUMBER(5, 0) DEFAULT 0, + id_parent NUMBER(10, 0) DEFAULT 0, + custom_id VARCHAR2(255) DEFAULT '', + server_name VARCHAR2(100) DEFAULT '', + cascade_protection NUMBER(5, 0) DEFAULT 0, --number of hours of diference with the server timezone timezone_offset NUMBER(5, 0) DEFAULT 0 NULL, --path in the server to the image of the icon representing the agent icon_path VARCHAR2(127) DEFAULT NULL NULL , - --set it to one to update the position data (altitude, longitude, latitude) when getting information from the agent or to 0 to keep the last value and don\'t update it - update_gis_data NUMBER(5, 0) DEFAULT 1 NOT NULL, + --set it to one to update the position data (altitude, longitude, latitude) whenetting information from the agent or to 0 to keep the last value and don\'t update it + update_gis_data NUMBER(5, 0) DEFAULT 1, url_address CLOB DEFAULT '' NULL, - quiet NUMBER(5, 0) default 0 NOT NULL, - normal_count NUMBER(20, 0) default 0 NOT NULL, - warning_count NUMBER(20, 0) default 0 NOT NULL, - critical_count NUMBER(20, 0) default 0 NOT NULL, - unknown_count NUMBER(20, 0) default 0 NOT NULL, - notinit_count NUMBER(20, 0) default 0 NOT NULL, - total_count NUMBER(20, 0) default 0 NOT NULL, - fired_count NUMBER(20, 0) default 0 NOT NULL, - update_module_count NUMBER(5, 0) default 0 NOT NULL - update_alert_count NUMBER(5, 0) default 0 NOT NULL + quiet NUMBER(5, 0) DEFAULT 0, + normal_count NUMBER(20, 0) DEFAULT 0, + warning_count NUMBER(20, 0) DEFAULT 0, + critical_count NUMBER(20, 0) DEFAULT 0, + unknown_count NUMBER(20, 0) DEFAULT 0, + notinit_count NUMBER(20, 0) DEFAULT 0, + total_count NUMBER(20, 0) DEFAULT 0, + fired_count NUMBER(20, 0) DEFAULT 0, + update_module_count NUMBER(5, 0) DEFAULT 0, + update_alert_count NUMBER(5, 0) DEFAULT 0 ); CREATE INDEX tagente_nombre_idx ON tagente(nombre); CREATE INDEX tagente_direccion_idx ON tagente(direccion); CREATE INDEX tagente_disabled_idx ON tagente(disabled); CREATE INDEX tagente_id_grupo_idx ON tagente(id_grupo); CREATE SEQUENCE tagente_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tagente_inc BEFORE INSERT ON tagente REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagente_s.nextval INTO :NEW.ID_AGENTE FROM dual; END;; +CREATE OR REPLACE TRIGGER tagente_inc BEFORE INSERT ON tagente REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagente_s.nextval INTO :NEW.id_agente FROM dual; END;; -- ----------------------------------------------------- -- Table `tagente_datos` -- ----------------------------------------------------- CREATE TABLE tagente_datos ( - id_agente_modulo NUMBER(10, 0) default 0 NOT NULL, - datos BINARY_DOUBLE default NULL, - utimestamp NUMBER(10, 0) default 0 + id_agente_modulo NUMBER(10, 0) DEFAULT 0, + datos BINARY_DOUBLE DEFAULT NULL, + utimestamp NUMBER(10, 0) DEFAULT 0 ); CREATE INDEX tagente_datos_id_agent_mod_idx ON tagente_datos(id_agente_modulo); CREATE INDEX tagente_datos_utimestamp_idx ON tagente_datos(utimestamp); @@ -112,21 +112,21 @@ CREATE INDEX tagente_datos_utimestamp_idx ON tagente_datos(utimestamp); -- Table `tagente_datos_inc` -- ----------------------------------------------------- CREATE TABLE tagente_datos_inc ( - id_agente_modulo NUMBER(10, 0) default 0 NOT NULL, - datos BINARY_DOUBLE default NULL, - utimestamp NUMBER(10, 0) default 0 NOT NULL + id_agente_modulo NUMBER(10, 0) DEFAULT 0, + datos BINARY_DOUBLE DEFAULT NULL, + utimestamp NUMBER(10, 0) DEFAULT 0 ); CREATE INDEX tagente_datos_inc_id_ag_mo_idx ON tagente_datos_inc(id_agente_modulo); CREATE SEQUENCE tagente_datos_inc_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tagente_datos_inc_inc BEFORE INSERT ON tagente_datos_inc REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagente_datos_inc_s.nextval INTO :NEW.ID_ADI FROM dual; END;; +--CREATE OR REPLACE TRIGGER tagente_datos_inc_inc BEFORE INSERT ON tagente_datos_inc REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagente_datos_inc_s.nextval INTO :NEW.id_adi FROM dual; END;; -- ----------------------------------------------------- -- Table `tagente_datos_string` -- ----------------------------------------------------- CREATE TABLE tagente_datos_string ( - id_agente_modulo NUMBER(10, 0) NOT NULL, - datos CLOB NOT NULL, - utimestamp NUMBER(10, 0) default 0 NOT NULL + id_agente_modulo NUMBER(10, 0), + datos CLOB, + utimestamp NUMBER(10, 0) DEFAULT 0 ); CREATE INDEX tagente_datos_string_utsta_idx ON tagente_datos_string(utimestamp); @@ -134,37 +134,37 @@ CREATE INDEX tagente_datos_string_utsta_idx ON tagente_datos_string(utimestamp); -- Table `tagente_datos_log4x` -- ----------------------------------------------------- CREATE TABLE tagente_datos_log4x ( - id_tagente_datos_log4x NUMBER(19, 0) NOT NULL PRIMARY KEY, - id_agente_modulo NUMBER(10, 0) default 0 NOT NULL, - severity CLOB NOT NULL, - message CLOB NOT NULL, - stacktrace CLOB NOT NULL, - utimestamp NUMBER(10, 0) default 0 NOT NULL + id_tagente_datos_log4x NUMBER(19, 0) PRIMARY KEY, + id_agente_modulo NUMBER(10, 0) DEFAULT 0, + severity CLOB, + message CLOB, + stacktrace CLOB, + utimestamp NUMBER(10, 0) DEFAULT 0 ); CREATE INDEX tagente_datos_log4x_id_a_m_idx ON tagente_datos_log4x(id_agente_modulo); CREATE SEQUENCE tagente_datos_log4x_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tagente_datos_log4x_inc BEFORE INSERT ON tagente_datos_log4x REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagente_datos_log4x_s.nextval INTO :NEW.ID_TAGENTE_DATOS_LOG4X FROM dual; END;; +CREATE OR REPLACE TRIGGER tagente_datos_log4x_inc BEFORE INSERT ON tagente_datos_log4x REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagente_datos_log4x_s.nextval INTO :NEW.id_tagente_datos_log4x FROM dual; END;; -- ----------------------------------------------------- -- Table `tagente_estado` -- ----------------------------------------------------- CREATE TABLE tagente_estado ( - id_agente_estado NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_agente_modulo NUMBER(10, 0) default 0 NOT NULL, - datos CLOB default '', - timestamp TIMESTAMP default NULL, - estado NUMBER(10, 0) default 0 NOT NULL, - id_agente NUMBER(10, 0) default 0 NOT NULL, - last_try TIMESTAMP default NULL, - utimestamp NUMBER(19, 0) default 0 NOT NULL, - current_interval NUMBER(10, 0) default 0 NOT NULL, - running_by NUMBER(10, 0) default 0, - last_execution_try NUMBER(19, 0) default 0 NOT NULL, - status_changes NUMBER(10, 0) default 0, - last_status NUMBER(10, 0) default 0, - last_known_status NUMBER(10, 0) default 0, - last_error NUMBER(10, 0) default 0, - ff_start_utimestamp NUMBER(10, 0) default 0 + id_agente_estado NUMBER(10, 0) PRIMARY KEY, + id_agente_modulo NUMBER(10, 0) DEFAULT 0, + datos CLOB DEFAULT '', + timestamp TIMESTAMP DEFAULT NULL, + estado NUMBER(10, 0) DEFAULT 0, + id_agente NUMBER(10, 0) DEFAULT 0, + last_try TIMESTAMP DEFAULT NULL, + utimestamp NUMBER(19, 0) DEFAULT 0, + current_interval NUMBER(10, 0) DEFAULT 0, + running_by NUMBER(10, 0) DEFAULT 0, + last_execution_try NUMBER(19, 0) DEFAULT 0, + status_changes NUMBER(10, 0) DEFAULT 0, + last_status NUMBER(10, 0) DEFAULT 0, + last_known_status NUMBER(10, 0) DEFAULT 0, + last_error NUMBER(10, 0) DEFAULT 0, + ff_start_utimestamp NUMBER(10, 0) DEFAULT 0 ); CREATE INDEX tagente_estado_id_agente_idx ON tagente_estado(id_agente); CREATE INDEX tagente_estado_estado_idx ON tagente_estado(estado); @@ -174,7 +174,7 @@ CREATE INDEX tagente_estado_last_ex_try_idx ON tagente_estado(last_execution_try CREATE SEQUENCE tagente_estado_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tagente_estado_inc BEFORE INSERT ON tagente_estado REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagente_estado_s.nextval INTO :NEW.ID_AGENTE_ESTADO FROM dual; END;; +CREATE OR REPLACE TRIGGER tagente_estado_inc BEFORE INSERT ON tagente_estado REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagente_estado_s.nextval INTO :NEW.id_agente_estado FROM dual; END;; -- Probably last_execution_try index is not useful and loads more than benefits @@ -188,75 +188,71 @@ CREATE OR REPLACE TRIGGER tagente_estado_inc BEFORE INSERT ON tagente_estado REF -- 7 - WEB Server (enteprise) CREATE TABLE tagente_modulo ( - id_agente_modulo NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_agente NUMBER(10, 0) default 0 NOT NULL, - id_tipo_modulo NUMBER(10, 0) default 0 NOT NULL, - descripcion CLOB default '', - extended_info CLOB default '', - nombre CLOB default '', + id_agente_modulo NUMBER(10, 0) PRIMARY KEY, + id_agente NUMBER(10, 0) DEFAULT 0, + id_tipo_modulo NUMBER(10, 0) DEFAULT 0, + descripcion CLOB DEFAULT '', + extended_info CLOB DEFAULT '', + nombre CLOB DEFAULT '', unit VARCHAR2(100) DEFAULT '', - id_policy_module NUMBER(10, 0) default 0 NOT NULL, - max NUMBER(19, 0) default 0 NOT NULL, - min NUMBER(19, 0) default 0 NOT NULL, - module_interval NUMBER(10, 0) default 0 NOT NULL, + id_policy_module NUMBER(10, 0) DEFAULT 0, + max NUMBER(19, 0) DEFAULT 0, + min NUMBER(19, 0) DEFAULT 0, + module_interval NUMBER(10, 0) DEFAULT 0, cron_interval VARCHAR2(100) DEFAULT '', - tcp_port NUMBER(10, 0) default 0 NOT NULL, - tcp_send CLOB default '', - tcp_rcv CLOB default '', - snmp_community VARCHAR2(100) default '', - snmp_oid VARCHAR2(255) default '0', - ip_target VARCHAR2(100) default '', - id_module_group NUMBER(10, 0) default 0 NOT NULL, - flag NUMBER(5, 0) default 1 NOT NULL, - id_modulo NUMBER(10, 0) default 0 NOT NULL, - disabled NUMBER(5, 0) default 0 NOT NULL, - id_export NUMBER(10, 0) default 0 NOT NULL, - plugin_user CLOB default '', - plugin_pass CLOB default '', - plugin_parameter CLOB, - id_plugin NUMBER(10, 0) default 0, - post_process BINARY_DOUBLE default NULL, - prediction_module NUMBER(19, 0) default 0, - max_timeout NUMBER(10, 0) default 0, - max_retries NUMBER(10, 0) default 0, - custom_id VARCHAR2(255) default '', - history_data NUMBER(5, 0) default 1, - min_warning BINARY_DOUBLE default 0, - max_warning BINARY_DOUBLE default 0, - str_warning CLOB default '', - min_critical BINARY_DOUBLE default 0, - max_critical BINARY_DOUBLE default 0, - str_critical CLOB default '', - min_ff_event INTEGER default 0, - delete_pending NUMBER(5, 0) default 0 NOT NULL, - policy_linked NUMBER(5, 0) default 0 NOT NULL, - policy_adopted NUMBER(5, 0) default 0 NOT NULL, - custom_string_1 CLOB default '', - custom_string_2 CLOB default '', - custom_string_3 CLOB default '', - custom_integer_1 NUMBER(10, 0) default 0, - custom_integer_2 NUMBER(10, 0) default 0, - wizard_level VARCHAR2(100) default 'nowizard' NOT NULL, - macros CLOB default '', - critical_instructions CLOB default '', - warning_instructions CLOB default '', - unknown_instructions CLOB default '', - quiet NUMBER(5, 0) default 0 NOT NULL, - critical_instructions VARCHAR2(255) default '', - warning_instructions VARCHAR2(255) default '', - unknown_instructions VARCHAR2(255) default '', - critical_inverse NUMBER(1, 0) default 0 NOT NULL, - warning_inverse NUMBER(1, 0) default 0 NOT NULL, - id_category NUMBER(10, 0) default 0 NOT NULL, - disabled_types_event CLOB default '', - module_macros CLOB default '', - min_ff_event_normal INTEGER default 0, - min_ff_event_warning INTEGER default 0, - min_ff_event_critical INTEGER default 0, - each_ff NUMBER(1, 0) default 0, - ff_timeout INTEGER unsigned default 0 - - CONSTRAINT t_agente_modulo_wizard_level_cons CHECK (wizard_level IN ('basic','advanced','nowizard')) + tcp_port NUMBER(10, 0) DEFAULT 0, + tcp_send CLOB DEFAULT '', + tcp_rcv CLOB DEFAULT '', + snmp_community VARCHAR2(100) DEFAULT '', + snmp_oid VARCHAR2(255) DEFAULT '0', + ip_target VARCHAR2(100) DEFAULT '', + id_module_group NUMBER(10, 0) DEFAULT 0, + flag NUMBER(5, 0) DEFAULT 1, + id_modulo NUMBER(10, 0) DEFAULT 0, + disabled NUMBER(5, 0) DEFAULT 0, + id_export NUMBER(10, 0) DEFAULT 0, + plugin_user CLOB DEFAULT '', + plugin_pass CLOB DEFAULT '', + plugin_parameter CLOB DEFAULT '', + id_plugin NUMBER(10, 0) DEFAULT 0, + post_process BINARY_DOUBLE DEFAULT NULL, + prediction_module NUMBER(19, 0) DEFAULT 0, + max_timeout NUMBER(10, 0) DEFAULT 0, + max_retries NUMBER(10, 0) DEFAULT 0, + custom_id VARCHAR2(255) DEFAULT '', + history_data NUMBER(5, 0) DEFAULT 1, + min_warning BINARY_DOUBLE DEFAULT 0, + max_warning BINARY_DOUBLE DEFAULT 0, + str_warning CLOB DEFAULT '', + min_critical BINARY_DOUBLE DEFAULT 0, + max_critical BINARY_DOUBLE DEFAULT 0, + str_critical CLOB DEFAULT '', + min_ff_event INTEGER DEFAULT 0, + delete_pending NUMBER(5, 0) DEFAULT 0, + policy_linked NUMBER(5, 0) DEFAULT 0, + policy_adopted NUMBER(5, 0) DEFAULT 0, + custom_string_1 CLOB DEFAULT '', + custom_string_2 CLOB DEFAULT '', + custom_string_3 CLOB DEFAULT '', + custom_integer_1 NUMBER(10, 0) DEFAULT 0, + custom_integer_2 NUMBER(10, 0) DEFAULT 0, + wizard_level VARCHAR2(100) DEFAULT 'nowizard', + macros CLOB DEFAULT '', + critical_instructions CLOB DEFAULT '', + warning_instructions CLOB DEFAULT '', + unknown_instructions CLOB DEFAULT '', + quiet NUMBER(5, 0) DEFAULT 0, + critical_inverse NUMBER(1, 0) DEFAULT 0, + warning_inverse NUMBER(1, 0) DEFAULT 0, + id_category NUMBER(10, 0) DEFAULT 0, + disabled_types_event CLOB DEFAULT '', + module_macros CLOB DEFAULT '', + min_ff_event_normal INTEGER DEFAULT 0, + min_ff_event_warning INTEGER DEFAULT 0, + min_ff_event_critical INTEGER DEFAULT 0, + each_ff NUMBER(1, 0) DEFAULT 0, + ff_timeout INTEGER DEFAULT 0, + CONSTRAINT t_agente_modulo_wizard_cons CHECK (wizard_level IN ('basic','advanced','nowizard')) ); CREATE INDEX tagente_modulo_id_agente_idx ON tagente_modulo(id_agente); CREATE INDEX tagente_modulo_id_t_mod_idx ON tagente_modulo(id_tipo_modulo); @@ -264,260 +260,260 @@ CREATE INDEX tagente_modulo_disabled_idx ON tagente_modulo(disabled); CREATE SEQUENCE tagente_modulo_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tagente_modulo_inc BEFORE INSERT ON tagente_modulo REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagente_modulo_s.nextval INTO :NEW.ID_AGENTE_MODULO FROM dual; END;; +CREATE OR REPLACE TRIGGER tagente_modulo_inc BEFORE INSERT ON tagente_modulo REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagente_modulo_s.nextval INTO :NEW.id_agente_modulo FROM dual; END;; -- snmp_oid is also used for WMI query CREATE TABLE tagent_access ( - id_agent NUMBER(10, 0) default 0 NOT NULL, - utimestamp NUMBER(19, 0) default 0 NOT NULL + id_agent NUMBER(10, 0) DEFAULT 0, + utimestamp NUMBER(19, 0) DEFAULT 0 ); CREATE INDEX tagent_access_id_agent_idx ON tagent_access(id_agent); CREATE INDEX tagent_access_utimestamp_idx ON tagent_access(utimestamp); CREATE TABLE talert_snmp ( - id_as NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_alert NUMBER(10, 0) default 0 NOT NULL, - al_field1 CLOB default '', - al_field2 CLOB default '', - al_field3 CLOB default '', - al_field4 CLOB default '', - al_field5 CLOB default '', - al_field6 CLOB default '', - al_field7 CLOB default '', - al_field8 CLOB default '', - al_field9 CLOB default '', - al_field10 CLOB default '', - description VARCHAR2(255) default '', - alert_type NUMBER(5, 0) default 0 NOT NULL, - agent VARCHAR2(100) default '', - custom_oid CLOB default '', - oid VARCHAR2(255) default '', - time_threshold NUMBER(10, 0) default 0 NOT NULL, - times_fired NUMBER(5, 0) default 0 NOT NULL, - last_fired TIMESTAMP default NULL, - max_alerts NUMBER(10, 0) default 1 NOT NULL, - min_alerts NUMBER(10, 0) default 1 NOT NULL, - internal_counter NUMBER(10, 0) default 0 NOT NULL, - priority NUMBER(10, 0) default 0, - _snmp_f1_ CLOB default '', - _snmp_f2_ CLOB default '', - _snmp_f3_ CLOB default '', - _snmp_f4_ CLOB default '', - _snmp_f5_ CLOB default '', - _snmp_f6_ CLOB default '', - _snmp_f7_ CLOB default '', - _snmp_f8_ CLOB default '', - _snmp_f9_ CLOB default '', - _snmp_f10_ CLOB default '', - _snmp_f11_ CLOB default '', - _snmp_f12_ CLOB default '', - _snmp_f13_ CLOB default '', - _snmp_f14_ CLOB default '', - _snmp_f15_ CLOB default '', - _snmp_f16_ CLOB default '', - _snmp_f17_ CLOB default '', - _snmp_f18_ CLOB default '', - _snmp_f19_ CLOB default '', - _snmp_f20_ CLOB default '', - trap_type NUMBER(10, 0) DEFAULT -1 NOT NULL, + id_as NUMBER(10, 0) PRIMARY KEY, + id_alert NUMBER(10, 0) DEFAULT 0, + al_field1 CLOB DEFAULT '', + al_field2 CLOB DEFAULT '', + al_field3 CLOB DEFAULT '', + al_field4 CLOB DEFAULT '', + al_field5 CLOB DEFAULT '', + al_field6 CLOB DEFAULT '', + al_field7 CLOB DEFAULT '', + al_field8 CLOB DEFAULT '', + al_field9 CLOB DEFAULT '', + al_field10 CLOB DEFAULT '', + description VARCHAR2(255) DEFAULT '', + alert_type NUMBER(5, 0) DEFAULT 0, + agent VARCHAR2(100) DEFAULT '', + custom_oid CLOB DEFAULT '', + oid VARCHAR2(255) DEFAULT '', + time_threshold NUMBER(10, 0) DEFAULT 0, + times_fired NUMBER(5, 0) DEFAULT 0, + last_fired TIMESTAMP DEFAULT NULL, + max_alerts NUMBER(10, 0) DEFAULT 1, + min_alerts NUMBER(10, 0) DEFAULT 1, + internal_counter NUMBER(10, 0) DEFAULT 0, + priority NUMBER(10, 0) DEFAULT 0, + "_snmp_f1_" CLOB DEFAULT '', + "_snmp_f2_" CLOB DEFAULT '', + "_snmp_f3_" CLOB DEFAULT '', + "_snmp_f4_" CLOB DEFAULT '', + "_snmp_f5_" CLOB DEFAULT '', + "_snmp_f6_" CLOB DEFAULT '', + "_snmp_f7_" CLOB DEFAULT '', + "_snmp_f8_" CLOB DEFAULT '', + "_snmp_f9_" CLOB DEFAULT '', + "_snmp_f10_" CLOB DEFAULT '', + "_snmp_f11_" CLOB DEFAULT '', + "_snmp_f12_" CLOB DEFAULT '', + "_snmp_f13_" CLOB DEFAULT '', + "_snmp_f14_" CLOB DEFAULT '', + "_snmp_f15_" CLOB DEFAULT '', + "_snmp_f16_" CLOB DEFAULT '', + "_snmp_f17_" CLOB DEFAULT '', + "_snmp_f18_" CLOB DEFAULT '', + "_snmp_f19_" CLOB DEFAULT '', + "_snmp_f20_" CLOB DEFAULT '', + trap_type NUMBER(10, 0) DEFAULT -1, single_value VARCHAR2(255) DEFAULT '', - "position" NUMBER(10, 0) default 0 NOT NULL, - id_group NUMBER(10, 0) default 0 NOT NULL, - order_1 NUMBER(10, 0) default 1 NOT NULL , - order_2 NUMBER(10, 0) default 2 NOT NULL , - order_3 NUMBER(10, 0) default 3 NOT NULL , - order_4 NUMBER(10, 0) default 4 NOT NULL , - order_5 NUMBER(10, 0) default 5 NOT NULL , - order_6 NUMBER(10, 0) default 6 NOT NULL , - order_7 NUMBER(10, 0) default 7 NOT NULL , - order_8 NUMBER(10, 0) default 8 NOT NULL , - order_9 NUMBER(10, 0) default 9 NOT NULL , - order_10 NUMBER(10, 0) default 10 NOT NULL , - order_11 NUMBER(10, 0) default 11 NOT NULL , - order_12 NUMBER(10, 0) default 12 NOT NULL , - order_13 NUMBER(10, 0) default 13 NOT NULL , - order_14 NUMBER(10, 0) default 14 NOT NULL , - order_15 NUMBER(10, 0) default 15 NOT NULL , - order_16 NUMBER(10, 0) default 16 NOT NULL , - order_17 NUMBER(10, 0) default 17 NOT NULL , - order_18 NUMBER(10, 0) default 18 NOT NULL , - order_19 NUMBER(10, 0) default 19 NOT NULL , - order_20 NUMBER(10, 0) default 20 NOT NULL + position NUMBER(10, 0) DEFAULT 0, + id_group NUMBER(10, 0) DEFAULT 0, + order_1 NUMBER(10, 0) DEFAULT 1 , + order_2 NUMBER(10, 0) DEFAULT 2 , + order_3 NUMBER(10, 0) DEFAULT 3 , + order_4 NUMBER(10, 0) DEFAULT 4 , + order_5 NUMBER(10, 0) DEFAULT 5 , + order_6 NUMBER(10, 0) DEFAULT 6 , + order_7 NUMBER(10, 0) DEFAULT 7 , + order_8 NUMBER(10, 0) DEFAULT 8 , + order_9 NUMBER(10, 0) DEFAULT 9 , + order_10 NUMBER(10, 0) DEFAULT 10 , + order_11 NUMBER(10, 0) DEFAULT 11 , + order_12 NUMBER(10, 0) DEFAULT 12 , + order_13 NUMBER(10, 0) DEFAULT 13 , + order_14 NUMBER(10, 0) DEFAULT 14 , + order_15 NUMBER(10, 0) DEFAULT 15 , + order_16 NUMBER(10, 0) DEFAULT 16 , + order_17 NUMBER(10, 0) DEFAULT 17 , + order_18 NUMBER(10, 0) DEFAULT 18 , + order_19 NUMBER(10, 0) DEFAULT 19 , + order_20 NUMBER(10, 0) DEFAULT 20 ); CREATE SEQUENCE talert_snmp_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER talert_snmp_inc BEFORE INSERT ON talert_snmp REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_snmp_s.nextval INTO :NEW.ID_AS FROM dual; END;; +CREATE OR REPLACE TRIGGER talert_snmp_inc BEFORE INSERT ON talert_snmp REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_snmp_s.nextval INTO :NEW.id_as FROM dual; END;; CREATE TABLE talert_commands ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) default '', - command CLOB default '', - description CLOB default '', - internal NUMBER(10, 0) default 0, - fields_descriptions CLOB default '', - fields_values CLOB default '' + id NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(100) DEFAULT '', + command CLOB DEFAULT '', + description CLOB DEFAULT '', + internal NUMBER(10, 0) DEFAULT 0, + fields_descriptions CLOB DEFAULT '', + fields_values CLOB DEFAULT '' ); CREATE SEQUENCE talert_commands_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER talert_commands_inc BEFORE INSERT ON talert_commands REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_commands_s.nextval INTO :NEW.ID FROM dual; END;; +CREATE OR REPLACE TRIGGER talert_commands_inc BEFORE INSERT ON talert_commands REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_commands_s.nextval INTO :NEW.id FROM dual; END;; CREATE TABLE talert_actions ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - name CLOB default '', - id_alert_command NUMBER(10, 0) default 0 NOT NULL REFERENCES talert_commands(id) ON DELETE CASCADE, - field1 CLOB default '', - field2 CLOB default '', - field3 CLOB default '', - field4 CLOB default '', - field5 CLOB default '', - field6 CLOB default '', - field7 CLOB default '', - field8 CLOB default '', - field9 CLOB default '', - field10 CLOB default '', - id_group NUMBER(19, 0) default 0 NOT NULL, - action_threshold NUMBER(19, 0) default 0 NOT NULL, - field1_recovery CLOB NOT NULL default '', - field2_recovery CLOB NOT NULL default '', - field3_recovery CLOB NOT NULL default '', - field4_recovery CLOB NOT NULL default '', - field5_recovery CLOB NOT NULL default '', - field6_recovery CLOB NOT NULL default '', - field7_recovery CLOB NOT NULL default '', - field8_recovery CLOB NOT NULL default '', - field9_recovery CLOB NOT NULL default '', - field10_recovery CLOB NOT NULL default '' + id NUMBER(10, 0) PRIMARY KEY, + name CLOB DEFAULT '', + id_alert_command NUMBER(10, 0) DEFAULT 0 REFERENCES talert_commands(id) ON DELETE CASCADE, + field1 CLOB DEFAULT '', + field2 CLOB DEFAULT '', + field3 CLOB DEFAULT '', + field4 CLOB DEFAULT '', + field5 CLOB DEFAULT '', + field6 CLOB DEFAULT '', + field7 CLOB DEFAULT '', + field8 CLOB DEFAULT '', + field9 CLOB DEFAULT '', + field10 CLOB DEFAULT '', + id_group NUMBER(19, 0) DEFAULT 0, + action_threshold NUMBER(19, 0) DEFAULT 0, + field1_recovery CLOB DEFAULT '', + field2_recovery CLOB DEFAULT '', + field3_recovery CLOB DEFAULT '', + field4_recovery CLOB DEFAULT '', + field5_recovery CLOB DEFAULT '', + field6_recovery CLOB DEFAULT '', + field7_recovery CLOB DEFAULT '', + field8_recovery CLOB DEFAULT '', + field9_recovery CLOB DEFAULT '', + field10_recovery CLOB DEFAULT '' ); CREATE SEQUENCE talert_actions_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER talert_actions_inc BEFORE INSERT ON talert_actions REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_actions_s.nextval INTO :NEW.ID FROM dual; END;; +CREATE OR REPLACE TRIGGER talert_actions_inc BEFORE INSERT ON talert_actions REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_actions_s.nextval INTO :NEW.id FROM dual; END;; -- on update trigger -CREATE OR REPLACE TRIGGER talert_actions_update AFTER UPDATE OF ID ON talert_commands FOR EACH ROW BEGIN UPDATE talert_actions SET ID_ALERT_COMMAND = :NEW.ID WHERE ID_ALERT_COMMAND = :OLD.ID; END;; +CREATE OR REPLACE TRIGGER talert_actions_update AFTER UPDATE OF id ON talert_commands FOR EACH ROW BEGIN UPDATE talert_actions SET id_alert_command = :NEW.id WHERE id_alert_command = :OLD.id; END;; -- use to_char(time_from, 'hh24:mi:ss') function to retrieve time_from field info -- use to_char(time_to, 'hh24:mi:ss') function to retrieve time_to field info CREATE TABLE talert_templates ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - name CLOB default '', - description CLOB, - id_alert_action NUMBER(10, 0) REFERENCES talert_actions(id) ON DELETE SET NULL, - field1 CLOB NOT NULL default '', - field2 CLOB NOT NULL default '', - field3 CLOB NOT NULL default '', - field4 CLOB NOT NULL default '', - field5 CLOB NOT NULL default '', - field6 CLOB NOT NULL default '', - field7 CLOB NOT NULL default '', - field8 CLOB NOT NULL default '', - field9 CLOB NOT NULL default '', - field10 CLOB NOT NULL default '', + id NUMBER(10, 0) PRIMARY KEY, + name CLOB DEFAULT '', + description CLOB DEFAULT '', + id_alert_action NUMBER(10, 0) REFERENCES talert_actions(id) ON DELETE SET NULL, + field1 CLOB DEFAULT '', + field2 CLOB DEFAULT '', + field3 CLOB DEFAULT '', + field4 CLOB DEFAULT '', + field5 CLOB DEFAULT '', + field6 CLOB DEFAULT '', + field7 CLOB DEFAULT '', + field8 CLOB DEFAULT '', + field9 CLOB DEFAULT '', + field10 CLOB DEFAULT '', type VARCHAR2(50), - value VARCHAR2(255) default '', - matches_value NUMBER(5, 0) default 0, - max_value DOUBLE PRECISION default NULL, - min_value DOUBLE PRECISION default NULL, - time_threshold NUMBER(10, 0) default 0 NOT NULL, - max_alerts NUMBER(10, 0) default 1 NOT NULL, - min_alerts NUMBER(10, 0) default 0 NOT NULL, - time_from TIMESTAMP default to_date('00:00:00','hh24:mi:ss'), - time_to TIMESTAMP default to_date('00:00:00','hh24:mi:ss'), - monday NUMBER(5, 0) default 1, - tuesday NUMBER(5, 0) default 1, - wednesday NUMBER(5, 0) default 1, - thursday NUMBER(5, 0) default 1, - friday NUMBER(5, 0) default 1, - saturday NUMBER(5, 0) default 1, - sunday NUMBER(5, 0) default 1, - recovery_notify NUMBER(5, 0) default 0, - field1_recovery CLOB NOT NULL default '', - field2_recovery CLOB NOT NULL default '', - field3_recovery CLOB NOT NULL default '', - field4_recovery CLOB NOT NULL default '', - field5_recovery CLOB NOT NULL default '', - field6_recovery CLOB NOT NULL default '', - field7_recovery CLOB NOT NULL default '', - field8_recovery CLOB NOT NULL default '', - field9_recovery CLOB NOT NULL default '', - field10_recovery CLOB NOT NULL default '', - priority NUMBER(10, 0) default 0 NOT NULL, - id_group NUMBER(10, 0) default 0 NOT NULL, - special_day NUMBER(5, 0) default 0, - wizard_level VARCHAR2(100) default 'nowizard' NOT NULL, + value VARCHAR2(255) DEFAULT '', + matches_value NUMBER(5, 0) DEFAULT 0, + max_value DOUBLE PRECISION DEFAULT NULL, + min_value DOUBLE PRECISION DEFAULT NULL, + time_threshold NUMBER(10, 0) DEFAULT 0, + max_alerts NUMBER(10, 0) DEFAULT 1, + min_alerts NUMBER(10, 0) DEFAULT 0, + time_from TIMESTAMP DEFAULT to_date('00:00:00','hh24:mi:ss'), + time_to TIMESTAMP DEFAULT to_date('00:00:00','hh24:mi:ss'), + monday NUMBER(5, 0) DEFAULT 1, + tuesday NUMBER(5, 0) DEFAULT 1, + wednesday NUMBER(5, 0) DEFAULT 1, + thursday NUMBER(5, 0) DEFAULT 1, + friday NUMBER(5, 0) DEFAULT 1, + saturday NUMBER(5, 0) DEFAULT 1, + sunday NUMBER(5, 0) DEFAULT 1, + recovery_notify NUMBER(5, 0) DEFAULT 0, + field1_recovery CLOB DEFAULT '', + field2_recovery CLOB DEFAULT '', + field3_recovery CLOB DEFAULT '', + field4_recovery CLOB DEFAULT '', + field5_recovery CLOB DEFAULT '', + field6_recovery CLOB DEFAULT '', + field7_recovery CLOB DEFAULT '', + field8_recovery CLOB DEFAULT '', + field9_recovery CLOB DEFAULT '', + field10_recovery CLOB DEFAULT '', + priority NUMBER(10, 0) DEFAULT 0, + id_group NUMBER(10, 0) DEFAULT 0, + special_day NUMBER(5, 0) DEFAULT 0, + wizard_level VARCHAR2(100) DEFAULT 'nowizard', CONSTRAINT t_alert_templates_type_cons CHECK (type IN ('regex', 'max_min', 'max', 'min', 'equal', 'not_equal', 'warning', 'critical', 'onchange', 'unknown', 'always')), - CONSTRAINT t_alert_templates_wizard_level_cons CHECK (wizard_level IN ('basic','advanced','nowizard')) + CONSTRAINT t_alert_templates_wizard_cons CHECK (wizard_level IN ('basic','advanced','nowizard')) ); CREATE INDEX talert_templates_id_al_act_idx ON talert_templates(id_alert_action); CREATE SEQUENCE talert_templates_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER talert_templates_inc BEFORE INSERT ON talert_templates REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_templates_s.nextval INTO :NEW.ID FROM dual; END;; +CREATE OR REPLACE TRIGGER talert_templates_inc BEFORE INSERT ON talert_templates REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_templates_s.nextval INTO :NEW.id FROM dual; END;; -- on update trigger -CREATE OR REPLACE TRIGGER talert_templates_update AFTER UPDATE OF ID ON talert_actions FOR EACH ROW BEGIN UPDATE talert_templates SET ID_ALERT_ACTION = :NEW.ID WHERE ID_ALERT_ACTION = :OLD.ID; END;; +CREATE OR REPLACE TRIGGER talert_templates_update AFTER UPDATE OF id ON talert_actions FOR EACH ROW BEGIN UPDATE talert_templates SET id_alert_action = :NEW.id WHERE id_alert_action = :OLD.id; END;; CREATE TABLE talert_template_modules ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_agent_module NUMBER(10, 0) NOT NULL REFERENCES tagente_modulo(id_agente_modulo) ON DELETE CASCADE, - id_alert_template NUMBER(10, 0) NOT NULL REFERENCES talert_templates(id) ON DELETE CASCADE, - id_policy_alerts NUMBER(10, 0) default 0 NOT NULL, - internal_counter NUMBER(10, 0) default 0, - last_fired NUMBER(19, 0) default 0 NOT NULL, - last_reference NUMBER(19, 0) default 0 NOT NULL, - times_fired NUMBER(10, 0) default 0 NOT NULL, - disabled NUMBER(5, 0) default 0, - standby NUMBER(5, 0) default 0, - priority NUMBER(10, 0) default 0, - force_execution NUMBER(5, 0) default 0 + id NUMBER(10, 0) PRIMARY KEY, + id_agent_module NUMBER(10, 0) REFERENCES tagente_modulo(id_agente_modulo) ON DELETE CASCADE, + id_alert_template NUMBER(10, 0) REFERENCES talert_templates(id) ON DELETE CASCADE, + id_policy_alerts NUMBER(10, 0) DEFAULT 0, + internal_counter NUMBER(10, 0) DEFAULT 0, + last_fired NUMBER(19, 0) DEFAULT 0, + last_reference NUMBER(19, 0) DEFAULT 0, + times_fired NUMBER(10, 0) DEFAULT 0, + disabled NUMBER(5, 0) DEFAULT 0, + standby NUMBER(5, 0) DEFAULT 0, + priority NUMBER(10, 0) DEFAULT 0, + force_execution NUMBER(5, 0) DEFAULT 0 ); CREATE UNIQUE INDEX talert_template_modules_idx ON talert_template_modules(id_agent_module); CREATE SEQUENCE talert_template_modules_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER talert_template_modules_inc BEFORE INSERT ON talert_template_modules REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_template_modules_s.nextval INTO :NEW.ID FROM dual; END;; +CREATE OR REPLACE TRIGGER talert_template_modules_inc BEFORE INSERT ON talert_template_modules REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_template_modules_s.nextval INTO :NEW.id FROM dual; END;; -- on update trigger -CREATE OR REPLACE TRIGGER talert_template_modules_update AFTER UPDATE OF ID_AGENTE_MODULO ON tagente_modulo FOR EACH ROW BEGIN UPDATE talert_template_modules SET ID_AGENT_MODULE = :NEW.ID_AGENTE_MODULO WHERE ID_AGENT_MODULE = :OLD.ID_AGENTE_MODULO; END;; +CREATE OR REPLACE TRIGGER talert_template_modules_update AFTER UPDATE OF id_agente_modulo ON tagente_modulo FOR EACH ROW BEGIN UPDATE talert_template_modules SET id_agent_module = :NEW.id_agente_modulo WHERE id_agent_module = :OLD.id_agente_modulo; END;; -- on update trigger 1 -CREATE OR REPLACE TRIGGER talert_template_module_update1 AFTER UPDATE OF ID ON talert_templates FOR EACH ROW BEGIN UPDATE talert_template_modules SET ID_ALERT_TEMPLATE = :NEW.ID WHERE ID_ALERT_TEMPLATE = :OLD.ID; END;; +CREATE OR REPLACE TRIGGER talert_template_module_update1 AFTER UPDATE OF id ON talert_templates FOR EACH ROW BEGIN UPDATE talert_template_modules SET id_alert_template = :NEW.id WHERE id_alert_template = :OLD.id; END;; CREATE TABLE talert_template_module_actions ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_alert_template_module NUMBER(10, 0) NOT NULL REFERENCES talert_template_modules(id) ON DELETE CASCADE, - id_alert_action NUMBER(10, 0) NOT NULL REFERENCES talert_actions(id) ON DELETE CASCADE, - fires_min NUMBER(10, 0) default 0 NOT NULL, - fires_max NUMBER(10, 0) default 0 NOT NULL, - module_action_threshold NUMBER(10, 0) default 0 NOT NULL, - last_execution NUMBER(18, 0) default 0 NOT NULL + id NUMBER(10, 0) PRIMARY KEY, + id_alert_template_module NUMBER(10, 0) REFERENCES talert_template_modules(id) ON DELETE CASCADE, + id_alert_action NUMBER(10, 0) REFERENCES talert_actions(id) ON DELETE CASCADE, + fires_min NUMBER(10, 0) DEFAULT 0, + fires_max NUMBER(10, 0) DEFAULT 0, + module_action_threshold NUMBER(10, 0) DEFAULT 0, + last_execution NUMBER(18, 0) DEFAULT 0 ); CREATE SEQUENCE talert_template_modu_actions_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER talert_template_mod_action_inc BEFORE INSERT ON talert_template_module_actions REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_template_modu_actions_s.nextval INTO :NEW.ID FROM dual; END;; +CREATE OR REPLACE TRIGGER talert_template_mod_action_inc BEFORE INSERT ON talert_template_module_actions REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_template_modu_actions_s.nextval INTO :NEW.id FROM dual; END;; -- on update trigger -CREATE OR REPLACE TRIGGER talert_template_mod_act_update AFTER UPDATE OF ID ON talert_template_modules FOR EACH ROW BEGIN UPDATE talert_template_module_actions SET ID_ALERT_TEMPLATE_MODULE = :NEW.ID WHERE ID_ALERT_TEMPLATE_MODULE = :OLD.ID; END;; +CREATE OR REPLACE TRIGGER talert_template_mod_act_update AFTER UPDATE OF id ON talert_template_modules FOR EACH ROW BEGIN UPDATE talert_template_module_actions SET id_alert_template_module = :NEW.id WHERE id_alert_template_module = :OLD.id; END;; -- on update trigger 1 -CREATE OR REPLACE TRIGGER talert_template_mod_ac_update1 AFTER UPDATE OF ID ON talert_actions FOR EACH ROW BEGIN UPDATE talert_template_module_actions SET ID_ALERT_ACTION = :NEW.ID WHERE ID_ALERT_ACTION = :OLD.ID; END;; +CREATE OR REPLACE TRIGGER talert_template_mod_ac_update1 AFTER UPDATE OF id ON talert_actions FOR EACH ROW BEGIN UPDATE talert_template_module_actions SET id_alert_action = :NEW.id WHERE id_alert_action = :OLD.id; END;; CREATE TABLE talert_special_days ( - id NUMBER(10,0) NOT NULL PRIMARY KEY, - id_group NUMBER(10, 0) default 0 NOT NULL, - date DATE default '0000-00-00' NOT NULL, - same_day VARCHAR2(20) default 'sunday', + id NUMBER(10,0) PRIMARY KEY, + id_group NUMBER(10, 0) DEFAULT 0, + "date" DATE, + same_day VARCHAR2(20) DEFAULT 'sunday', description CLOB, - CONSTRAINT talert_special_days_same_day_cons CHECK (same_day IN ('monday','tuesday','wednesday','thursday','friday','saturday','sunday')) + CONSTRAINT talert_special_days_sday_cons CHECK (same_day IN ('monday','tuesday','wednesday','thursday','friday','saturday','sunday')) ); -- on update trigger CREATE SEQUENCE talert_special_days_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER talert_special_days_inc BEFORE INSERT ON talert_special_days REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_special_days_s.nextval INTO :NEW.ID FROM dual; END talert_special_days_inc;; +CREATE OR REPLACE TRIGGER talert_special_days_inc BEFORE INSERT ON talert_special_days REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT talert_special_days_s.nextval INTO :NEW.id FROM dual; END talert_special_days_inc;; -- --------------------------------------------------------------------- -- Table `tattachment` @@ -528,36 +524,36 @@ CREATE OR REPLACE TRIGGER talert_special_days_inc BEFORE INSERT ON talert_specia -- Priority : 3 - Warning (yellow) -- Priority : 4 - Critical (red) CREATE TABLE tattachment ( - id_attachment NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_incidencia NUMBER(10, 0) default 0 NOT NULL, - id_usuario VARCHAR2(60) default '', - filename VARCHAR2(255) default '', - description VARCHAR2(150) default '', - "size" NUMBER(19, 0) default 0 NOT NULL + id_attachment NUMBER(10, 0) PRIMARY KEY, + id_incidencia NUMBER(10, 0) DEFAULT 0, + id_usuario VARCHAR2(60) DEFAULT '', + filename VARCHAR2(255) DEFAULT '', + description VARCHAR2(150) DEFAULT '', + "size" NUMBER(19, 0) DEFAULT 0 ); CREATE SEQUENCE tattachment_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tattachment_inc BEFORE INSERT ON tattachment REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tattachment_s.nextval INTO :NEW.ID_ATTACHMENT FROM dual; END;; +CREATE OR REPLACE TRIGGER tattachment_inc BEFORE INSERT ON tattachment REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tattachment_s.nextval INTO :NEW.id_attachment FROM dual; END;; -- --------------------------------------------------------------------- -- Table `tconfig` -- --------------------------------------------------------------------- CREATE TABLE tconfig ( - id_config NUMBER(10, 0) NOT NULL PRIMARY KEY, - token VARCHAR2(100) default '', - value VARCHAR2(255) default '' + id_config NUMBER(10, 0) PRIMARY KEY, + token VARCHAR2(100) DEFAULT '', + value VARCHAR2(255) DEFAULT '' ); CREATE SEQUENCE tconfig_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tconfig_inc BEFORE INSERT ON tconfig REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tconfig_s.nextval INTO :NEW.ID_CONFIG FROM dual; END;; +CREATE OR REPLACE TRIGGER tconfig_inc BEFORE INSERT ON tconfig REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tconfig_s.nextval INTO :NEW.id_config FROM dual; END;; -- --------------------------------------------------------------------- -- Table `tconfig_os` -- --------------------------------------------------------------------- CREATE TABLE tconfig_os ( - id_os NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) default '', - description VARCHAR2(250) default '', - icon_name VARCHAR2(100) default '' + id_os NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(100) DEFAULT '', + description VARCHAR2(250) DEFAULT '', + icon_name VARCHAR2(100) DEFAULT '' ); -- --------------------------------------------------------------------- @@ -565,27 +561,27 @@ CREATE TABLE tconfig_os ( -- --------------------------------------------------------------------- -- use to_char(timestamp, 'hh24:mi:ss') function to retrieve timestamp field info CREATE TABLE tevento ( - id_evento NUMBER(19, 0) NOT NULL PRIMARY KEY, - id_agente NUMBER(10, 0) default 0 NOT NULL, - id_usuario VARCHAR2(100) default '0' NOT NULL, - id_grupo NUMBER(10, 0) default 0 NOT NULL, - estado NUMBER(10, 0) default 0 NOT NULL, - timestamp TIMESTAMP default NULL, - evento CLOB default '', - utimestamp NUMBER(19, 0) default 0 NOT NULL, - event_type VARCHAR2(50) default 'unknown', - id_agentmodule NUMBER(10, 0) default 0 NOT NULL, - id_alert_am NUMBER(10, 0) default 0 NOT NULL, - criticity NUMBER(10, 0) default 0 NOT NULL, + id_evento NUMBER(19, 0) PRIMARY KEY, + id_agente NUMBER(10, 0) DEFAULT 0, + id_usuario VARCHAR2(100) DEFAULT '0', + id_grupo NUMBER(10, 0) DEFAULT 0, + estado NUMBER(10, 0) DEFAULT 0, + timestamp TIMESTAMP DEFAULT NULL, + evento CLOB DEFAULT '', + utimestamp NUMBER(19, 0) DEFAULT 0, + event_type VARCHAR2(50) DEFAULT 'unknown', + id_agentmodule NUMBER(10, 0) DEFAULT 0, + id_alert_am NUMBER(10, 0) DEFAULT 0, + criticity NUMBER(10, 0) DEFAULT 0, user_comment CLOB, tags CLOB, - source VARCHAR2(100) default '' NOT NULL, - id_extra VARCHAR2(100) default '' NOT NULL, - critical_instructions VARCHAR2(255) default '', - warning_instructions VARCHAR2(255) default '', - unknown_instructions VARCHAR2(255) default '', - owner_user VARCHAR2(100) default '0' NOT NULL, - ack_utimestamp NUMBER(19, 0) default 0 NOT NULL, + source VARCHAR2(100) DEFAULT '', + id_extra VARCHAR2(100) DEFAULT '', + critical_instructions CLOB DEFAULT '', + warning_instructions CLOB DEFAULT '', + unknown_instructions CLOB DEFAULT '', + owner_user VARCHAR2(100) DEFAULT '0', + ack_utimestamp NUMBER(19, 0) DEFAULT 0, custom_data CLOB, CONSTRAINT tevento_event_type_cons CHECK (event_type IN ('going_unknown','unknown','alert_fired','alert_recovered','alert_ceased','alert_manual_validation','recon_host_detected','system','error','new_agent','going_up_warning','going_up_critical','going_down_warning','going_down_normal','going_down_critical','going_up_normal', 'configuration_change')) ); @@ -595,7 +591,7 @@ CREATE INDEX tevento_id_agentmodule_idx ON tevento(id_agentmodule); CREATE SEQUENCE tevento_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tevento_inc BEFORE INSERT ON tevento REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tevento_s.nextval INTO :NEW.ID_EVENTO FROM dual; END;; +CREATE OR REPLACE TRIGGER tevento_inc BEFORE INSERT ON tevento REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tevento_s.nextval INTO :NEW.id_evento FROM dual; END;; -- --------------------------------------------------------------------- -- Table `tgrupo` @@ -606,14 +602,14 @@ CREATE OR REPLACE TRIGGER tevento_inc BEFORE INSERT ON tevento REFERENCING NEW A -- Criticity: 3 - Warning (yellow) (status 2) -- Criticity: 4 - Critical (red) (status 1) CREATE TABLE tgrupo ( - id_grupo NUMBER(10, 0) NOT NULL PRIMARY KEY, - nombre CLOB default '', - icon VARCHAR2(50) default 'world', - parent NUMBER(10, 0) default 0 NOT NULL, - propagate NUMBER(5, 0) default 0, - disabled NUMBER(5, 0) default 0, - custom_id VARCHAR2(255) default '', - id_skin NUMBER(10, 0) DEFAULT 0 NOT NULL, + id_grupo NUMBER(10, 0) PRIMARY KEY, + nombre CLOB DEFAULT '', + icon VARCHAR2(50) DEFAULT 'world', + parent NUMBER(10, 0) DEFAULT 0, + propagate NUMBER(5, 0) DEFAULT 0, + disabled NUMBER(5, 0) DEFAULT 0, + custom_id VARCHAR2(255) DEFAULT '', + id_skin NUMBER(10, 0) DEFAULT 0, description CLOB, contact CLOB, other CLOB @@ -621,309 +617,306 @@ CREATE TABLE tgrupo ( CREATE SEQUENCE tgrupo_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tgrupo_inc BEFORE INSERT ON tgrupo REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgrupo_s.nextval INTO :NEW.ID_GRUPO FROM dual; END;; +CREATE OR REPLACE TRIGGER tgrupo_inc BEFORE INSERT ON tgrupo REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgrupo_s.nextval INTO :NEW.id_grupo FROM dual; END;; -- --------------------------------------------------------------------- -- Table `tincidencia` -- --------------------------------------------------------------------- CREATE TABLE tincidencia ( - id_incidencia NUMBER(19, 0) NOT NULL PRIMARY KEY, - inicio TIMESTAMP default NULL, - cierre TIMESTAMP default NULL, - titulo CLOB default '', - descripcion CLOB NOT NULL, - id_usuario VARCHAR2(60) default '', - origen VARCHAR2(100) default '', - estado NUMBER(10, 0) default 0 NOT NULL, - prioridad NUMBER(10, 0) default 0 NOT NULL, - id_grupo NUMBER(10, 0) default 0 NOT NULL, - actualizacion TIMESTAMP default CURRENT_TIMESTAMP, - id_creator VARCHAR2(60) default NULL, - id_lastupdate VARCHAR2(60) default NULL, - id_agente_modulo NUMBER(19, 0) NOT NULL, - notify_email NUMBER(10, 0) default 0 NOT NULL, - id_agent NUMBER(19, 0) default 0 NULL + id_incidencia NUMBER(19, 0) PRIMARY KEY, + inicio TIMESTAMP DEFAULT NULL, + cierre TIMESTAMP DEFAULT NULL, + titulo CLOB DEFAULT '', + descripcion CLOB, + id_usuario VARCHAR2(60) DEFAULT '', + origen VARCHAR2(100) DEFAULT '', + estado NUMBER(10, 0) DEFAULT 0, + prioridad NUMBER(10, 0) DEFAULT 0, + id_grupo NUMBER(10, 0) DEFAULT 0, + actualizacion TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + id_creator VARCHAR2(60) DEFAULT NULL, + id_lastupdate VARCHAR2(60) DEFAULT NULL, + id_agente_modulo NUMBER(19, 0), + notify_email NUMBER(10, 0) DEFAULT 0, + id_agent NUMBER(19, 0) DEFAULT 0 NULL ); CREATE INDEX tincidencia_id_1_idx ON tincidencia(id_usuario,id_incidencia); CREATE INDEX tincidencia_id_agente_mod_idx ON tincidencia(id_agente_modulo); ---This trigger is for tranlate "on update CURRENT_TIMESTAMP" of MySQL. -CREATE OR REPLACE TRIGGER tincidencia_actualizacion_ts BEFORE UPDATE ON tincidencia FOR EACH ROW BEGIN select CURRENT_TIMESTAMP into :NEW.ACTUALIZACION from dual; END;; +--This trigger is for tranlate on update CURRENT_TIMESTAMP of MySQL. +CREATE OR REPLACE TRIGGER tincidencia_actualizacion_ts BEFORE UPDATE ON tincidencia FOR EACH ROW BEGIN select CURRENT_TIMESTAMP into :NEW.actualizacion FROM dual; END;; CREATE SEQUENCE tincidencia_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tincidencia_inc BEFORE INSERT ON tincidencia REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tincidencia_s.nextval INTO :NEW.ID_INCIDENCIA FROM dual; END;; +CREATE OR REPLACE TRIGGER tincidencia_inc BEFORE INSERT ON tincidencia REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tincidencia_s.nextval INTO :NEW.id_incidencia FROM dual; END;; -- --------------------------------------------------------------------- -- Table `tlanguage` -- --------------------------------------------------------------------- CREATE TABLE tlanguage ( - id_language VARCHAR2(6) default '', - name VARCHAR2(100) default '' + id_language VARCHAR2(6) DEFAULT '', + name VARCHAR2(100) DEFAULT '' ); -- --------------------------------------------------------------------- -- Table `tlink` -- --------------------------------------------------------------------- CREATE TABLE tlink ( - id_link NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) default '', - link VARCHAR2(255) default '' + id_link NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(100) DEFAULT '', + link VARCHAR2(255) DEFAULT '' ); CREATE SEQUENCE tlink_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tlink_inc BEFORE INSERT ON tlink REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tlink_s.nextval INTO :NEW.ID_LINK FROM dual; END;; +CREATE OR REPLACE TRIGGER tlink_inc BEFORE INSERT ON tlink REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tlink_s.nextval INTO :NEW.id_link FROM dual; END;; -- --------------------------------------------------------------------- -- Table `tmensajes` -- --------------------------------------------------------------------- CREATE TABLE tmensajes ( - id_mensaje NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_usuario_origen VARCHAR2(60) default '', - id_usuario_destino VARCHAR2(60) default '', - mensaje CLOB NOT NULL, - timestamp NUMBER(19, 0) default 0 NOT NULL, - subject VARCHAR2(255) default '', - estado NUMBER(10, 0) default 0 NOT NULL + id_mensaje NUMBER(10, 0) PRIMARY KEY, + id_usuario_origen VARCHAR2(60) DEFAULT '', + id_usuario_destino VARCHAR2(60) DEFAULT '', + mensaje CLOB, + timestamp NUMBER(19, 0) DEFAULT 0, + subject VARCHAR2(255) DEFAULT '', + estado NUMBER(10, 0) DEFAULT 0 ); CREATE SEQUENCE tmensajes_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tmensajes_inc BEFORE INSERT ON tmensajes REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tmensajes_s.nextval INTO :NEW.ID_MENSAJE FROM dual; END;; +CREATE OR REPLACE TRIGGER tmensajes_inc BEFORE INSERT ON tmensajes REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tmensajes_s.nextval INTO :NEW.id_mensaje FROM dual; END;; -- --------------------------------------------------------------------- -- Table `tmodule_group` -- --------------------------------------------------------------------- CREATE TABLE tmodule_group ( - id_mg NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(150) default '' + id_mg NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(150) DEFAULT '' ); CREATE SEQUENCE tmodule_group_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tmodule_group_inc BEFORE INSERT ON tmodule_group REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tmodule_group_s.nextval INTO :NEW.ID_MG FROM dual; END;; +CREATE OR REPLACE TRIGGER tmodule_group_inc BEFORE INSERT ON tmodule_group REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tmodule_group_s.nextval INTO :NEW.id_mg FROM dual; END;; -- ---------------------------------------------------------------------- -- Table `tmodule_relationship` -- ---------------------------------------------------------------------- -CREATE TABLE IF NOT EXISTS tmodule_relationship ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - module_a NUMBER(10, 0) NOT NULL REFERENCES tagente_modulo(id_agente_modulo) - ON DELETE CASCADE, - module_b NUMBER(10, 0) NOT NULL REFERENCES tagente_modulo(id_agente_modulo) - ON DELETE CASCADE, - disable_update NUMBER(1, 0) default 0 NOT NULL +CREATE TABLE tmodule_relationship ( + id NUMBER(10, 0) PRIMARY KEY, + module_a NUMBER(10, 0) REFERENCES tagente_modulo(id_agente_modulo) ON DELETE CASCADE, + module_b NUMBER(10, 0) REFERENCES tagente_modulo(id_agente_modulo) ON DELETE CASCADE, + disable_update NUMBER(1, 0) DEFAULT 0 ); CREATE SEQUENCE tmodule_relationship_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tmodule_relationship_inc BEFORE INSERT ON tmodule_relationship REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tmodule_relationship_s.nextval INTO :NEW.ID FROM dual; END;; +CREATE OR REPLACE TRIGGER tmodule_relationship_inc BEFORE INSERT ON tmodule_relationship REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tmodule_relationship_s.nextval INTO :NEW.id FROM dual; END;; -- ---------------------------------------------------------------------- -- Table `tnetwork_component` -- ---------------------------------------------------------------------- CREATE TABLE tnetwork_component ( - id_nc NUMBER(10, 0) NOT NULL PRIMARY KEY, - name CLOB NOT NULL, - description VARCHAR2(300) default NULL, - id_group NUMBER(10, 0) default 1 NOT NULL, - type NUMBER(10, 0) default 6 NOT NULL, - max NUMBER(10, 0) default 0 NOT NULL, - min NUMBER(19, 0) default 0 NOT NULL, - module_interval NUMBER(19, 0) default 0 NOT NULL, - module_ff_interval NUMBER(19, 0) default 0 NOT NULL, - tcp_port NUMBER(10, 0) default 0 NOT NULL, - tcp_send CLOB NOT NULL, - tcp_rcv CLOB NOT NULL, - snmp_community VARCHAR2(255) default 'NULL' NOT NULL, - snmp_oid VARCHAR2(400) NOT NULL, - id_module_group NUMBER(10, 0) default 0 NOT NULL, - id_modulo NUMBER(10, 0) default 0 NOT NULL, - id_plugin NUMBER(10, 0) default 0, - plugin_user CLOB default '', - plugin_pass CLOB default '', + id_nc NUMBER(10, 0) PRIMARY KEY, + name CLOB, + description VARCHAR2(300) DEFAULT NULL, + id_group NUMBER(10, 0) DEFAULT 1, + type NUMBER(10, 0) DEFAULT 6, + max NUMBER(10, 0) DEFAULT 0, + min NUMBER(19, 0) DEFAULT 0, + module_interval NUMBER(19, 0) DEFAULT 0, + module_ff_interval NUMBER(19, 0) DEFAULT 0, + tcp_port NUMBER(10, 0) DEFAULT 0, + tcp_send CLOB, + tcp_rcv CLOB, + snmp_community VARCHAR2(255) DEFAULT '', + snmp_oid VARCHAR2(400) DEFAULT '', + id_module_group NUMBER(10, 0) DEFAULT 0, + id_modulo NUMBER(10, 0) DEFAULT 0, + id_plugin NUMBER(10, 0) DEFAULT 0, + plugin_user CLOB DEFAULT '', + plugin_pass CLOB DEFAULT '', plugin_parameter CLOB, - max_timeout NUMBER(10, 0) default 0, - max_retries NUMBER(10, 0) default 0, - history_data NUMBER(5, 0) default 1, - min_warning BINARY_DOUBLE default 0, - max_warning BINARY_DOUBLE default 0, - str_warning CLOB default '', - min_critical BINARY_DOUBLE default 0, - max_critical BINARY_DOUBLE default 0, - str_critical CLOB default '', - min_ff_event NUMBER(10, 0) default 0, - custom_string_1 CLOB default '', - custom_string_2 CLOB default '', - custom_string_3 CLOB default '', - custom_integer_1 INTEGER default 0, - custom_integer_2 INTEGER default 0, - post_process BINARY_DOUBLE default 0. - unit CLOB default '', - wizard_level VARCHAR2(100) default 'nowizard' NOT NULL, - macros CLOB default '', - critical_instructions VARCHAR2(255) default '', - warning_instructions VARCHAR2(255) default '', - unknown_instructions VARCHAR2(255) default '', - critical_inverse NUMBER(1, 0) default 0 NOT NULL, - warning_inverse NUMBER(1, 0) default 0 NOT NULL, - id_category NUMBER(10, 0) default 0 NOT NULL, + max_timeout NUMBER(10, 0) DEFAULT 0, + max_retries NUMBER(10, 0) DEFAULT 0, + history_data NUMBER(5, 0) DEFAULT 1, + min_warning BINARY_DOUBLE DEFAULT 0, + max_warning BINARY_DOUBLE DEFAULT 0, + str_warning CLOB DEFAULT '', + min_critical BINARY_DOUBLE DEFAULT 0, + max_critical BINARY_DOUBLE DEFAULT 0, + str_critical CLOB DEFAULT '', + min_ff_event NUMBER(10, 0) DEFAULT 0, + custom_string_1 CLOB DEFAULT '', + custom_string_2 CLOB DEFAULT '', + custom_string_3 CLOB DEFAULT '', + custom_integer_1 INTEGER DEFAULT 0, + custom_integer_2 INTEGER DEFAULT 0, + post_process BINARY_DOUBLE DEFAULT 0, + unit CLOB DEFAULT '', + wizard_level VARCHAR2(100) DEFAULT 'nowizard', + macros CLOB DEFAULT '', + critical_instructions CLOB DEFAULT '', + warning_instructions CLOB DEFAULT '', + unknown_instructions CLOB DEFAULT '', + critical_inverse NUMBER(1, 0) DEFAULT 0, + warning_inverse NUMBER(1, 0) DEFAULT 0, + id_category NUMBER(10, 0) DEFAULT 0, tags CLOB, - disabled_types_event CLOB default '', - module_macros CLOB default '', - min_ff_event_normal INTEGER default 0, - min_ff_event_warning INTEGER default 0, - min_ff_event_critical INTEGER default 0, - each_ff NUMBER(1, 0) default 0, - - CONSTRAINT t_network_component_wizard_level_cons CHECK (wizard_level IN ('basic','advanced','nowizard')) + disabled_types_event CLOB DEFAULT '', + module_macros CLOB DEFAULT '', + min_ff_event_normal INTEGER DEFAULT 0, + min_ff_event_warning INTEGER DEFAULT 0, + min_ff_event_critical INTEGER DEFAULT 0, + each_ff NUMBER(1, 0) DEFAULT 0, + CONSTRAINT t_network_component_wiz_cons CHECK (wizard_level IN ('basic','advanced','nowizard')) ); CREATE SEQUENCE tnetwork_component_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tnetwork_component_inc BEFORE INSERT ON tnetwork_component REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetwork_component_s.nextval INTO :NEW.ID_NC FROM dual; END;; +CREATE OR REPLACE TRIGGER tnetwork_component_inc BEFORE INSERT ON tnetwork_component REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetwork_component_s.nextval INTO :NEW.id_nc FROM dual; END;; CREATE TABLE tnetwork_component_group ( - id_sg NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(200) default '', - parent NUMBER(19, 0) default 0 NOT NULL + id_sg NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(200) DEFAULT '', + parent NUMBER(19, 0) DEFAULT 0 ); CREATE TABLE tnetwork_profile ( - id_np NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) default '', - description VARCHAR2(250) default '' + id_np NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(100) DEFAULT '', + description VARCHAR2(250) DEFAULT '' ); CREATE SEQUENCE tnetwork_profile_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tnetwork_profile_inc BEFORE INSERT ON tnetwork_profile REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetwork_profile_s.nextval INTO :NEW.ID_NP FROM dual; END;; +CREATE OR REPLACE TRIGGER tnetwork_profile_inc BEFORE INSERT ON tnetwork_profile REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetwork_profile_s.nextval INTO :NEW.id_np FROM dual; END;; CREATE TABLE tnetwork_profile_component ( - id_nc NUMBER(19, 0) default 0 NOT NULL, - id_np NUMBER(19, 0) default 0 NOT NULL + id_nc NUMBER(19, 0) DEFAULT 0, + id_np NUMBER(19, 0) DEFAULT 0 ); CREATE INDEX tnetwork_profile_id_np_idx ON tnetwork_profile_component(id_np); CREATE TABLE tnota ( - id_nota NUMBER(19, 0) NOT NULL PRIMARY KEY, - id_incident NUMBER(19, 0) NOT NULL, - id_usuario VARCHAR2(100) default '0' NOT NULL, - timestamp TIMESTAMP default CURRENT_TIMESTAMP, - nota CLOB NOT NULL + id_nota NUMBER(19, 0) PRIMARY KEY, + id_incident NUMBER(19, 0), + id_usuario VARCHAR2(100) DEFAULT '0', + timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + nota CLOB ); CREATE INDEX tnota_id_incident_idx ON tnota(id_incident); CREATE TABLE torigen ( - origen VARCHAR2(100) default '' + origen VARCHAR2(100) DEFAULT '' ); CREATE TABLE tperfil ( - id_perfil NUMBER(10, 0) NOT NULL PRIMARY KEY, - name CLOB default '', - incident_edit NUMBER(1, 0) default 0 NOT NULL, - incident_view NUMBER(1, 0) default 0 NOT NULL, - incident_management NUMBER(1, 0) default 0 NOT NULL, - agent_view NUMBER(1, 0) default 0 NOT NULL, - agent_edit NUMBER(1, 0) default 0 NOT NULL, - alert_edit NUMBER(1, 0) default 0 NOT NULL, - user_management NUMBER(1, 0) default 0 NOT NULL, - db_management NUMBER(1, 0) default 0 NOT NULL, - alert_management NUMBER(1, 0) default 0 NOT NULL, - pandora_management NUMBER(1, 0) default 0 NOT NULL, - report_view NUMBER(1, 0) default 0 NOT NULL, - report_edit NUMBER(1, 0) default 0 NOT NULL, - report_management NUMBER(1, 0) default 0 NOT NULL, - event_view NUMBER(1, 0) default 0 NOT NULL, - event_edit NUMBER(1, 0) default 0 NOT NULL, - event_management NUMBER(1, 0) default 0 NOT NULL, - agent_disable NUMBER(1, 0) default 0 NOT NULL, - map_view NUMBER(1, 0) default 0 NOT NULL, - map_edit NUMBER(1, 0) default 0 NOT NULL, - map_management NUMBER(1, 0) default 0 NOT NULL, - vconsole_view NUMBER(1, 0) default 0 NOT NULL, - vconsole_edit NUMBER(1, 0) default 0 NOT NULL, - vconsole_management NUMBER(1, 0) default 0 NOT NULL + id_perfil NUMBER(10, 0) PRIMARY KEY, + name CLOB DEFAULT '', + incident_edit NUMBER(1, 0) DEFAULT 0, + incident_view NUMBER(1, 0) DEFAULT 0, + incident_management NUMBER(1, 0) DEFAULT 0, + agent_view NUMBER(1, 0) DEFAULT 0, + agent_edit NUMBER(1, 0) DEFAULT 0, + alert_edit NUMBER(1, 0) DEFAULT 0, + user_management NUMBER(1, 0) DEFAULT 0, + db_management NUMBER(1, 0) DEFAULT 0, + alert_management NUMBER(1, 0) DEFAULT 0, + pandora_management NUMBER(1, 0) DEFAULT 0, + report_view NUMBER(1, 0) DEFAULT 0, + report_edit NUMBER(1, 0) DEFAULT 0, + report_management NUMBER(1, 0) DEFAULT 0, + event_view NUMBER(1, 0) DEFAULT 0, + event_edit NUMBER(1, 0) DEFAULT 0, + event_management NUMBER(1, 0) DEFAULT 0, + agent_disable NUMBER(1, 0) DEFAULT 0, + map_view NUMBER(1, 0) DEFAULT 0, + map_edit NUMBER(1, 0) DEFAULT 0, + map_management NUMBER(1, 0) DEFAULT 0, + vconsole_view NUMBER(1, 0) DEFAULT 0, + vconsole_edit NUMBER(1, 0) DEFAULT 0, + vconsole_management NUMBER(1, 0) DEFAULT 0 ); CREATE SEQUENCE tperfil_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tperfil_inc BEFORE INSERT ON tperfil REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tperfil_s.nextval INTO :NEW.ID_PERFIL FROM dual; END;; +CREATE OR REPLACE TRIGGER tperfil_inc BEFORE INSERT ON tperfil REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tperfil_s.nextval INTO :NEW.id_perfil FROM dual; END;; CREATE TABLE trecon_script ( - id_recon_script NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) default '', - description CLOB default NULL, - script VARCHAR2(250) default '', - macros CLOB default '' + id_recon_script NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(100) DEFAULT '', + description CLOB DEFAULT NULL, + script VARCHAR2(250) DEFAULT '', + macros CLOB DEFAULT '' ); CREATE SEQUENCE trecon_script_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER trecon_script_inc BEFORE INSERT ON trecon_script REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT trecon_script_s.nextval INTO :NEW.ID_RECON_SCRIPT FROM dual; END;; +CREATE OR REPLACE TRIGGER trecon_script_inc BEFORE INSERT ON trecon_script REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT trecon_script_s.nextval INTO :NEW.id_recon_script FROM dual; END;; CREATE TABLE trecon_task ( - id_rt NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) default '', - description VARCHAR2(250) default '', - subnet CLOB default NULL, - id_network_profile NUMBER(10, 0) default 0 NOT NULL, - create_incident NUMBER(10, 0) default 0 NOT NULL, - id_group NUMBER(10, 0) default 1 NOT NULL, - utimestamp NUMBER(19, 0) default 0 NOT NULL, - status NUMBER(10, 0) default 0 NOT NULL, - interval_sweep NUMBER(10, 0) default 0 NOT NULL, - id_recon_server NUMBER(10, 0) default 0 NOT NULL, - id_os NUMBER(10, 0) default 0 NOT NULL, - recon_ports VARCHAR2(250) default '', - snmp_community VARCHAR2(64) default 'public' NOT NULL, + id_rt NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(100) DEFAULT '', + description VARCHAR2(250) DEFAULT '', + subnet CLOB DEFAULT NULL, + id_network_profile NUMBER(10, 0) DEFAULT 0, + create_incident NUMBER(10, 0) DEFAULT 0, + id_group NUMBER(10, 0) DEFAULT 1, + utimestamp NUMBER(19, 0) DEFAULT 0, + status NUMBER(10, 0) DEFAULT 0, + interval_sweep NUMBER(10, 0) DEFAULT 0, + id_recon_server NUMBER(10, 0) DEFAULT 0, + id_os NUMBER(10, 0) DEFAULT 0, + recon_ports VARCHAR2(250) DEFAULT '', + snmp_community VARCHAR2(64) DEFAULT 'public', id_recon_script NUMBER(10, 0), - field1 CLOB default NULL, - field2 VARCHAR2(250) default '', - field3 VARCHAR2(250) default '', - field4 VARCHAR2(250) default '', - os_detect NUMBER(5, 0) default 1 NOT NULL, - resolve_names NUMBER(5, 0) default 1 NOT NULL, - parent_detection NUMBER(5, 0) default 1 NOT NULL, - parent_recursion NUMBER(5, 0) default 1 NOT NULL, - disabled NUMBER(5, 0) default 1 NOT NULL, - macros CLOB default '' + field1 CLOB DEFAULT NULL, + field2 VARCHAR2(250) DEFAULT '', + field3 VARCHAR2(250) DEFAULT '', + field4 VARCHAR2(250) DEFAULT '', + os_detect NUMBER(5, 0) DEFAULT 1, + resolve_names NUMBER(5, 0) DEFAULT 1, + parent_detection NUMBER(5, 0) DEFAULT 1, + parent_recursion NUMBER(5, 0) DEFAULT 1, + disabled NUMBER(5, 0) DEFAULT 1, + macros CLOB DEFAULT '' ); CREATE INDEX trecon_task_id_rec_serv_idx ON trecon_task(id_recon_server); CREATE SEQUENCE trecon_task_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER trecon_task_inc BEFORE INSERT ON trecon_task REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT trecon_task_s.nextval INTO :NEW.ID_RT FROM dual; END trecon_task_inc;; +CREATE OR REPLACE TRIGGER trecon_task_inc BEFORE INSERT ON trecon_task REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT trecon_task_s.nextval INTO :NEW.id_rt FROM dual; END trecon_task_inc;; CREATE TABLE tserver ( - id_server NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) default '', - ip_address VARCHAR2(100) default '', - status NUMBER(10, 0) default 0 NOT NULL, - laststart TIMESTAMP default NULL, - keepalive TIMESTAMP default NULL, - snmp_server NUMBER(10, 0) default 0 NOT NULL, - network_server NUMBER(10, 0) default 0 NOT NULL, - data_server NUMBER(10, 0) default 0 NOT NULL, - master NUMBER(10, 0) default 0 NOT NULL, - checksum NUMBER(10, 0) default 0 NOT NULL, - description VARCHAR2(255) default NULL, - recon_server NUMBER(10, 0) default 0 NOT NULL, - version VARCHAR2(20) default '', - plugin_server NUMBER(10, 0) default 0 NOT NULL, - prediction_server NUMBER(10, 0) default 0 NOT NULL, - wmi_server NUMBER(10, 0) default 0 NOT NULL, - export_server NUMBER(10, 0) default 0 NOT NULL, - server_type NUMBER(10, 0) default 0 NOT NULL, - queued_modules NUMBER(10, 0) default 0 NOT NULL, - threads NUMBER(10, 0) default 0 NOT NULL, - lag_time NUMBER(10, 0) default 0 NOT NULL, - lag_modules NUMBER(10, 0) default 0 NOT NULL, - total_modules_running NUMBER(10, 0) default 0 NOT NULL, - my_modules NUMBER(10, 0) default 0 NOT NULL, - stat_utimestamp NUMBER(19, 0) default 0 NOT NULL + id_server NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(100) DEFAULT '', + ip_address VARCHAR2(100) DEFAULT '', + status NUMBER(10, 0) DEFAULT 0, + laststart TIMESTAMP DEFAULT NULL, + keepalive TIMESTAMP DEFAULT NULL, + snmp_server NUMBER(10, 0) DEFAULT 0, + network_server NUMBER(10, 0) DEFAULT 0, + data_server NUMBER(10, 0) DEFAULT 0, + master NUMBER(10, 0) DEFAULT 0, + checksum NUMBER(10, 0) DEFAULT 0, + description VARCHAR2(255) DEFAULT NULL, + recon_server NUMBER(10, 0) DEFAULT 0, + version VARCHAR2(20) DEFAULT '', + plugin_server NUMBER(10, 0) DEFAULT 0, + prediction_server NUMBER(10, 0) DEFAULT 0, + wmi_server NUMBER(10, 0) DEFAULT 0, + export_server NUMBER(10, 0) DEFAULT 0, + server_type NUMBER(10, 0) DEFAULT 0, + queued_modules NUMBER(10, 0) DEFAULT 0, + threads NUMBER(10, 0) DEFAULT 0, + lag_time NUMBER(10, 0) DEFAULT 0, + lag_modules NUMBER(10, 0) DEFAULT 0, + total_modules_running NUMBER(10, 0) DEFAULT 0, + my_modules NUMBER(10, 0) DEFAULT 0, + stat_utimestamp NUMBER(19, 0) DEFAULT 0 ); CREATE INDEX tserver_name_idx ON tserver(name); CREATE INDEX tserver_keepalive_idx ON tserver(keepalive); @@ -931,7 +924,7 @@ CREATE INDEX tserver_status_idx ON tserver(status); CREATE SEQUENCE tserver_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tserver_inc BEFORE INSERT ON tserver REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tserver_s.nextval INTO :NEW.ID_SERVER FROM dual; END tserver_inc;; +CREATE OR REPLACE TRIGGER tserver_inc BEFORE INSERT ON tserver REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tserver_s.nextval INTO :NEW.id_server FROM dual; END tserver_inc;; -- server types: -- 0 data @@ -947,515 +940,515 @@ CREATE OR REPLACE TRIGGER tserver_inc BEFORE INSERT ON tserver REFERENCING NEW A -- TODO: drop 2.x xxxx_server fields, unused since server_type exists. CREATE TABLE tsesion ( - id_sesion NUMBER(19, 0) NOT NULL PRIMARY KEY, - id_usuario VARCHAR2(60) default '0' NOT NULL, - ip_origen VARCHAR2(100) default '', - accion VARCHAR2(100) default '', - descripcion CLOB default '', - fecha TIMESTAMP default NULL, - utimestamp NUMBER(19, 0) default 0 NOT NULL + id_sesion NUMBER(19, 0) PRIMARY KEY, + id_usuario VARCHAR2(60) DEFAULT '0', + ip_origen VARCHAR2(100) DEFAULT '', + accion VARCHAR2(100) DEFAULT '', + descripcion CLOB DEFAULT '', + fecha TIMESTAMP DEFAULT NULL, + utimestamp NUMBER(19, 0) DEFAULT 0 ); CREATE INDEX tsesion_utimestamp_idx ON tsesion(utimestamp); CREATE INDEX tsesion_id_usuario_idx ON tsesion(id_usuario); CREATE SEQUENCE tsesion_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tsesion_inc BEFORE INSERT ON tsesion REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tsesion_s.nextval INTO :NEW.ID_SESION FROM dual; END tsesion_inc;; +CREATE OR REPLACE TRIGGER tsesion_inc BEFORE INSERT ON tsesion REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tsesion_s.nextval INTO :NEW.id_sesion FROM dual; END tsesion_inc;; -- --------------------------------------------------------------------- --- Table "ttipo_modulo" +-- Table ttipo_modulo -- --------------------------------------------------------------------- CREATE TABLE ttipo_modulo ( - id_tipo NUMBER(10, 0) NOT NULL PRIMARY KEY, - nombre VARCHAR2(100) default '', - categoria NUMBER(10, 0) default 0 NOT NULL, - descripcion VARCHAR2(100) default '', - icon VARCHAR2(100) default NULL + id_tipo NUMBER(10, 0) PRIMARY KEY, + nombre VARCHAR2(100) DEFAULT '', + categoria NUMBER(10, 0) DEFAULT 0, + descripcion VARCHAR2(100) DEFAULT '', + icon VARCHAR2(100) DEFAULT NULL ); CREATE SEQUENCE ttipo_modulo_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER ttipo_modulo_inc BEFORE INSERT ON ttipo_modulo REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT ttipo_modulo_s.nextval INTO :NEW.ID_TIPO FROM dual; END ttipo_modulo_inc;; +CREATE OR REPLACE TRIGGER ttipo_modulo_inc BEFORE INSERT ON ttipo_modulo REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT ttipo_modulo_s.nextval INTO :NEW.id_tipo FROM dual; END ttipo_modulo_inc;; -- --------------------------------------------------------------------- --- Table "ttrap" +-- Table ttrap -- --------------------------------------------------------------------- CREATE TABLE ttrap ( - id_trap NUMBER(19, 0) NOT NULL PRIMARY KEY, - source VARCHAR2(50) default '', - oid CLOB default '', - oid_custom CLOB default '', - type NUMBER(10, 0) default 0 NOT NULL, - type_custom VARCHAR2(100) default '', - value CLOB default '', - value_custom CLOB default '', - alerted NUMBER(5, 0) default 0 NOT NULL, - status NUMBER(5, 0) default 0 NOT NULL, - id_usuario VARCHAR2(150) default '', - timestamp TIMESTAMP default NULL, - priority NUMBER(5, 0) default 2 NOT NULL, - text VARCHAR2(255) default '', - description VARCHAR2(255) default '', - severity NUMBER(10, 0) default 2 NOT NULL + id_trap NUMBER(19, 0) PRIMARY KEY, + source VARCHAR2(50) DEFAULT '', + oid CLOB DEFAULT '', + oid_custom CLOB DEFAULT '', + type NUMBER(10, 0) DEFAULT 0, + type_custom VARCHAR2(100) DEFAULT '', + value CLOB DEFAULT '', + value_custom CLOB DEFAULT '', + alerted NUMBER(5, 0) DEFAULT 0, + status NUMBER(5, 0) DEFAULT 0, + id_usuario VARCHAR2(150) DEFAULT '', + timestamp TIMESTAMP DEFAULT NULL, + priority NUMBER(5, 0) DEFAULT 2, + text VARCHAR2(255) DEFAULT '', + description VARCHAR2(255) DEFAULT '', + severity NUMBER(10, 0) DEFAULT 2 ); CREATE SEQUENCE ttrap_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER ttrap_inc BEFORE INSERT ON ttrap REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT ttrap_s.nextval INTO :NEW.ID_TRAP FROM dual; END ttrap_inc;; +CREATE OR REPLACE TRIGGER ttrap_inc BEFORE INSERT ON ttrap REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT ttrap_s.nextval INTO :NEW.id_trap FROM dual; END ttrap_inc;; -- ----------------------------------------------------- -- Table `tusuario` -- ----------------------------------------------------- CREATE TABLE tusuario ( - id_user VARCHAR2(60) NOT NULL PRIMARY KEY, - fullname VARCHAR2(255) NOT NULL, + id_user VARCHAR2(60) PRIMARY KEY, + fullname VARCHAR2(255), firstname VARCHAR2(255), lastname VARCHAR2(255), - middlename VARCHAR2(255) default '', - password VARCHAR2(45) default NULL, - comments VARCHAR2(200) default NULL, - last_connect NUMBER(19, 0) default 0 NOT NULL, - registered NUMBER(19, 0) default 0 NOT NULL, - email VARCHAR2(100) default NULL, - phone VARCHAR2(100) default NULL, - is_admin NUMBER(5, 0) default 0 NOT NULL, - language VARCHAR2(10) default NULL, - timezone VARCHAR2(50) default '', - block_size NUMBER(10, 0) default 20 NOT NULL, - flash_chart NUMBER(10, 0) default 1 NOT NULL, - id_skin NUMBER(10, 0) DEFAULT 0 NOT NULL, - disabled NUMBER(10, 0) default 0 NOT NULL, + middlename VARCHAR2(255) DEFAULT '', + password VARCHAR2(45) DEFAULT NULL, + comments VARCHAR2(200) DEFAULT NULL, + last_connect NUMBER(19, 0) DEFAULT 0, + registered NUMBER(19, 0) DEFAULT 0, + email VARCHAR2(100) DEFAULT NULL, + phone VARCHAR2(100) DEFAULT NULL, + is_admin NUMBER(5, 0) DEFAULT 0, + language VARCHAR2(10) DEFAULT NULL, + timezone VARCHAR2(50) DEFAULT '', + block_size NUMBER(10, 0) DEFAULT 20, + flash_chart NUMBER(10, 0) DEFAULT 1, + id_skin NUMBER(10, 0) DEFAULT 0, + disabled NUMBER(10, 0) DEFAULT 0, shortcut NUMBER(5, 0) DEFAULT 0, - shortcut_data CLOB default '', - section VARCHAR2(255) NOT NULL, - data_section VARCHAR2(255) NOT NULL, - force_change_pass NUMBER(5,0) default 0 NOT NULL, - last_pass_change TIMESTAMP default 0, - last_failed_login TIMESTAMP default 0, - failed_attempt NUMBER(5,0) default 0 NOT NULL, - login_blocked NUMBER(5,0) default 0 NOT NULL, - metaconsole_access VARCHAR2(100) default 'basic' NOT NULL, - not_login NUMBER(5,0) default 0 NOT NULL, - metaconsole_agents_manager NUMBER(10, 0) default 0 NOT NULL, - metaconsole_assigned_server NUMBER(10, 0) default 0 NOT NULL, - metaconsole_access_node NUMBER(10, 0) default 0 NOT NULL, - strict_acl NUMBER(5,0) NOT NULL DEFAULT 0, - CONSTRAINT t_usuario_metaconsole_access_cons CHECK (metaconsole_access IN ('basic','advanced')) + shortcut_data CLOB DEFAULT '', + section VARCHAR2(255) DEFAULT '', + data_section VARCHAR2(255) DEFAULT '', + force_change_pass NUMBER(5,0) DEFAULT 0, + last_pass_change TIMESTAMP, + last_failed_login TIMESTAMP, + failed_attempt NUMBER(5,0) DEFAULT 0, + login_blocked NUMBER(5,0) DEFAULT 0, + metaconsole_access VARCHAR2(100) DEFAULT 'basic', + not_login NUMBER(5,0) DEFAULT 0, + metaconsole_agents_manager NUMBER(10, 0) DEFAULT 0, + metaconsole_assigned_server NUMBER(10, 0) DEFAULT 0, + metaconsole_access_node NUMBER(10, 0) DEFAULT 0, + strict_acl NUMBER(5,0) DEFAULT 0, + CONSTRAINT t_usuario_metaconsole_acc_cons CHECK (metaconsole_access IN ('basic','advanced')) ); -- ----------------------------------------------------- -- Table `tusuario_perfil` -- ----------------------------------------------------- CREATE TABLE tusuario_perfil ( - id_up NUMBER(19, 0) NOT NULL PRIMARY KEY, - id_usuario VARCHAR2(100) default '', - id_perfil NUMBER(10, 0) default 0 NOT NULL, - id_grupo NUMBER(10, 0) default 0 NOT NULL, - assigned_by VARCHAR2(100) default '', - id_policy NUMBER(10, 0) DEFAULT 0 NOT NULL, + id_up NUMBER(19, 0) PRIMARY KEY, + id_usuario VARCHAR2(100) DEFAULT '', + id_perfil NUMBER(10, 0) DEFAULT 0, + id_grupo NUMBER(10, 0) DEFAULT 0, + assigned_by VARCHAR2(100) DEFAULT '', + id_policy NUMBER(10, 0) DEFAULT 0, tags CLOB ); CREATE SEQUENCE tusuario_perfil_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tusuario_perfil_inc BEFORE INSERT ON tusuario_perfil REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tusuario_perfil_s.nextval INTO :NEW.ID_UP FROM dual; END tusuario_perfil_inc;; +CREATE OR REPLACE TRIGGER tusuario_perfil_inc BEFORE INSERT ON tusuario_perfil REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tusuario_perfil_s.nextval INTO :NEW.id_up FROM dual; END tusuario_perfil_inc;; -- ---------------------------------------------------------------------- -- Table `tuser_double_auth` -- ---------------------------------------------------------------------- CREATE TABLE tuser_double_auth ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_user VARCHAR2(60) NOT NULL REFERENCES tusuario(id_user) ON DELETE CASCADE, - secret VARCHAR2(20) NOT NULL + id NUMBER(10, 0) PRIMARY KEY, + id_user VARCHAR2(60) REFERENCES tusuario(id_user) ON DELETE CASCADE, + secret VARCHAR2(20) ); CREATE SEQUENCE tuser_double_auth_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tuser_double_auth_inc BEFORE INSERT ON tuser_double_auth REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tuser_double_auth_s.nextval INTO :NEW.ID FROM dual; END tuser_double_auth_inc;; +CREATE OR REPLACE TRIGGER tuser_double_auth_inc BEFORE INSERT ON tuser_double_auth REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tuser_double_auth_s.nextval INTO :NEW.id FROM dual; END tuser_double_auth_inc;; -- --------------------------------------------------------------------- --- Table "tnews" +-- Table tnews -- --------------------------------------------------------------------- CREATE TABLE tnews ( - id_news NUMBER(10, 0) NOT NULL PRIMARY KEY, + id_news NUMBER(10, 0) PRIMARY KEY, author VARCHAR2(255) DEFAULT '', subject VARCHAR2(255) DEFAULT '', - text CLOB NOT NULL, - timestamp TIMESTAMP default NULL, - id_group NUMBER(10, 0) default 0 NOT NULL, - modal NUMBER(5, 0) default 0 NOT NULL, - expire NUMBER(5, 0) default 0 NOT NULL, - expire_timestamp TIMESTAMP default NULL + text CLOB, + timestamp TIMESTAMP DEFAULT NULL, + id_group NUMBER(10, 0) DEFAULT 0, + modal NUMBER(5, 0) DEFAULT 0, + expire NUMBER(5, 0) DEFAULT 0, + expire_timestamp TIMESTAMP DEFAULT NULL ); CREATE SEQUENCE tnews_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tnews_inc BEFORE INSERT ON tnews REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnews_s.nextval INTO :NEW.ID_NEWS FROM dual; END tnews_inc;; +CREATE OR REPLACE TRIGGER tnews_inc BEFORE INSERT ON tnews REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnews_s.nextval INTO :NEW.id_news FROM dual; END tnews_inc;; -- --------------------------------------------------------------------- --- Table "tgraph" +-- Table tgraph -- --------------------------------------------------------------------- CREATE TABLE tgraph ( - id_graph NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_user VARCHAR2(100) default '', - name VARCHAR2(150) default '', - description CLOB NOT NULL, - period NUMBER(10, 0) default 0 NOT NULL, - width NUMBER(10, 0) default 0 NOT NULL, - height NUMBER(10, 0) default 0 NOT NULL, - private NUMBER(5, 0) default 0 NOT NULL, - events NUMBER(5, 0) default 0 NOT NULL, - stacked NUMBER(5, 0) default 0 NOT NULL, - id_group NUMBER(19, 0) default 0 NOT NULL, - id_graph_template NUMBER(11, 0) default 0 NOT NULL + id_graph NUMBER(10, 0) PRIMARY KEY, + id_user VARCHAR2(100) DEFAULT '', + name VARCHAR2(150) DEFAULT '', + description CLOB, + period NUMBER(10, 0) DEFAULT 0, + width NUMBER(10, 0) DEFAULT 0, + height NUMBER(10, 0) DEFAULT 0, + private NUMBER(5, 0) DEFAULT 0, + events NUMBER(5, 0) DEFAULT 0, + stacked NUMBER(5, 0) DEFAULT 0, + id_group NUMBER(19, 0) DEFAULT 0, + id_graph_template NUMBER(11, 0) DEFAULT 0 ); CREATE SEQUENCE tgraph_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tgraph_inc BEFORE INSERT ON tgraph REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgraph_s.nextval INTO :NEW.ID_GRAPH FROM dual; END tgraph_inc;; +CREATE OR REPLACE TRIGGER tgraph_inc BEFORE INSERT ON tgraph REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgraph_s.nextval INTO :NEW.id_graph FROM dual; END tgraph_inc;; -- --------------------------------------------------------------------- --- Table "tgraph_source" +-- Table tgraph_source -- --------------------------------------------------------------------- CREATE TABLE tgraph_source ( - id_gs NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_graph NUMBER(19, 0) default 0 NOT NULL, - id_agent_module NUMBER(19, 0) default 0 NOT NULL, - weight BINARY_DOUBLE default 0 + id_gs NUMBER(10, 0) PRIMARY KEY, + id_graph NUMBER(19, 0) DEFAULT 0, + id_agent_module NUMBER(19, 0) DEFAULT 0, + weight BINARY_DOUBLE DEFAULT 0 ); CREATE SEQUENCE tgraph_source_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tgraph_source_inc BEFORE INSERT ON tgraph_source REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgraph_source_s.nextval INTO :NEW.ID_GS FROM dual; END tgraph_source_inc;; +CREATE OR REPLACE TRIGGER tgraph_source_inc BEFORE INSERT ON tgraph_source REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgraph_source_s.nextval INTO :NEW.id_gs FROM dual; END tgraph_source_inc;; -- --------------------------------------------------------------------- --- Table "treport" +-- Table treport -- --------------------------------------------------------------------- CREATE TABLE treport ( - id_report NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_user VARCHAR2(100) default '', - name VARCHAR2(150) default '', - description CLOB NOT NULL, - private NUMBER(5, 0) default 0 NOT NULL, - id_group NUMBER(19, 0) default 0 NOT NULL, - custom_logo VARCHAR2(200) default NULL, - header CLOB default NULL, - first_page CLOB default NULL, - footer CLOB default NULL, - custom_font VARCHAR2(200) default NULL, - id_template NUMBER(10, 0) default 0 NOT NULL, - id_group_edit NUMBER(19, 0) default 0 NOT NULL, + id_report NUMBER(10, 0) PRIMARY KEY, + id_user VARCHAR2(100) DEFAULT '', + name VARCHAR2(150) DEFAULT '', + description CLOB, + private NUMBER(5, 0) DEFAULT 0, + id_group NUMBER(19, 0) DEFAULT 0, + custom_logo VARCHAR2(200) DEFAULT NULL, + header CLOB DEFAULT NULL, + first_page CLOB DEFAULT NULL, + footer CLOB DEFAULT NULL, + custom_font VARCHAR2(200) DEFAULT NULL, + id_template NUMBER(10, 0) DEFAULT 0, + id_group_edit NUMBER(19, 0) DEFAULT 0, metaconsole NUMBER(5, 0) DEFAULT 0, - non_interactive NUMBER(5, 0) default 0 NOT NULL + non_interactive NUMBER(5, 0) DEFAULT 0 ); CREATE SEQUENCE treport_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER treport_inc BEFORE INSERT ON treport REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT treport_s.nextval INTO :NEW.ID_REPORT FROM dual; END treport_inc;; +CREATE OR REPLACE TRIGGER treport_inc BEFORE INSERT ON treport REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT treport_s.nextval INTO :NEW.id_report FROM dual; END treport_inc;; -- ----------------------------------------------------- --- Table "treport_content" +-- Table treport_content -- ----------------------------------------------------- -- use to_char(time_from, 'hh24:mi:ss') function to retrieve time_from field info -- use to_char(time_to, 'hh24:mi:ss') function to retrieve time_to field info CREATE TABLE treport_content ( - id_rc NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_report NUMBER(10, 0) default 0 NOT NULL REFERENCES treport(id_report) ON DELETE CASCADE, - id_gs NUMBER(10, 0) default NULL, - id_agent_module NUMBER(19, 0) default NULL, - type VARCHAR2(30) default 'simple_graph', - period NUMBER(19, 0) default 0 NOT NULL, - order NUMBER(19, 0) default 0 NOT NULL, - name VARCHAR2(150) default NULL, + id_rc NUMBER(10, 0) PRIMARY KEY, + id_report NUMBER(10, 0) DEFAULT 0 REFERENCES treport(id_report) ON DELETE CASCADE, + id_gs NUMBER(10, 0) DEFAULT NULL, + id_agent_module NUMBER(19, 0) DEFAULT NULL, + "type" VARCHAR2(30) DEFAULT 'simple_graph', + period NUMBER(19, 0) DEFAULT 0, + "order" NUMBER(19, 0) DEFAULT 0, + name VARCHAR2(150) DEFAULT NULL, description CLOB, - id_agent NUMBER(19, 0) default 0 NOT NULL, - text CLOB default NULL, - external_source CLOB default NULL, - treport_custom_sql_id NUMBER(10, 0) default 0, - header_definition CLOB default NULL, - column_separator CLOB default NULL, - line_separator CLOB default NULL, - time_from TIMESTAMP default to_date('00:00:00','hh24:mi:ss'), - time_to TIMESTAMP default to_date('00:00:00','hh24:mi:ss'), - monday NUMBER(5, 0) default 1 NOT NULL, - tuesday NUMBER(5, 0) default 1 NOT NULL, - wednesday NUMBER(5, 0) default 1 NOT NULL, - thursday NUMBER(5, 0) default 1 NOT NULL, - friday NUMBER(5, 0) default 1 NOT NULL, - saturday NUMBER(5, 0) default 1 NOT NULL, - sunday NUMBER(5, 0) default 1 NOT NULL, - only_display_wrong NUMBER(5, 0) default 0 NOT NULL, - top_n NUMBER(10, 0) default 0 NOT NULL, - top_n_value NUMBER(10, 0) default 10 NOT NULL , - exception_condition NUMBER(10, 0) default 0 NOT NULL, - exception_condition_value BINARY_DOUBLE default 0 NOT NULL, - show_resume NUMBER(10, 0) default 0 NOT NULL, - order_uptodown NUMBER(10, 0) default 0 NOT NULL, - show_graph NUMBER(10, 0) default 0 NOT NULL, - group_by_agent NUMBER(10, 0) default 0 NOT NULL, - style CLOB default '', - id_group NUMBER(10, 0) default 0 NOT NULL, - id_module_group NUMBER(10, 0) default 0 NOT NULL, - server_name CLOB default '' + id_agent NUMBER(19, 0) DEFAULT 0, + text CLOB DEFAULT NULL, + external_source CLOB DEFAULT NULL, + treport_custom_sql_id NUMBER(10, 0) DEFAULT 0, + header_definition CLOB DEFAULT NULL, + column_separator CLOB DEFAULT NULL, + line_separator CLOB DEFAULT NULL, + time_from TIMESTAMP DEFAULT to_date('00:00:00','hh24:mi:ss'), + time_to TIMESTAMP DEFAULT to_date('00:00:00','hh24:mi:ss'), + monday NUMBER(5, 0) DEFAULT 1, + tuesday NUMBER(5, 0) DEFAULT 1, + wednesday NUMBER(5, 0) DEFAULT 1, + thursday NUMBER(5, 0) DEFAULT 1, + friday NUMBER(5, 0) DEFAULT 1, + saturday NUMBER(5, 0) DEFAULT 1, + sunday NUMBER(5, 0) DEFAULT 1, + only_display_wrong NUMBER(5, 0) DEFAULT 0, + top_n NUMBER(10, 0) DEFAULT 0, + top_n_value NUMBER(10, 0) DEFAULT 10 , + exception_condition NUMBER(10, 0) DEFAULT 0, + exception_condition_value BINARY_DOUBLE DEFAULT 0, + show_resume NUMBER(10, 0) DEFAULT 0, + order_uptodown NUMBER(10, 0) DEFAULT 0, + show_graph NUMBER(10, 0) DEFAULT 0, + group_by_agent NUMBER(10, 0) DEFAULT 0, + style CLOB DEFAULT '', + id_group NUMBER(10, 0) DEFAULT 0, + id_module_group NUMBER(10, 0) DEFAULT 0, + server_name CLOB DEFAULT '' ); CREATE SEQUENCE treport_content_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER treport_content_inc BEFORE INSERT ON treport_content REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT treport_content_s.nextval INTO :NEW.ID_RC FROM dual; END treport_content_inc;; +CREATE OR REPLACE TRIGGER treport_content_inc BEFORE INSERT ON treport_content REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT treport_content_s.nextval INTO :NEW.id_rc FROM dual; END treport_content_inc;; -- on update trigger -CREATE OR REPLACE TRIGGER treport_content_update AFTER UPDATE OF ID_REPORT ON treport FOR EACH ROW BEGIN UPDATE treport_content SET ID_RC = :NEW.ID_REPORT WHERE ID_RC = :OLD.ID_REPORT; END;; +CREATE OR REPLACE TRIGGER treport_content_update AFTER UPDATE OF id_report ON treport FOR EACH ROW BEGIN UPDATE treport_content SET id_rc = :NEW.id_report WHERE id_rc = :OLD.id_report; END;; CREATE TABLE treport_content_sla_combined ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_report_content NUMBER(10, 0) NOT NULL REFERENCES treport_content(id_rc) ON DELETE CASCADE, - id_agent_module NUMBER(10, 0) NOT NULL, - sla_max BINARY_DOUBLE default 0 NOT NULL, - sla_min BINARY_DOUBLE default 0 NOT NULL, - sla_limit BINARY_DOUBLE default 0 NOT NULL, - server_name CLOB default '' + id NUMBER(10, 0) PRIMARY KEY, + id_report_content NUMBER(10, 0) REFERENCES treport_content(id_rc) ON DELETE CASCADE, + id_agent_module NUMBER(10, 0), + sla_max BINARY_DOUBLE DEFAULT 0, + sla_min BINARY_DOUBLE DEFAULT 0, + sla_limit BINARY_DOUBLE DEFAULT 0, + server_name CLOB DEFAULT '' ); CREATE SEQUENCE treport_cont_sla_c_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER treport_content_sla_comb_inc BEFORE INSERT ON treport_content REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT treport_cont_sla_c_s.nextval INTO :NEW.ID_RC FROM dual; END treport_content_sla_comb_inc;; +CREATE OR REPLACE TRIGGER treport_content_sla_comb_inc BEFORE INSERT ON treport_content REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT treport_cont_sla_c_s.nextval INTO :NEW.id_rc FROM dual; END treport_content_sla_comb_inc;; -- on update trigger -CREATE OR REPLACE TRIGGER treport_cont_sla_comb_update AFTER UPDATE OF ID_RC ON treport_content FOR EACH ROW BEGIN UPDATE treport_content_sla_combined SET ID_REPORT_CONTENT = :NEW.ID_RC WHERE ID_REPORT_CONTENT = :OLD.ID_RC; END;; +CREATE OR REPLACE TRIGGER treport_cont_sla_comb_update AFTER UPDATE OF id_rc on treport_content FOR EACH ROW BEGIN UPDATE treport_content_sla_combined SET id_report_content = :NEW.id_rc WHERE id_report_content = :OLD.id_rc; END;; CREATE TABLE treport_content_item ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_report_content NUMBER(10, 0) NOT NULL REFERENCES treport_content(id_rc) ON DELETE CASCADE, - id_agent_module NUMBER(10, 0) NOT NULL, - server_name CLOB default '', - operation CLOB default '' + id NUMBER(10, 0) PRIMARY KEY, + id_report_content NUMBER(10, 0) REFERENCES treport_content(id_rc) ON DELETE CASCADE, + id_agent_module NUMBER(10, 0), + server_name CLOB DEFAULT '', + operation CLOB DEFAULT '' ); CREATE SEQUENCE treport_content_item_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER treport_content_item_inc BEFORE INSERT ON treport_content_item REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT treport_content_item_s.nextval INTO :NEW.ID FROM dual; END treport_content_item_inc;; +CREATE OR REPLACE TRIGGER treport_content_item_inc BEFORE INSERT ON treport_content_item REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT treport_content_item_s.nextval INTO :NEW.id FROM dual; END treport_content_item_inc;; -- --------------------------------------------------------------------- --- Table "treport_custom_sql" +-- Table treport_custom_sql -- --------------------------------------------------------------------- CREATE TABLE treport_custom_sql ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(150) default '', - sql CLOB default NULL + id NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(150) DEFAULT '', + sql CLOB DEFAULT NULL ); CREATE SEQUENCE treport_custom_sql_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER treport_custom_sql_inc BEFORE INSERT ON treport_custom_sql REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT treport_custom_sql_s.nextval INTO :NEW.ID FROM dual; END treport_custom_sql_inc;; +CREATE OR REPLACE TRIGGER treport_custom_sql_inc BEFORE INSERT ON treport_custom_sql REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT treport_custom_sql_s.nextval INTO :NEW.id FROM dual; END treport_custom_sql_inc;; -- --------------------------------------------------------------------- --- Table "tlayout" +-- Table tlayout -- --------------------------------------------------------------------- CREATE TABLE tlayout ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - name varchar(50) NOT NULL, - id_group NUMBER(10, 0) NOT NULL, - background varchar(200) NOT NULL, - height NUMBER(10, 0) default 0 NOT NULL, - width NUMBER(10, 0) default 0 NOT NULL + id NUMBER(10, 0) PRIMARY KEY, + name varchar(50) , + id_group NUMBER(10, 0), + background varchar(200) , + height NUMBER(10, 0) DEFAULT 0, + width NUMBER(10, 0) DEFAULT 0 ); CREATE SEQUENCE tlayout_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tlayout_inc BEFORE INSERT ON tlayout REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tlayout_s.nextval INTO :NEW.ID FROM dual; END tlayout_inc;; +CREATE OR REPLACE TRIGGER tlayout_inc BEFORE INSERT ON tlayout REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tlayout_s.nextval INTO :NEW.id FROM dual; END tlayout_inc;; -- --------------------------------------------------------------------- --- Table "tlayout_data" +-- Table tlayout_data -- --------------------------------------------------------------------- CREATE TABLE tlayout_data ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_layout NUMBER(10, 0) default 0 NOT NULL, - pos_x NUMBER(10, 0) default 0 NOT NULL, - pos_y NUMBER(10, 0) default 0 NOT NULL, - height NUMBER(10, 0) default 0 NOT NULL, - width NUMBER(10, 0) default 0 NOT NULL, - label CLOB default '', + id NUMBER(10, 0) PRIMARY KEY, + id_layout NUMBER(10, 0) DEFAULT 0, + pos_x NUMBER(10, 0) DEFAULT 0, + pos_y NUMBER(10, 0) DEFAULT 0, + height NUMBER(10, 0) DEFAULT 0, + width NUMBER(10, 0) DEFAULT 0, + label CLOB DEFAULT '', image VARCHAR2(200) DEFAULT '', - type NUMBER(5, 0) default 0 NOT NULL, - period NUMBER(10, 0) default 3600 NOT NULL, - id_agente_modulo NUMBER(19, 0) default 0 NOT NULL, - id_agent NUMBER(10, 0) default 0 NOT NULL, - id_layout_linked NUMBER(10, 0) default 0 NOT NULL, - parent_item NUMBER(10, 0) default 0 NOT NULL, - enable_link NUMBER(5, 0) default 1 NOT NULL, - id_metaconsole NUMBER(10, 0) default 0 NOT NULL, - id_group NUMBER(10, 0) default 0 NOT NULL, - id_custom_graph NUMBER(10, 0) default 0 NOT NULL + type NUMBER(5, 0) DEFAULT 0, + period NUMBER(10, 0) DEFAULT 3600, + id_agente_modulo NUMBER(19, 0) DEFAULT 0, + id_agent NUMBER(10, 0) DEFAULT 0, + id_layout_linked NUMBER(10, 0) DEFAULT 0, + parent_item NUMBER(10, 0) DEFAULT 0, + enable_link NUMBER(5, 0) DEFAULT 1, + id_metaconsole NUMBER(10, 0) DEFAULT 0, + id_group NUMBER(10, 0) DEFAULT 0, + id_custom_graph NUMBER(10, 0) DEFAULT 0 ); CREATE SEQUENCE tlayout_data_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tlayout_data_inc BEFORE INSERT ON tlayout_data REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tlayout_data_s.nextval INTO :NEW.ID FROM dual; END tlayout_data_inc;; +CREATE OR REPLACE TRIGGER tlayout_data_inc BEFORE INSERT ON tlayout_data REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tlayout_data_s.nextval INTO :NEW.id FROM dual; END tlayout_data_inc;; -- --------------------------------------------------------------------- --- Table "tplugin" +-- Table tplugin -- --------------------------------------------------------------------- CREATE TABLE tplugin ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(200) NOT NULL, + id NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(200), description CLOB, - max_timeout NUMBER(10, 0) default 0 NOT NULL, - max_retries NUMBER(10, 0) default 0, - execute VARCHAR2(250) NOT NULL, - net_dst_opt VARCHAR2(50) default '', - net_port_opt VARCHAR2(50) default '', - user_opt VARCHAR2(50) default '', - pass_opt VARCHAR2(50) default '', - plugin_type NUMBER(5, 0) default 0 NOT NULL, - macros CLOB default '', - parameters CLOB default '' + max_timeout NUMBER(10, 0) DEFAULT 0, + max_retries NUMBER(10, 0) DEFAULT 0, + execute VARCHAR2(250), + net_dst_opt VARCHAR2(50) DEFAULT '', + net_port_opt VARCHAR2(50) DEFAULT '', + user_opt VARCHAR2(50) DEFAULT '', + pass_opt VARCHAR2(50) DEFAULT '', + plugin_type NUMBER(5, 0) DEFAULT 0, + macros CLOB DEFAULT '', + parameters CLOB DEFAULT '' ); CREATE SEQUENCE tplugin_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tplugin_inc BEFORE INSERT ON tplugin REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tplugin_s.nextval INTO :NEW.ID FROM dual; END tplugin_inc;; +CREATE OR REPLACE TRIGGER tplugin_inc BEFORE INSERT ON tplugin REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tplugin_s.nextval INTO :NEW.id FROM dual; END tplugin_inc;; -- --------------------------------------------------------------------- --- Table "tmodule" +-- Table tmodule -- --------------------------------------------------------------------- CREATE TABLE tmodule ( - id_module NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) default '' + id_module NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(100) DEFAULT '' ); CREATE SEQUENCE tmodule_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tmodule_inc BEFORE INSERT ON tmodule REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tmodule_s.nextval INTO :NEW.ID_MODULE FROM dual; END tmodule_inc;; +CREATE OR REPLACE TRIGGER tmodule_inc BEFORE INSERT ON tmodule REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tmodule_s.nextval INTO :NEW.id_module FROM dual; END tmodule_inc;; -- --------------------------------------------------------------------- --- Table "tserver_export" +-- Table tserver_export -- --------------------------------------------------------------------- CREATE TABLE tserver_export ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) default '', - preffix VARCHAR2(100) default '', - interval NUMBER(10, 0) default 300 NOT NULL, - ip_server VARCHAR2(100) default '', - connect_mode VARCHAR2(20) default 'local', - id_export_server NUMBER(10, 0) default NULL , - "user" VARCHAR2(100) default '', - pass VARCHAR2(100) default '', - port NUMBER(10, 0) default 0 NOT NULL, - directory VARCHAR2(100) default '', - options VARCHAR2(100) default '', + id NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(100) DEFAULT '', + preffix VARCHAR2(100) DEFAULT '', + interval NUMBER(10, 0) DEFAULT 300, + ip_server VARCHAR2(100) DEFAULT '', + connect_mode VARCHAR2(20) DEFAULT 'local', + id_export_server NUMBER(10, 0) DEFAULT NULL , + "user" VARCHAR2(100) DEFAULT '', + pass VARCHAR2(100) DEFAULT '', + port NUMBER(10, 0) DEFAULT 0, + directory VARCHAR2(100) DEFAULT '', + options VARCHAR2(100) DEFAULT '', --Number of hours of diference with the server timezone - timezone_offset NUMBER(5, 0) default 0 NOT NULL, + timezone_offset NUMBER(5, 0) DEFAULT 0, CONSTRAINT tserver_export_conn_mode_cons CHECK (connect_mode IN ('tentacle', 'ssh', 'local')) ); CREATE SEQUENCE tserver_export_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tserver_export_inc BEFORE INSERT ON tserver_export REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tserver_export_s.nextval INTO :NEW.ID FROM dual; END tserver_export_inc;; +CREATE OR REPLACE TRIGGER tserver_export_inc BEFORE INSERT ON tserver_export REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tserver_export_s.nextval INTO :NEW.id FROM dual; END tserver_export_inc;; -- id_export_server is real pandora fms export server process that manages this server --- id is the "destination" server to export +-- id is the destination server to export CREATE TABLE tserver_export_data ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_export_server NUMBER(10, 0) default 0 NOT NULL, - agent_name VARCHAR2(100) default '', - module_name VARCHAR2(100) default '', - module_type VARCHAR2(100) default '', - data VARCHAR2(255) default NULL, - timestamp TIMESTAMP default NULL + id NUMBER(10, 0) PRIMARY KEY, + id_export_server NUMBER(10, 0) DEFAULT 0, + agent_name VARCHAR2(100) DEFAULT '', + module_name VARCHAR2(100) DEFAULT '', + module_type VARCHAR2(100) DEFAULT '', + data VARCHAR2(255) DEFAULT NULL, + timestamp TIMESTAMP DEFAULT NULL ); CREATE SEQUENCE tserver_export_data_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tserver_export_data_inc BEFORE INSERT ON tserver_export_data REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tserver_export_data_s.nextval INTO :NEW.ID FROM dual; END tserver_export_data_inc;; +CREATE OR REPLACE TRIGGER tserver_export_data_inc BEFORE INSERT ON tserver_export_data REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tserver_export_data_s.nextval INTO :NEW.id FROM dual; END tserver_export_data_inc;; -- ----------------------------------------------------- -- Table `tplanned_downtime` -- ----------------------------------------------------- CREATE TABLE tplanned_downtime ( - id NUMBER(19, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) NOT NULL, - description CLOB NOT NULL, - date_from NUMBER(19, 0) default 0 NOT NULL, - date_to NUMBER(19, 0) default 0 NOT NULL, - executed NUMBER(5, 0) default 0 NOT NULL, - id_group NUMBER(19, 0) default 0 NOT NULL, - only_alerts NUMBER(5, 0) default 0 NOT NULL, - monday NUMBER(5, 0) default 0, - tuesday NUMBER(5, 0) default 0, - wednesday NUMBER(5, 0) default 0, - thursday NUMBER(5, 0) default 0, - friday NUMBER(5, 0) default 0, - saturday NUMBER(5, 0) default 0, - sunday NUMBER(5, 0) default 0, + id NUMBER(19, 0) PRIMARY KEY, + name VARCHAR2(100), + description CLOB, + date_from NUMBER(19, 0) DEFAULT 0, + date_to NUMBER(19, 0) DEFAULT 0, + executed NUMBER(5, 0) DEFAULT 0, + id_group NUMBER(19, 0) DEFAULT 0, + only_alerts NUMBER(5, 0) DEFAULT 0, + monday NUMBER(5, 0) DEFAULT 0, + tuesday NUMBER(5, 0) DEFAULT 0, + wednesday NUMBER(5, 0) DEFAULT 0, + thursday NUMBER(5, 0) DEFAULT 0, + friday NUMBER(5, 0) DEFAULT 0, + saturday NUMBER(5, 0) DEFAULT 0, + sunday NUMBER(5, 0) DEFAULT 0, -- Need to set better datatype - periodically_time_from DATE default NULL, - periodically_time_to DATE default NULL, + periodically_time_from DATE DEFAULT NULL, + periodically_time_to DATE DEFAULT NULL, -- - periodically_day_from NUMBER(19, 0) default NULL, - periodically_day_to NUMBER(19, 0) default NULL, - type_downtime VARCHAR2(100) NOT NULL default 'disabled_agents_alerts', - type_execution VARCHAR2(100) NOT NULL default 'once', - type_periodicity VARCHAR2(100) NOT NULL default 'weekly', - id_user VARCHAR2(100) default '0' NOT NULL + periodically_day_from NUMBER(19, 0) DEFAULT NULL, + periodically_day_to NUMBER(19, 0) DEFAULT NULL, + type_downtime VARCHAR2(100) DEFAULT 'disabled_agents_alerts', + type_execution VARCHAR2(100) DEFAULT 'once', + type_periodicity VARCHAR2(100) DEFAULT 'weekly', + id_user VARCHAR2(100) DEFAULT '0' ); CREATE SEQUENCE tplanned_downtime_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tplanned_downtime_inc BEFORE INSERT ON tplanned_downtime REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tplanned_downtime_s.nextval INTO :NEW.ID FROM dual; END tplanned_downtime_inc;; +CREATE OR REPLACE TRIGGER tplanned_downtime_inc BEFORE INSERT ON tplanned_downtime REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tplanned_downtime_s.nextval INTO :NEW.id FROM dual; END tplanned_downtime_inc;; -- ----------------------------------------------------- -- Table `tplanned_downtime_agents` -- ----------------------------------------------------- CREATE TABLE tplanned_downtime_agents ( - id NUMBER(19, 0) NOT NULL PRIMARY KEY, - id_agent NUMBER(19, 0) default 0 NOT NULL, - id_downtime NUMBER(19, 0) default 0 NOT NULL REFERENCES tplanned_downtime(id) ON DELETE CASCADE, - all_modules NUMBER(5, 0) default 1 + id NUMBER(19, 0) PRIMARY KEY, + id_agent NUMBER(19, 0) DEFAULT 0, + id_downtime NUMBER(19, 0) DEFAULT 0 REFERENCES tplanned_downtime(id) ON DELETE CASCADE, + all_modules NUMBER(5, 0) DEFAULT 1 ); CREATE SEQUENCE tplanned_downtime_agents_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tplanned_downtime_agents_inc BEFORE INSERT ON tplanned_downtime_agents REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tplanned_downtime_agents_s.nextval INTO :NEW.ID FROM dual; END tplanned_downtime_agents_inc;; +CREATE OR REPLACE TRIGGER tplanned_downtime_agents_inc BEFORE INSERT ON tplanned_downtime_agents REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tplanned_downtime_agents_s.nextval INTO :NEW.id FROM dual; END tplanned_downtime_agents_inc;; -- ----------------------------------------------------- -- Table `tplanned_downtime_modules` -- ----------------------------------------------------- CREATE TABLE tplanned_downtime_modules ( - id NUMBER(19, 0) NOT NULL PRIMARY KEY, - id_agent NUMBER(19, 0) default 0 NOT NULL, - id_agent_module NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_downtime NUMBER(19, 0) default 0 NOT NULL REFERENCES tplanned_downtime(id) ON DELETE CASCADE + id NUMBER(19, 0) PRIMARY KEY, + id_agent NUMBER(19, 0) DEFAULT 0, + id_agent_module NUMBER(10, 0) REFERENCES tagente_modulo(id_agente_modulo) ON DELETE CASCADE, + id_downtime NUMBER(19, 0) DEFAULT 0 REFERENCES tplanned_downtime(id) ON DELETE CASCADE ); CREATE SEQUENCE tplanned_downtime_modules_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tplanned_downtime_modules_inc BEFORE INSERT ON tplanned_downtime_modules REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tplanned_downtime_modules_s.nextval INTO :NEW.ID FROM dual; END tplanned_downtime_modules_inc;; +CREATE OR REPLACE TRIGGER tplanned_downtime_modules_inc BEFORE INSERT ON tplanned_downtime_modules REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tplanned_downtime_modules_s.nextval INTO :NEW.id FROM dual; END tplanned_downtime_modules_inc;; --- GIS extension Tables +--IS extension Tables -- ----------------------------------------------------- --- Table "tgis_data_history" +-- Table tgis_data_history -- ----------------------------------------------------- ---Table to store historical GIS information of the agents +--Table to store historicalIS information of the agents CREATE TABLE tgis_data_history ( --key of the table - id_tgis_data NUMBER(10, 0) NOT NULL PRIMARY KEY, - longitude BINARY_DOUBLE NOT NULL, - latitude BINARY_DOUBLE NOT NULL, - altitude BINARY_DOUBLE NOT NULL, + id_tgis_data NUMBER(10, 0) PRIMARY KEY, + longitude BINARY_DOUBLE, + latitude BINARY_DOUBLE, + altitude BINARY_DOUBLE, --timestamp on wich the agente started to be in this position start_timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, --timestamp on wich the agent was placed for last time on this position - end_timestamp TIMESTAMP default NULL, + end_timestamp TIMESTAMP DEFAULT NULL, --description of the region correoponding to this placemnt description CLOB DEFAULT NULL, -- 0 to show that the position cames from the agent, 1 to show that the position was established manualy - manual_placement NUMBER(5, 0) default 0 NOT NULL, + manual_placement NUMBER(5, 0) DEFAULT 0, -- Number of data packages received with this position from the start_timestampa to the_end_timestamp - number_of_packages NUMBER(10, 0) default 1 NOT NULL, + number_of_packages NUMBER(10, 0) DEFAULT 1, --reference to the agent - tagente_id_agente NUMBER(10, 0) NOT NULL + tagente_id_agente NUMBER(10, 0) ); CREATE INDEX tgis_data_history_start_t_idx ON tgis_data_history(start_timestamp); CREATE INDEX tgis_data_history_end_t_idx ON tgis_data_history(end_timestamp); CREATE SEQUENCE tgis_data_history_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tgis_data_history_inc BEFORE INSERT ON tgis_data_history REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgis_data_history_s.nextval INTO :NEW.ID_TGIS_DATA FROM dual; END tgis_data_history_inc;; +CREATE OR REPLACE TRIGGER tgis_data_history_inc BEFORE INSERT ON tgis_data_history REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgis_data_history_s.nextval INTO :NEW.id_tgis_data FROM dual; END tgis_data_history_inc;; -- ----------------------------------------------------- --- Table "tgis_data_status" +-- Table tgis_data_status -- ----------------------------------------------------- ---Table to store last GIS information of the agents +--Table to store lastIS information of the agents --ON UPDATE NO ACTION is implicit on Oracle DBMS for tagente_id_agente field CREATE TABLE tgis_data_status ( --Reference to the agent - tagente_id_agente NUMBER(10, 0) NOT NULL REFERENCES tagente(id_agente) ON DELETE CASCADE, + tagente_id_agente NUMBER(10, 0) REFERENCES tagente(id_agente) ON DELETE CASCADE, --Last received longitude - current_longitude BINARY_DOUBLE NOT NULL, + current_longitude BINARY_DOUBLE, --Last received latitude - current_latitude BINARY_DOUBLE NOT NULL, + current_latitude BINARY_DOUBLE, --Last received altitude - current_altitude BINARY_DOUBLE NOT NULL, + current_altitude BINARY_DOUBLE, --Reference longitude to see if the agent has moved - stored_longitude BINARY_DOUBLE NOT NULL, + stored_longitude BINARY_DOUBLE, --Reference latitude to see if the agent has moved - stored_latitude BINARY_DOUBLE NOT NULL, + stored_latitude BINARY_DOUBLE, --Reference altitude to see if the agent has moved stored_altitude BINARY_DOUBLE DEFAULT NULL, --Number of data packages received with this position since start_timestampa - number_of_packages NUMBER(10, 0) default 1 NOT NULL, + number_of_packages NUMBER(10, 0) DEFAULT 1, --Timestamp on wich the agente started to be in this position - start_timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL, + start_timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, --0 to show that the position cames from the agent, 1 to show that the position was established manualy - manual_placement NUMBER(5, 0) default 0 NOT NULL, + manual_placement NUMBER(5, 0) DEFAULT 0, --description of the region correoponding to this placemnt description CLOB NULL, PRIMARY KEY(tagente_id_agente) @@ -1463,14 +1456,14 @@ CREATE TABLE tgis_data_status ( CREATE INDEX tgis_data_status_start_t_idx ON tgis_data_status(start_timestamp); -- ----------------------------------------------------- --- Table "tgis_map" +-- Table tgis_map -- ----------------------------------------------------- ---Table containing information about a gis map +--Table containing information about ais map CREATE TABLE tgis_map ( --table identifier - id_tgis_map NUMBER(10, 0) NOT NULL PRIMARY KEY, + id_tgis_map NUMBER(10, 0) PRIMARY KEY, --Name of the map - map_name VARCHAR2(63) NOT NULL, + map_name VARCHAR2(63), --longitude of the center of the map when it\'s loaded initial_longitude BINARY_DOUBLE DEFAULT NULL, --latitude of the center of the map when it\'s loaded @@ -1478,33 +1471,33 @@ CREATE TABLE tgis_map ( --altitude of the center of the map when it\'s loaded initial_altitude BINARY_DOUBLE DEFAULT NULL, --Zoom level to show when the map is loaded. - zoom_level NUMBER(5, 0) default 1 NOT NULL, + zoom_level NUMBER(5, 0) DEFAULT 1, --path on the server to the background image of the map map_background VARCHAR2(127) DEFAULT NULL, - --default longitude for the agents placed on the map - default_longitude BINARY_DOUBLE DEFAULT NULL, - --default latitude for the agents placed on the map - default_latitude BINARY_DOUBLE DEFAULT NULL, - --default altitude for the agents placed on the map - default_altitude DOUBLE PRECISION DEFAULT NULL, + --DEFAULT longitude for the agents placed on the map + DEFAULT_longitude BINARY_DOUBLE DEFAULT NULL, + --DEFAULT latitude for the agents placed on the map + DEFAULT_latitude BINARY_DOUBLE DEFAULT NULL, + --DEFAULT altitude for the agents placed on the map + DEFAULT_altitude DOUBLE PRECISION DEFAULT NULL, --Group that owns the map - group_id NUMBER(10, 0) default 0 NOT NULL, - --1 if this is the default map, 0 in other case - default_map NUMBER(5, 0) default 0 NOT NULL + group_id NUMBER(10, 0) DEFAULT 0, + --1 if this is the DEFAULT map, 0 in other case + DEFAULT_map NUMBER(5, 0) DEFAULT 0 ); CREATE INDEX tgis_map_tagente_map_name_idx ON tgis_map(map_name); CREATE SEQUENCE tgis_map_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tgis_map_inc BEFORE INSERT ON tgis_map REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgis_map_s.nextval INTO :NEW.ID_TGIS_MAP FROM dual; END tgis_map_inc;; +CREATE OR REPLACE TRIGGER tgis_map_inc BEFORE INSERT ON tgis_map REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgis_map_s.nextval INTO :NEW.id_tgis_map FROM dual; END tgis_map_inc;; -- ----------------------------------------------------- --- Table "tgis_map_connection" +-- Table tgis_map_connection -- ----------------------------------------------------- --Table to store the map connection information CREATE TABLE tgis_map_connection ( --table id - id_tmap_connection NUMBER(10, 0) NOT NULL PRIMARY KEY, + id_tmap_connection NUMBER(10, 0) PRIMARY KEY, --Name of the connection (name of the base layer) conection_name VARCHAR2(45) DEFAULT NULL, --Type of map server to connect @@ -1513,14 +1506,14 @@ CREATE TABLE tgis_map_connection ( conection_data CLOB DEFAULT NULL, --Number of zoom levels available num_zoom_levels NUMBER(5, 0) DEFAULT NULL, - --Default Zoom Level for the connection - default_zoom_level NUMBER(5, 0) default 16 NOT NULL, - --default longitude for the agents placed on the map - default_longitude BINARY_DOUBLE DEFAULT NULL, - --default latitude for the agents placed on the map - default_latitude BINARY_DOUBLE DEFAULT NULL, - --default altitude for the agents placed on the map - default_altitude BINARY_DOUBLE DEFAULT NULL, + --DEFAULT Zoom Level for the connection + DEFAULT_zoom_level NUMBER(5, 0) DEFAULT 16, + --DEFAULT longitude for the agents placed on the map + DEFAULT_longitude BINARY_DOUBLE DEFAULT NULL, + --DEFAULT latitude for the agents placed on the map + DEFAULT_latitude BINARY_DOUBLE DEFAULT NULL, + --DEFAULT altitude for the agents placed on the map + DEFAULT_altitude BINARY_DOUBLE DEFAULT NULL, --longitude of the center of the map when it\'s loaded initial_longitude BINARY_DOUBLE DEFAULT NULL, --latitude of the center of the map when it\'s loaded @@ -1528,419 +1521,419 @@ CREATE TABLE tgis_map_connection ( --altitude of the center of the map when it\'s loaded initial_altitude BINARY_DOUBLE DEFAULT NULL, --Group that owns the map - group_id NUMBER(10, 0) default 0 NOT NULL + group_id NUMBER(10, 0) DEFAULT 0 ); CREATE SEQUENCE tgis_map_connection_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tgis_map_connection_inc BEFORE INSERT ON tgis_map_connection REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgis_map_connection_s.nextval INTO :NEW.ID_TMAP_CONNECTION FROM dual; END tgis_map_connection_inc;; +CREATE OR REPLACE TRIGGER tgis_map_connection_inc BEFORE INSERT ON tgis_map_connection REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgis_map_connection_s.nextval INTO :NEW.id_tmap_connection FROM dual; END tgis_map_connection_inc;; -- ----------------------------------------------------- --- Table "tgis_map_has_tgis_map_connection" +-- Table tgis_map_has_tgis_map_connection -- ----------------------------------------------------- -- This table is commented because table name length is more 30 chars. TODO: Change it's name ---Table to asociate a connection to a gis map +--Table to asociate a connection to ais map --CREATE TABLE tgis_map_has_tgis_map_connection ( --reference to tgis_map --- tgis_map_id_tgis_map NUMBER(10, 0) NOT NULL REFERENCES tgis_map(id_tgis_map) ON DELETE CASCADE, +-- tgis_map_id_tgis_map NUMBER(10, 0) REFERENCES tgis_map(id_tgis_map) ON DELETE CASCADE, --reference to tgis_map_connection --- tgis_map_connection_id_tmap_connection NUMBER(10, 0) NOT NULL REFERENCES tgis_map_connection (id_tmap_connection) ON DELETE CASCADE, +-- tgis_map_connection_id_tmap_connection NUMBER(10, 0) REFERENCES tgis_map_connection (id_tmap_connection) ON DELETE CASCADE, --Last Modification Time of the Connection --- modification_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL, - --Flag to mark the default map connection of a map --- default_map_connection NUMBER(5, 0) default 0 NOT NULL, +-- modification_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + --Flag to mark the DEFAULT map connection of a map +-- DEFAULT_map_connection NUMBER(5, 0) DEFAULT 0, -- PRIMARY KEY (tgis_map_id_tgis_map, tgis_map_connection_id_tmap_connection) --); --CREATE INDEX tgis_map_has_tgis_map_connection_map_tgis_map_id_tgis_map_idx ON tgis_map_has_tgis_map_connection(tgis_map_id_tgis_map); --CREATE INDEX tgis_map_has_tgis_map_connection_map_tgis_map_connection_id_tmap_connection_idx ON tgis_map_has_tgis_map_connection(tgis_map_connection_id_tmap_connection); ---This trigger is for tranlate "on update CURRENT_TIMESTAMP" of MySQL. ---CREATE OR REPLACE TRIGGER tgis_map_has_tgis_map_connection_ts BEFORE UPDATE ON tgis_map_has_tgis_map_connection FOR EACH ROW BEGIN select CURRENT_TIMESTAMP into :NEW.MODIFICATION_TIME from dual; END;; +--This trigger is for tranlate on update CURRENT_TIMESTAMP of MySQL. +--CREATE OR REPLACE TRIGGER tgis_map_has_tgis_map_connection_ts BEFORE UPDATE ON tgis_map_has_tgis_map_connection FOR EACH ROW BEGIN select CURRENT_TIMESTAMP into :NEW.modification_time from dual; END;; -- ----------------------------------------------------- --- Table "tgis_map_layer" +-- Table tgis_map_layer -- ----------------------------------------------------- --Table containing information about the map layers CREATE TABLE tgis_map_layer ( --table id - id_tmap_layer NUMBER(10, 0) NOT NULL PRIMARY KEY, + id_tmap_layer NUMBER(10, 0) PRIMARY KEY, --Name of the layer - layer_name VARCHAR2(45) NOT NULL, + layer_name VARCHAR2(45), --True if the layer must be shown - view_layer NUMBER(5, 0) default 1 NOT NULL, + view_layer NUMBER(5, 0) DEFAULT 1, --Number of order of the layer in the layer stack, bigger means upper on the stack.\n - layer_stack_order NUMBER(5, 0) default 0 NOT NULL, + layer_stack_order NUMBER(5, 0) DEFAULT 0, --reference to the map containing the layer - tgis_map_id_tgis_map NUMBER(10, 0) default 0 NOT NULL REFERENCES tgis_map(id_tgis_map) ON DELETE CASCADE, - --reference to the group shown in the layer - tgrupo_id_grupo NUMBER(19, 0) NOT NULL + tgis_map_id_tgis_map NUMBER(10, 0) DEFAULT 0 REFERENCES tgis_map(id_tgis_map) ON DELETE CASCADE, + --reference to theroup shown in the layer + tgrupo_id_grupo NUMBER(19, 0) ); CREATE SEQUENCE tgis_map_layer_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tgis_map_layer_inc BEFORE INSERT ON tgis_map_layer REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgis_map_layer_s.nextval INTO :NEW.ID_TMAP_LAYER FROM dual; END tgis_map_layer_inc;; +CREATE OR REPLACE TRIGGER tgis_map_layer_inc BEFORE INSERT ON tgis_map_layer REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tgis_map_layer_s.nextval INTO :NEW.id_tmap_layer FROM dual; END tgis_map_layer_inc;; -- ----------------------------------------------------- --- Table "tgis_map_layer_has_tagente" +-- Table tgis_map_layer_has_tagente -- ----------------------------------------------------- --Table to define wich agents are shown in a layer CREATE TABLE tgis_map_layer_has_tagente ( - tgis_map_layer_id_tmap_layer NUMBER(10, 0) NOT NULL REFERENCES tgis_map_layer(id_tmap_layer) ON DELETE CASCADE, - tagente_id_agente NUMBER(10, 0) NOT NULL REFERENCES tagente(id_agente) ON DELETE CASCADE, + tgis_map_layer_id_tmap_layer NUMBER(10, 0) REFERENCES tgis_map_layer(id_tmap_layer) ON DELETE CASCADE, + tagente_id_agente NUMBER(10, 0) REFERENCES tagente(id_agente) ON DELETE CASCADE, PRIMARY KEY (tgis_map_layer_id_tmap_layer, tagente_id_agente) ); CREATE INDEX tgis_map_layer_has_tagente_idx ON tgis_map_layer_has_tagente(tgis_map_layer_id_tmap_layer); CREATE INDEX tgis_map_layer_has_tagent1_idx ON tgis_map_layer_has_tagente(tagente_id_agente); -- --------------------------------------------------------------------- --- Table "tgroup_stat" +-- Table tgroup_stat -- --------------------------------------------------------------------- ---Table to store global system stats per group +--Table to storelobal system stats perroup CREATE TABLE tgroup_stat ( - id_group NUMBER(10, 0) default 0 NOT NULL PRIMARY KEY, - modules NUMBER(10, 0) default 0 NOT NULL, - normal NUMBER(10, 0) default 0 NOT NULL, - critical NUMBER(10, 0) default 0 NOT NULL, - warning NUMBER(10, 0) default 0 NOT NULL, - unknown NUMBER(10, 0) default 0 NOT NULL, - "non-init" NUMBER(10, 0) default 0 NOT NULL, - alerts NUMBER(10, 0) default 0 NOT NULL, - alerts_fired NUMBER(10, 0) default 0 NOT NULL, - agents NUMBER(10, 0) default 0 NOT NULL, - agents_unknown NUMBER(10, 0) default 0 NOT NULL, - utimestamp NUMBER(10, 0) default 0 NOT NULL + id_group NUMBER(10, 0) DEFAULT 0 PRIMARY KEY, + modules NUMBER(10, 0) DEFAULT 0, + normal NUMBER(10, 0) DEFAULT 0, + critical NUMBER(10, 0) DEFAULT 0, + warning NUMBER(10, 0) DEFAULT 0, + unknown NUMBER(10, 0) DEFAULT 0, + "non-init" NUMBER(10, 0) DEFAULT 0, + alerts NUMBER(10, 0) DEFAULT 0, + alerts_fired NUMBER(10, 0) DEFAULT 0, + agents NUMBER(10, 0) DEFAULT 0, + agents_unknown NUMBER(10, 0) DEFAULT 0, + utimestamp NUMBER(10, 0) DEFAULT 0 ); ------------------------------------------------------------------------ --- Table "tnetwork_map" +-- Table tnetwork_map ------------------------------------------------------------------------ CREATE TABLE tnetwork_map ( - id_networkmap NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_user VARCHAR2(60) NOT NULL, - name VARCHAR2(100) NOT NULL, - type VARCHAR2(20) NOT NULL, - layout VARCHAR2(20) NOT NULL, - nooverlap NUMBER(5, 0) default 0 NOT NULL, - simple NUMBER(5, 0) default 0 NOT NULL, - regenerate NUMBER(5, 0) default 1 NOT NULL, - font_size NUMBER(10, 0) default 12 NOT NULL, - id_group NUMBER(10, 0) default 0 NOT NULL, - id_module_group NUMBER(10, 0) default 0 NOT NULL, - id_policy NUMBER(10, 0) default 0 NOT NULL, - depth VARCHAR2(20) NOT NULL, - only_modules_with_alerts NUMBER(10, 0) default 0 NOT NULL, - hide_policy_modules SMALLINT default 0 NOT NULL, - zoom BINARY_DOUBLE default 1, - distance_nodes BINARY_DOUBLE default 2.5, - center NUMBER(10, 0) default 0 NOT NULL, + id_networkmap NUMBER(10, 0) PRIMARY KEY, + id_user VARCHAR2(60) , + name VARCHAR2(100) , + type VARCHAR2(20) , + layout VARCHAR2(20) , + nooverlap NUMBER(5, 0) DEFAULT 0, + simple NUMBER(5, 0) DEFAULT 0, + regenerate NUMBER(5, 0) DEFAULT 1, + font_size NUMBER(10, 0) DEFAULT 12, + id_group NUMBER(10, 0) DEFAULT 0, + id_module_group NUMBER(10, 0) DEFAULT 0, + id_policy NUMBER(10, 0) DEFAULT 0, + depth VARCHAR2(20), + only_modules_with_alerts NUMBER(10, 0) DEFAULT 0, + hide_policy_modules SMALLINT DEFAULT 0, + zoom BINARY_DOUBLE DEFAULT 1, + distance_nodes BINARY_DOUBLE DEFAULT 2.5, + center NUMBER(10, 0) DEFAULT 0, contracted_nodes CLOB, - show_snmp_modules NUMBER(5, 0) default 0 NOT NULL, + show_snmp_modules NUMBER(5, 0) DEFAULT 0, text_filter VARCHAR(100) DEFAULT '', - dont_show_subgroups NUMBER(10, 0) default 0 NOT NULL, - pandoras_children NUMBER(10, 0) default 0 NOT NULL, - show_groups NUMBER(10, 0) default 0 NOT NULL, - show_modules NUMBER(10, 0) default 0 NOT NULL, - id_agent NUMBER(10, 0) default 0 NOT NULL, - server_name VARCHAR(100) NOT NULL, - show_modulegroup NUMBER(10, 0) default 0 NOT NULL, - l2_network NUMBER(1, 0) default 0 NOT NULL + dont_show_subgroups NUMBER(10, 0) DEFAULT 0, + pandoras_children NUMBER(10, 0) DEFAULT 0, + show_groups NUMBER(10, 0) DEFAULT 0, + show_modules NUMBER(10, 0) DEFAULT 0, + id_agent NUMBER(10, 0) DEFAULT 0, + server_name VARCHAR(100) , + show_modulegroup NUMBER(10, 0) DEFAULT 0, + l2_network NUMBER(1, 0) DEFAULT 0 ); CREATE SEQUENCE tnetwork_map_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tnetwork_map_inc BEFORE INSERT ON tnetwork_map REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetwork_map_s.nextval INTO :NEW.ID_NETWORKMAP FROM dual; END tnetwork_map_inc;; +CREATE OR REPLACE TRIGGER tnetwork_map_inc BEFORE INSERT ON tnetwork_map REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetwork_map_s.nextval INTO :NEW.id_networkmap FROM dual; END tnetwork_map_inc;; -- --------------------------------------------------------------------- --- Table "tsnmp_filter" +-- Table tsnmp_filter -- --------------------------------------------------------------------- CREATE TABLE tsnmp_filter ( - id_snmp_filter NUMBER(10, 0) NOT NULL PRIMARY KEY, - description VARCHAR2(255) default '', - filter VARCHAR2(255) default '' + id_snmp_filter NUMBER(10, 0) PRIMARY KEY, + description VARCHAR2(255) DEFAULT '', + filter VARCHAR2(255) DEFAULT '' ); CREATE SEQUENCE tsnmp_filter_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tsnmp_filter_inc BEFORE INSERT ON tsnmp_filter REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tsnmp_filter_s.nextval INTO :NEW.ID_SNMP_FILTER FROM dual; END tsnmp_filter_inc;; +CREATE OR REPLACE TRIGGER tsnmp_filter_inc BEFORE INSERT ON tsnmp_filter REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tsnmp_filter_s.nextval INTO :NEW.id_snmp_filter FROM dual; END tsnmp_filter_inc;; -- --------------------------------------------------------------------- --- Table "tagent_custom_fields" +-- Table tagent_custom_fields -- --------------------------------------------------------------------- CREATE TABLE tagent_custom_fields ( - id_field NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(45) default '', - display_on_front NUMBER(5, 0) default 0 NOT NULL + id_field NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(45) DEFAULT '', + display_on_front NUMBER(5, 0) DEFAULT 0 ); CREATE SEQUENCE tagent_custom_fields_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tagent_custom_fields_inc BEFORE INSERT ON tagent_custom_fields REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagent_custom_fields_s.nextval INTO :NEW.ID_FIELD FROM dual; END tagent_custom_fields_inc;; +CREATE OR REPLACE TRIGGER tagent_custom_fields_inc BEFORE INSERT ON tagent_custom_fields REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tagent_custom_fields_s.nextval INTO :NEW.id_field FROM dual; END tagent_custom_fields_inc;; -- --------------------------------------------------------------------- --- Table "tagent_custom_data" +-- Table tagent_custom_data -- --------------------------------------------------------------------- CREATE TABLE tagent_custom_data ( - id_field NUMBER(10, 0) NOT NULL REFERENCES tagent_custom_fields(id_field) ON DELETE CASCADE, - id_agent NUMBER(10, 0) NOT NULL REFERENCES tagente(id_agente) ON DELETE CASCADE, - description CLOB default '', - PRIMARY KEY (id_field, id_agent) + id_field NUMBER(10, 0) REFERENCES tagent_custom_fields(id_field) ON DELETE CASCADE, + id_agent NUMBER(10, 0) REFERENCES tagente(id_agente) ON DELETE CASCADE, + description CLOB DEFAULT '', + PRIMARY KEY (id_field, id_agent) ); -- on update trigger -CREATE OR REPLACE TRIGGER tagent_custom_data_update AFTER UPDATE OF ID_FIELD ON tagent_custom_fields FOR EACH ROW BEGIN UPDATE tagent_custom_data SET ID_FIELD = :NEW.ID_FIELD WHERE ID_FIELD = :OLD.ID_FIELD; END;; +CREATE OR REPLACE TRIGGER tagent_custom_data_update AFTER UPDATE OF id_field on tagent_custom_fields FOR EACH ROW BEGIN UPDATE tagent_custom_data SET id_field = :NEW.id_field WHERE id_field = :OLD.id_field; END;; -- on update trigger 1 -CREATE OR REPLACE TRIGGER tagent_custom_data_update1 AFTER UPDATE OF ID_AGENTE ON tagente FOR EACH ROW BEGIN UPDATE tagent_custom_data SET ID_AGENT = :NEW.ID_AGENTE WHERE ID_AGENT = :OLD.ID_AGENTE; END;; +CREATE OR REPLACE TRIGGER tagent_custom_data_update1 AFTER UPDATE OF id_agente on tagente FOR EACH ROW BEGIN UPDATE tagent_custom_data SET id_agent = :NEW.id_agente WHERE id_agent = :OLD.id_agente; END;; -- Procedure for retrieve PK information after an insert statement CREATE OR REPLACE PROCEDURE insert_id (table_name IN VARCHAR2, sql_insert IN VARCHAR2, id OUT NUMBER) IS BEGIN EXECUTE IMMEDIATE sql_insert; EXECUTE IMMEDIATE 'SELECT ' ||table_name||'_s.currval FROM DUAL' INTO id; EXCEPTION WHEN others THEN RAISE_APPLICATION_ERROR(-20001, 'ERROR on insert_id procedure, please check input parameters or procedure logic.'); END insert_id;; -- --------------------------------------------------------------------- --- Table "ttag" +-- Table ttag -- --------------------------------------------------------------------- CREATE TABLE ttag ( - id_tag NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(100) default '' NOT NULL, - description CLOB default '' NOT NULL, - url CLOB default '' NOT NULL, + id_tag NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(100) DEFAULT '', + description CLOB DEFAULT '', + url CLOB DEFAULT '', email CLOB NULL, phone CLOB NULL ); CREATE SEQUENCE ttag_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER ttag_inc BEFORE INSERT ON ttag REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT ttag_s.nextval INTO :NEW.ID_TAG FROM dual; END ttag_inc;; +CREATE OR REPLACE TRIGGER ttag_inc BEFORE INSERT ON ttag REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT ttag_s.nextval INTO :NEW.id_tag FROM dual; END ttag_inc;; -- --------------------------------------------------------------------- --- Table "ttag_module" +-- Table ttag_module -- --------------------------------------------------------------------- CREATE TABLE ttag_module ( - id_tag NUMBER(10, 0) NOT NULL, - id_agente_modulo NUMBER(10, 0) DEFAULT 0 NOT NULL, - id_policy_module NUMBER(10, 0) DEFAULT 0 NOT NULL, + id_tag NUMBER(10, 0), + id_agente_modulo NUMBER(10, 0) DEFAULT 0, + id_policy_module NUMBER(10, 0) DEFAULT 0, PRIMARY KEY (id_tag, id_agente_modulo) ); CREATE INDEX ttag_module_id_ag_modulo_idx ON ttag_module(id_agente_modulo); -- --------------------------------------------------------------------- --- Table "ttag_policy_module" +-- Table ttag_policy_module -- --------------------------------------------------------------------- CREATE TABLE ttag_policy_module ( - id_tag NUMBER(10, 0) NOT NULL, - id_policy_module NUMBER(10, 0) DEFAULT 0 NOT NULL, + id_tag NUMBER(10, 0), + id_policy_module NUMBER(10, 0) DEFAULT 0, PRIMARY KEY (id_tag, id_policy_module) ); CREATE INDEX ttag_poli_mod_id_pol_mo_idx ON ttag_policy_module(id_policy_module); -- ----------------------------------------------------- --- Table "tnetflow_filter" +-- Table tnetflow_filter -- ----------------------------------------------------- CREATE TABLE tnetflow_filter ( - id_sg NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_name VARCHAR2(600) NOT NULL, + id_sg NUMBER(10, 0) PRIMARY KEY, + id_name VARCHAR2(600), id_group NUMBER(10, 0), - ip_dst CLOB NOT NULL, - ip_src CLOB NOT NULL, - dst_port CLOB NOT NULL, - src_port CLOB NOT NULL, - advanced_filter CLOB NOT NULL, - filter_args CLOB NOT NULL, + ip_dst CLOB, + ip_src CLOB, + dst_port CLOB, + src_port CLOB, + advanced_filter CLOB, + filter_args CLOB, aggregate VARCHAR2(60), output VARCHAR2(60) ); CREATE SEQUENCE tnetflow_filter_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tnetflow_filter_inc BEFORE INSERT ON tnetflow_filter REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetflow_filter_s.nextval INTO :NEW.ID_SG FROM dual; END tnetflow_filter_inc;; +CREATE OR REPLACE TRIGGER tnetflow_filter_inc BEFORE INSERT ON tnetflow_filter REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetflow_filter_s.nextval INTO :NEW.id_sg FROM dual; END tnetflow_filter_inc;; -- ----------------------------------------------------- --- Table "tnetflow_report" +-- Table tnetflow_report -- ----------------------------------------------------- CREATE TABLE tnetflow_report ( - id_report NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_name VARCHAR2(100) NOT NULL, - description CLOB default '', - id_group NUMBER(10, 0) - server_name CLOB default '', + id_report NUMBER(10, 0) PRIMARY KEY, + id_name VARCHAR2(100), + description CLOB DEFAULT '', + id_group NUMBER(10, 0), + server_name CLOB DEFAULT '' ); CREATE SEQUENCE tnetflow_report_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tnetflow_report_inc BEFORE INSERT ON tnetflow_report REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetflow_report_s.nextval INTO :NEW.ID_REPORT FROM dual; END tnetflow_report_inc;; +CREATE OR REPLACE TRIGGER tnetflow_report_inc BEFORE INSERT ON tnetflow_report REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetflow_report_s.nextval INTO :NEW.id_report FROM dual; END tnetflow_report_inc;; -- ----------------------------------------------------- --- Table "tnetflow_report_content" +-- Table tnetflow_report_content -- ----------------------------------------------------- CREATE TABLE tnetflow_report_content ( -id_rc NUMBER(10, 0) NOT NULL PRIMARY KEY, -id_report NUMBER(10, 0) NOT NULL REFERENCES tnetflow_report(id_report) ON DELETE CASCADE, -id_filter NUMBER(10,0) NOT NULL REFERENCES tnetflow_filter(id_sg) ON DELETE CASCADE, -description CLOB default '', -"date" NUMBER(20, 0) default 0 NOT NULL, -period NUMBER(11, 0) default 0 NOT NULL, -max NUMBER(11, 0) default 0 NOT NULL, -show_graph VARCHAR2(60), -"order" NUMBER(11,0) default 0 NOT NULL + id_rc NUMBER(10, 0) PRIMARY KEY, + id_report NUMBER(10, 0) REFERENCES tnetflow_report(id_report) ON DELETE CASCADE, + id_filter NUMBER(10,0) REFERENCES tnetflow_filter(id_sg) ON DELETE CASCADE, + description CLOB DEFAULT '', + "date" NUMBER(20, 0) DEFAULT 0, + period NUMBER(11, 0) DEFAULT 0, + max NUMBER(11, 0) DEFAULT 0, + show_graph VARCHAR2(60), + "order" NUMBER(11,0) DEFAULT 0 ); CREATE SEQUENCE tnetflow_report_content_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tnetflow_report_content_inc BEFORE INSERT ON tnetflow_report_content REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetflow_report_content_s.nextval INTO :NEW.ID_RC FROM dual; END tnetflow_report_content_inc;; +CREATE OR REPLACE TRIGGER tnetflow_report_content_inc BEFORE INSERT ON tnetflow_report_content REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tnetflow_report_content_s.nextval INTO :NEW.id_rc FROM dual; END tnetflow_report_content_inc;; -- --------------------------------------------------------------------- -- Table `tevent_filter` -- --------------------------------------------------------------------- CREATE TABLE tevent_filter ( - id_filter NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_group_filter NUMBER(10, 0) default 0 NOT NULL, - id_name VARCHAR2(600) NOT NULL, - id_group NUMBER(10, 0) default 0 NOT NULL, - event_type CLOB default '' NOT NULL, - severity NUMBER(10, 0) default -1 NOT NULL, - status NUMBER(10, 0) default -1 NOT NULL, - search CLOB default '', - text_agent CLOB default '', - pagination NUMBER(10, 0) default 25 NOT NULL, - event_view_hr NUMBER(10, 0) default 8 NOT NULL, + id_filter NUMBER(10, 0) PRIMARY KEY, + id_group_filter NUMBER(10, 0) DEFAULT 0, + id_name VARCHAR2(600), + id_group NUMBER(10, 0) DEFAULT 0, + event_type CLOB DEFAULT '', + severity NUMBER(10, 0) DEFAULT -1, + status NUMBER(10, 0) DEFAULT -1, + search CLOB DEFAULT '', + text_agent CLOB DEFAULT '', + pagination NUMBER(10, 0) DEFAULT 25, + event_view_hr NUMBER(10, 0) DEFAULT 8, id_user_ack CLOB, - group_rep NUMBER(10, 0) default 0 NOT NULL, + group_rep NUMBER(10, 0) DEFAULT 0, tag_with CLOB, tag_without CLOB, - filter_only_alert NUMBER(10, 0) default -1 NOT NULL + filter_only_alert NUMBER(10, 0) DEFAULT -1 ); CREATE SEQUENCE tevent_filter_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tevent_filter_inc BEFORE INSERT ON tevent_filter REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tevent_filter_s.nextval INTO :NEW.ID_FILTER FROM dual; END tevent_filter_inc;; +CREATE OR REPLACE TRIGGER tevent_filter_inc BEFORE INSERT ON tevent_filter REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tevent_filter_s.nextval INTO :NEW.id_filter FROM dual; END tevent_filter_inc;; -- --------------------------------------------------------------------- -- Table `tpassword_history` -- --------------------------------------------------------------------- CREATE TABLE tpassword_history ( - id_pass NUMBER(10) NOT NULL PRIMARY KEY, - id_user varchar2(60) NOT NULL, - password varchar2(45) default '', - date_begin TIMESTAMP DEFAULT 0, - date_end TIMESTAMP DEFAULT 0 + id_pass NUMBER(10) PRIMARY KEY, + id_user varchar2(60), + password varchar2(45) DEFAULT '', + date_begin TIMESTAMP, + date_end TIMESTAMP ); CREATE SEQUENCE tpassword_history_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tpassword_history_inc BEFORE INSERT ON tpassword_history REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tpassword_history_s.nextval INTO :NEW.ID_PASS FROM dual; END tpassword_history_inc;; +CREATE OR REPLACE TRIGGER tpassword_history_inc BEFORE INSERT ON tpassword_history REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tpassword_history_s.nextval INTO :NEW.id_pass FROM dual; END tpassword_history_inc;; -- --------------------------------------------------------------------- -- Table `tevent_response` -- --------------------------------------------------------------------- CREATE TABLE tevent_response ( - id NUMBER(10) NOT NULL PRIMARY KEY, - name varchar2(600) NOT NULL default '', + id NUMBER(10) PRIMARY KEY, + name varchar2(600) DEFAULT '', description CLOB, target CLOB, - type varchar2(60) NOT NULL, - id_group MEDIUMINT(4) NOT NULL default 0, - modal_width NUMBER(10, 0) NOT NULL DEFAULT 0, - modal_height NUMBER(10, 0) NOT NULL DEFAULT 0, - new_window NUMBER(10, 0) NOT NULL DEFAULT 0, + type varchar2(60), + id_group NUMBER(10, 0) DEFAULT 0, + modal_width NUMBER(10, 0) DEFAULT 0, + modal_height NUMBER(10, 0) DEFAULT 0, + new_window NUMBER(10, 0) DEFAULT 0, params CLOB ); CREATE SEQUENCE tevent_response_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tevent_response_inc BEFORE INSERT ON tevent_response REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tevent_response_s.nextval INTO :NEW.ID FROM dual; END tevent_response_inc;; +CREATE OR REPLACE TRIGGER tevent_response_inc BEFORE INSERT ON tevent_response REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tevent_response_s.nextval INTO :NEW.id FROM dual; END tevent_response_inc;; -- --------------------------------------------------------------------- --- Table "tcategory" +-- Table tcategory -- --------------------------------------------------------------------- CREATE TABLE tcategory ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - name VARCHAR2(600) default '' NOT NULL + id NUMBER(10, 0) PRIMARY KEY, + name VARCHAR2(600) DEFAULT '' ); -- --------------------------------------------------------------------- -- Table `tupdate_settings` -- --------------------------------------------------------------------- CREATE TABLE tupdate_settings ( - key VARCHAR2(255) default '' PRIMARY KEY, - value VARCHAR2(255) default '' + key VARCHAR2(255) DEFAULT '' PRIMARY KEY, + value VARCHAR2(255) DEFAULT '' ); -- --------------------------------------------------------------------- -- Table `tupdate_package` -- --------------------------------------------------------------------- -CREATE TABLE tupdate_package( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - timestamp TIMESTAMP default NULL, - description VARCHAR2(255) default '' +CREATE TABLE tupdate_package ( + id NUMBER(10, 0) PRIMARY KEY, + timestamp TIMESTAMP DEFAULT NULL, + description VARCHAR2(255) DEFAULT '' ); CREATE SEQUENCE tupdate_package_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tupdate_package_inc BEFORE INSERT ON tupdate_package REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tupdate_package_s.nextval INTO :NEW.ID FROM dual; END tupdate_package_inc;; +CREATE OR REPLACE TRIGGER tupdate_package_inc BEFORE INSERT ON tupdate_package REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tupdate_package_s.nextval INTO :NEW.id FROM dual; END tupdate_package_inc;; -- --------------------------------------------------------------------- -- Table `tupdate` -- --------------------------------------------------------------------- CREATE TABLE tupdate ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, + id NUMBER(10, 0) PRIMARY KEY, type VARCHAR2(15), - id_update_package NUMBER(10, 0) default 0 REFERENCES tupdate_package(id) ON DELETE CASCADE, - filename VARCHAR2(250) default '', - checksum VARCHAR2(250) default '', - previous_checksum VARCHAR2(250) default '', - svn_version NUMBER(10, 0) default 0, - data CLOB default '', - data_rollback CLOB default '', - description CLOB default '', - db_table_name VARCHAR2(140) default '', - db_field_name VARCHAR2(140) default '', - db_field_value VARCHAR2(1024) default '', + id_update_package NUMBER(10, 0) DEFAULT 0 REFERENCES tupdate_package(id) ON DELETE CASCADE, + filename VARCHAR2(250) DEFAULT '', + checksum VARCHAR2(250) DEFAULT '', + previous_checksum VARCHAR2(250) DEFAULT '', + svn_version NUMBER(10, 0) DEFAULT 0, + data CLOB DEFAULT '', + data_rollback CLOB DEFAULT '', + description CLOB DEFAULT '', + db_table_name VARCHAR2(140) DEFAULT '', + db_field_name VARCHAR2(140) DEFAULT '', + db_field_value VARCHAR2(1024) DEFAULT '', CONSTRAINT tupdate_type_cons CHECK (type IN ('code', 'db_data', 'db_schema', 'binary')) ); CREATE SEQUENCE tupdate_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tupdate_inc BEFORE INSERT ON tupdate REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tupdate_s.nextval INTO :NEW.ID FROM dual; END;; -CREATE OR REPLACE TRIGGER tupdate_update AFTER UPDATE OF ID ON tupdate_package FOR EACH ROW BEGIN UPDATE tupdate SET ID_UPDATE_PACKAGE = :NEW.ID WHERE ID_UPDATE_PACKAGE = :OLD.ID; END;; +CREATE OR REPLACE TRIGGER tupdate_inc BEFORE INSERT ON tupdate REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tupdate_s.nextval INTO :NEW.id FROM dual; END;; +CREATE OR REPLACE TRIGGER tupdate_update AFTER UPDATE OF id on tupdate_package FOR EACH ROW BEGIN UPDATE tupdate SET id_update_package = :NEW.id WHERE id_update_package = :OLD.id; END;; -- --------------------------------------------------------------------- -- Table `tupdate_journal` -- --------------------------------------------------------------------- CREATE TABLE tupdate_journal ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_update NUMBER(10, 0) default 0 REFERENCES tupdate(id) ON DELETE CASCADE + id NUMBER(10, 0) PRIMARY KEY, + id_update NUMBER(10, 0) DEFAULT 0 REFERENCES tupdate(id) ON DELETE CASCADE ); CREATE SEQUENCE tupdate_journal_s INCREMENT BY 1 START WITH 1; -CREATE OR REPLACE TRIGGER tupdate_journal_inc BEFORE INSERT ON tupdate_journal REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tupdate_journal_s.nextval INTO :NEW.ID FROM dual; END;; -CREATE OR REPLACE TRIGGER tupdate_journal_update AFTER UPDATE OF ID ON tupdate FOR EACH ROW BEGIN UPDATE tupdate_journal SET ID = :NEW.ID WHERE ID = :OLD.ID; END;; +CREATE OR REPLACE TRIGGER tupdate_journal_inc BEFORE INSERT ON tupdate_journal REFERENCING NEW AS NEW FOR EACH ROW BEGIN SELECT tupdate_journal_s.nextval INTO :NEW.id FROM dual; END;; +CREATE OR REPLACE TRIGGER tupdate_journal_update AFTER UPDATE OF id on tupdate FOR EACH ROW BEGIN UPDATE tupdate_journal SET id = :NEW.id WHERE id = :OLD.id; END;; -- --------------------------------------------------------------------- -- Table talert_snmp_action -- --------------------------------------------------------------------- -CREATE TABLE talert_snmp_action ( - id NUMBER(10, 0) NOT NULL PRIMARY KEY, - id_alert_snmp NUMBER(10, 0) NOT NULL default 0, - alert_type NUMBER(2, 0) NOT NULL default 0, - al_field1 CLOB default '' NOT NULL, - al_field2 CLOB default '' NOT NULL, - al_field3 CLOB default '' NOT NULL, - al_field4 CLOB default '' NOT NULL, - al_field5 CLOB default '' NOT NULL, - al_field6 CLOB default '' NOT NULL, - al_field7 CLOB default '' NOT NULL, - al_field8 CLOB default '' NOT NULL, - al_field9 CLOB default '' NOT NULL, - al_field10 CLOB default '' NOT NULL +CREATE TABLE talert_snmp_action ( + id NUMBER(10, 0) PRIMARY KEY, + id_alert_snmp NUMBER(10, 0) DEFAULT 0, + alert_type NUMBER(2, 0) DEFAULT 0, + al_field1 CLOB DEFAULT '', + al_field2 CLOB DEFAULT '', + al_field3 CLOB DEFAULT '', + al_field4 CLOB DEFAULT '', + al_field5 CLOB DEFAULT '', + al_field6 CLOB DEFAULT '', + al_field7 CLOB DEFAULT '', + al_field8 CLOB DEFAULT '', + al_field9 CLOB DEFAULT '', + al_field10 CLOB DEFAULT '' ); -- --------------------------------------------------------------------- -- Table tsessions_php -- --------------------------------------------------------------------- CREATE TABLE tsessions_php ( - id_session VARCHAR2(52) NOT NULL PRIMARY KEY, - last_active NUMBER(20, 0) NOT NULL, - data CLOB default '' + id_session VARCHAR2(52) PRIMARY KEY, + last_active NUMBER(20, 0), + data CLOB DEFAULT '' );