1START TRANSACTION;
2INSERT INTO `users` (`userid`,`alias`,`name`,`surname`,`passwd`,`url`,`autologin`,`autologout`,`lang`,`refresh`,`type`,`theme`,`rows_per_page`) values ('1','Admin','Zabbix','Administrator','5fce1b3e34b520afeffb37ce08c7cd66','','1','0','en_GB','30s','3','default','50');
3INSERT INTO `users` (`userid`,`alias`,`name`,`surname`,`passwd`,`url`,`autologin`,`autologout`,`lang`,`refresh`,`type`,`theme`,`rows_per_page`) values ('2','guest','','','d41d8cd98f00b204e9800998ecf8427e','','0','15m','en_GB','30s','1','default','50');
4INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('1','Templates','0','0');
5INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('2','Linux servers','0','0');
6INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('4','Zabbix servers','0','0');
7INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('5','Discovered hosts','1','0');
8INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('6','Virtual machines','0','0');
9INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('7','Hypervisors','0','0');
10INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('8','Templates/Modules','0','0');
11INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('9','Templates/Network devices','0','0');
12INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('10','Templates/Operating systems','0','0');
13INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('11','Templates/Server hardware','0','0');
14INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('12','Templates/Applications','0','0');
15INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('13','Templates/Databases','0','0');
16INSERT INTO `hstgrp` (`groupid`,`name`,`internal`,`flags`) values ('14','Templates/Virtualization','0','0');
17INSERT INTO `drules` (`druleid`,`proxy_hostid`,`name`,`iprange`,`delay`,`status`) values ('2',NULL,'Local network','192.168.0.1-254','1h','1');
18INSERT INTO `dchecks` (`dcheckid`,`druleid`,`type`,`key_`,`snmp_community`,`ports`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`uniq`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`) values ('2','2','9','system.uname','','10050','','0','','','0','0','0','');
19INSERT INTO `media_type` (`mediatypeid`,`type`,`description`,`smtp_server`,`smtp_helo`,`smtp_email`,`exec_path`,`gsm_modem`,`username`,`passwd`,`status`,`smtp_port`,`smtp_security`,`smtp_verify_peer`,`smtp_verify_host`,`smtp_authentication`,`exec_params`,`maxsessions`,`maxattempts`,`attempt_interval`) values ('1','0','Email','mail.example.com','example.com','zabbix@example.com','','','','','0','25','0','0','0','0','','1','3','10s');
20INSERT INTO `media_type` (`mediatypeid`,`type`,`description`,`smtp_server`,`smtp_helo`,`smtp_email`,`exec_path`,`gsm_modem`,`username`,`passwd`,`status`,`smtp_port`,`smtp_security`,`smtp_verify_peer`,`smtp_verify_host`,`smtp_authentication`,`exec_params`,`maxsessions`,`maxattempts`,`attempt_interval`) values ('2','3','Jabber','','','','','','jabber@example.com','zabbix','0','25','0','0','0','0','','1','3','10s');
21INSERT INTO `media_type` (`mediatypeid`,`type`,`description`,`smtp_server`,`smtp_helo`,`smtp_email`,`exec_path`,`gsm_modem`,`username`,`passwd`,`status`,`smtp_port`,`smtp_security`,`smtp_verify_peer`,`smtp_verify_host`,`smtp_authentication`,`exec_params`,`maxsessions`,`maxattempts`,`attempt_interval`) values ('3','2','SMS','','','','','/dev/ttyS0','','','0','25','0','0','0','0','','1','3','10s');
22INSERT INTO `usrgrp` (`usrgrpid`,`name`,`gui_access`,`users_status`,`debug_mode`) values ('7','Zabbix administrators','0','0','0');
23INSERT INTO `usrgrp` (`usrgrpid`,`name`,`gui_access`,`users_status`,`debug_mode`) values ('8','Guests','1','0','0');
24INSERT INTO `usrgrp` (`usrgrpid`,`name`,`gui_access`,`users_status`,`debug_mode`) values ('9','Disabled','0','1','0');
25INSERT INTO `usrgrp` (`usrgrpid`,`name`,`gui_access`,`users_status`,`debug_mode`) values ('11','Enabled debug mode','0','0','1');
26INSERT INTO `usrgrp` (`usrgrpid`,`name`,`gui_access`,`users_status`,`debug_mode`) values ('12','No access to the frontend','3','0','0');
27INSERT INTO `users_groups` (`id`,`usrgrpid`,`userid`) values ('2','8','2');
28INSERT INTO `users_groups` (`id`,`usrgrpid`,`userid`) values ('3','9','2');
29INSERT INTO `users_groups` (`id`,`usrgrpid`,`userid`) values ('4','7','1');
30INSERT INTO `scripts` (`scriptid`,`name`,`command`,`host_access`,`usrgrpid`,`groupid`,`description`,`confirmation`,`type`,`execute_on`) values ('1','Ping','ping -c 3 {HOST.CONN}; case $? in [01]) true;; *) false;; esac','2',NULL,NULL,'','','0','2');
31INSERT INTO `scripts` (`scriptid`,`name`,`command`,`host_access`,`usrgrpid`,`groupid`,`description`,`confirmation`,`type`,`execute_on`) values ('2','Traceroute','/usr/sbin/traceroute {HOST.CONN}','2',NULL,NULL,'','','0','2');
32INSERT INTO `scripts` (`scriptid`,`name`,`command`,`host_access`,`usrgrpid`,`groupid`,`description`,`confirmation`,`type`,`execute_on`) values ('3','Detect operating system','sudo /usr/local/bin/nmap -O {HOST.CONN}','2','7',NULL,'','','0','2');
33INSERT INTO `actions` (`actionid`,`name`,`eventsource`,`evaltype`,`status`,`esc_period`,`def_shortdata`,`def_longdata`,`r_shortdata`,`r_longdata`,`formula`,`pause_suppressed`,`ack_shortdata`,`ack_longdata`) values ('2','Auto discovery. Linux servers.','1','0','1','0','','','','','','1','','');
34INSERT INTO `actions` (`actionid`,`name`,`eventsource`,`evaltype`,`status`,`esc_period`,`def_shortdata`,`def_longdata`,`r_shortdata`,`r_longdata`,`formula`,`pause_suppressed`,`ack_shortdata`,`ack_longdata`) values ('3','Report problems to Zabbix administrators','0','0','1','1h','Problem: {EVENT.NAME}','Problem started at {EVENT.TIME} on {EVENT.DATE}\r\nProblem name: {EVENT.NAME}\r\nHost: {HOST.NAME}\r\nSeverity: {EVENT.SEVERITY}\r\n\r\nOriginal problem ID: {EVENT.ID}\r\n{TRIGGER.URL}','Resolved: {EVENT.NAME}','Problem has been resolved at {EVENT.RECOVERY.TIME} on {EVENT.RECOVERY.DATE}\r\nProblem name: {EVENT.NAME}\r\nHost: {HOST.NAME}\r\nSeverity: {EVENT.SEVERITY}\r\n\r\nOriginal problem ID: {EVENT.ID}\r\n{TRIGGER.URL}','','1','Updated problem: {EVENT.NAME}','{USER.FULLNAME} {EVENT.UPDATE.ACTION} problem at {EVENT.UPDATE.DATE} {EVENT.UPDATE.TIME}.\r\n{EVENT.UPDATE.MESSAGE}\r\n\r\nCurrent problem status is {EVENT.STATUS}, acknowledged: {EVENT.ACK.STATUS}.');
35INSERT INTO `actions` (`actionid`,`name`,`eventsource`,`evaltype`,`status`,`esc_period`,`def_shortdata`,`def_longdata`,`r_shortdata`,`r_longdata`,`formula`,`pause_suppressed`,`ack_shortdata`,`ack_longdata`) values ('4','Report not supported items','3','0','1','1h','{ITEM.STATE}: {HOST.NAME}:{ITEM.NAME}','Host: {HOST.NAME}\r\nItem: {ITEM.NAME}\r\nKey: {ITEM.KEY}\r\nState: {ITEM.STATE}','{ITEM.STATE}: {HOST.NAME}:{ITEM.NAME}','Host: {HOST.NAME}\r\nItem: {ITEM.NAME}\r\nKey: {ITEM.KEY}\r\nState: {ITEM.STATE}','','1','','');
36INSERT INTO `actions` (`actionid`,`name`,`eventsource`,`evaltype`,`status`,`esc_period`,`def_shortdata`,`def_longdata`,`r_shortdata`,`r_longdata`,`formula`,`pause_suppressed`,`ack_shortdata`,`ack_longdata`) values ('5','Report not supported low level discovery rules','3','0','1','1h','{LLDRULE.STATE}: {HOST.NAME}:{LLDRULE.NAME}','Host: {HOST.NAME}\r\nLow level discovery rule: {LLDRULE.NAME}\r\nKey: {LLDRULE.KEY}\r\nState: {LLDRULE.STATE}','{LLDRULE.STATE}: {HOST.NAME}:{LLDRULE.NAME}','Host: {HOST.NAME}\r\nLow level discovery rule: {LLDRULE.NAME}\r\nKey: {LLDRULE.KEY}\r\nState: {LLDRULE.STATE}','','1','','');
37INSERT INTO `actions` (`actionid`,`name`,`eventsource`,`evaltype`,`status`,`esc_period`,`def_shortdata`,`def_longdata`,`r_shortdata`,`r_longdata`,`formula`,`pause_suppressed`,`ack_shortdata`,`ack_longdata`) values ('6','Report unknown triggers','3','0','1','1h','{TRIGGER.STATE}: {TRIGGER.NAME}','Trigger name: {TRIGGER.NAME}\r\nExpression: {TRIGGER.EXPRESSION}\r\nState: {TRIGGER.STATE}','{TRIGGER.STATE}: {TRIGGER.NAME}','Trigger name: {TRIGGER.NAME}\r\nExpression: {TRIGGER.EXPRESSION}\r\nState: {TRIGGER.STATE}','','1','','');
38INSERT INTO `operations` (`operationid`,`actionid`,`operationtype`,`esc_period`,`esc_step_from`,`esc_step_to`,`evaltype`,`recovery`) values ('1','2','6','0','1','1','0','0');
39INSERT INTO `operations` (`operationid`,`actionid`,`operationtype`,`esc_period`,`esc_step_from`,`esc_step_to`,`evaltype`,`recovery`) values ('2','2','4','0','1','1','0','0');
40INSERT INTO `operations` (`operationid`,`actionid`,`operationtype`,`esc_period`,`esc_step_from`,`esc_step_to`,`evaltype`,`recovery`) values ('3','3','0','0','1','1','0','0');
41INSERT INTO `operations` (`operationid`,`actionid`,`operationtype`,`esc_period`,`esc_step_from`,`esc_step_to`,`evaltype`,`recovery`) values ('4','4','0','0','1','1','0','0');
42INSERT INTO `operations` (`operationid`,`actionid`,`operationtype`,`esc_period`,`esc_step_from`,`esc_step_to`,`evaltype`,`recovery`) values ('5','5','0','0','1','1','0','0');
43INSERT INTO `operations` (`operationid`,`actionid`,`operationtype`,`esc_period`,`esc_step_from`,`esc_step_to`,`evaltype`,`recovery`) values ('6','6','0','0','1','1','0','0');
44INSERT INTO `operations` (`operationid`,`actionid`,`operationtype`,`esc_period`,`esc_step_from`,`esc_step_to`,`evaltype`,`recovery`) values ('7','3','11','0','1','1','0','1');
45INSERT INTO `operations` (`operationid`,`actionid`,`operationtype`,`esc_period`,`esc_step_from`,`esc_step_to`,`evaltype`,`recovery`) values ('8','4','11','0','1','1','0','1');
46INSERT INTO `operations` (`operationid`,`actionid`,`operationtype`,`esc_period`,`esc_step_from`,`esc_step_to`,`evaltype`,`recovery`) values ('9','5','11','0','1','1','0','1');
47INSERT INTO `operations` (`operationid`,`actionid`,`operationtype`,`esc_period`,`esc_step_from`,`esc_step_to`,`evaltype`,`recovery`) values ('10','6','11','0','1','1','0','1');
48INSERT INTO `opmessage` (`operationid`,`default_msg`,`subject`,`message`,`mediatypeid`) values ('3','1','Problem: {EVENT.NAME}','Problem started at {EVENT.TIME} on {EVENT.DATE}\r\nProblem name: {EVENT.NAME}\r\nHost: {HOST.NAME}\r\nSeverity: {EVENT.SEVERITY}\r\n\r\nOriginal problem ID: {EVENT.ID}\r\n{TRIGGER.URL}',NULL);
49INSERT INTO `opmessage` (`operationid`,`default_msg`,`subject`,`message`,`mediatypeid`) values ('4','1','','',NULL);
50INSERT INTO `opmessage` (`operationid`,`default_msg`,`subject`,`message`,`mediatypeid`) values ('5','1','','',NULL);
51INSERT INTO `opmessage` (`operationid`,`default_msg`,`subject`,`message`,`mediatypeid`) values ('6','1','','',NULL);
52INSERT INTO `opmessage` (`operationid`,`default_msg`,`subject`,`message`,`mediatypeid`) values ('7','1','Resolved: {EVENT.NAME}','Problem has been resolved at {EVENT.RECOVERY.TIME} on {EVENT.RECOVERY.DATE}\r\nProblem name: {EVENT.NAME}\r\nHost: {HOST.NAME}\r\nSeverity: {EVENT.SEVERITY}\r\n\r\nOriginal problem ID: {EVENT.ID}\r\n{TRIGGER.URL}',NULL);
53INSERT INTO `opmessage` (`operationid`,`default_msg`,`subject`,`message`,`mediatypeid`) values ('8','1','{ITEM.STATE}: {HOST.NAME}:{ITEM.NAME}','Host: {HOST.NAME}\r\nItem: {ITEM.NAME}\r\nKey: {ITEM.KEY}\r\nState: {ITEM.STATE}',NULL);
54INSERT INTO `opmessage` (`operationid`,`default_msg`,`subject`,`message`,`mediatypeid`) values ('9','1','{LLDRULE.STATE}: {HOST.NAME}:{LLDRULE.NAME}','Host: {HOST.NAME}\r\nLow level discovery rule: {LLDRULE.NAME}\r\nKey: {LLDRULE.KEY}\r\nState: {LLDRULE.STATE}',NULL);
55INSERT INTO `opmessage` (`operationid`,`default_msg`,`subject`,`message`,`mediatypeid`) values ('10','1','{TRIGGER.STATE}: {TRIGGER.NAME}','Trigger name: {TRIGGER.NAME}\r\nExpression: {TRIGGER.EXPRESSION}\r\nState: {TRIGGER.STATE}',NULL);
56INSERT INTO `opmessage_grp` (`opmessage_grpid`,`operationid`,`usrgrpid`) values ('1','3','7');
57INSERT INTO `opmessage_grp` (`opmessage_grpid`,`operationid`,`usrgrpid`) values ('2','4','7');
58INSERT INTO `opmessage_grp` (`opmessage_grpid`,`operationid`,`usrgrpid`) values ('3','5','7');
59INSERT INTO `opmessage_grp` (`opmessage_grpid`,`operationid`,`usrgrpid`) values ('4','6','7');
60INSERT INTO `opgroup` (`opgroupid`,`operationid`,`groupid`) values ('1','2','2');
61INSERT INTO `conditions` (`conditionid`,`actionid`,`conditiontype`,`operator`,`value`,`value2`) values ('2','2','10','0','0','');
62INSERT INTO `conditions` (`conditionid`,`actionid`,`conditiontype`,`operator`,`value`,`value2`) values ('3','2','8','0','9','');
63INSERT INTO `conditions` (`conditionid`,`actionid`,`conditiontype`,`operator`,`value`,`value2`) values ('4','2','12','2','Linux','');
64INSERT INTO `conditions` (`conditionid`,`actionid`,`conditiontype`,`operator`,`value`,`value2`) values ('6','4','23','0','0','');
65INSERT INTO `conditions` (`conditionid`,`actionid`,`conditiontype`,`operator`,`value`,`value2`) values ('7','5','23','0','2','');
66INSERT INTO `conditions` (`conditionid`,`actionid`,`conditiontype`,`operator`,`value`,`value2`) values ('8','6','23','0','4','');
67INSERT INTO `config` (`configid`,`refresh_unsupported`,`work_period`,`alert_usrgrpid`,`discovery_groupid`) values ('1','10m','1-5,09:00-18:00','7','5');
68INSERT INTO `graph_theme` (`graphthemeid`,`theme`,`backgroundcolor`,`graphcolor`,`gridcolor`,`maingridcolor`,`gridbordercolor`,`textcolor`,`highlightcolor`,`leftpercentilecolor`,`rightpercentilecolor`,`nonworktimecolor`,`colorpalette`) values ('1','blue-theme','FFFFFF','FFFFFF','CCD5D9','ACBBC2','ACBBC2','1F2C33','E33734','429E47','E33734','EBEBEB','1A7C11,F63100,2774A4,A54F10,FC6EA3,6C59DC,AC8C14,611F27,F230E0,5CCD18,BB2A02,5A2B57,89ABF8,7EC25C,274482,2B5429,8048B4,FD5434,790E1F,87AC4D,E89DF4');
69INSERT INTO `graph_theme` (`graphthemeid`,`theme`,`backgroundcolor`,`graphcolor`,`gridcolor`,`maingridcolor`,`gridbordercolor`,`textcolor`,`highlightcolor`,`leftpercentilecolor`,`rightpercentilecolor`,`nonworktimecolor`,`colorpalette`) values ('2','dark-theme','2B2B2B','2B2B2B','454545','4F4F4F','4F4F4F','F2F2F2','E45959','59DB8F','E45959','333333','199C0D,F63100,2774A4,F7941D,FC6EA3,6C59DC,C7A72D,BA2A5D,F230E0,5CCD18,BB2A02,AC41A5,89ABF8,7EC25C,3165D5,79A277,AA73DE,FD5434,F21C3E,87AC4D,E89DF4');
70INSERT INTO `graph_theme` (`graphthemeid`,`theme`,`backgroundcolor`,`graphcolor`,`gridcolor`,`maingridcolor`,`gridbordercolor`,`textcolor`,`highlightcolor`,`leftpercentilecolor`,`rightpercentilecolor`,`nonworktimecolor`,`colorpalette`) values ('3','hc-light','FFFFFF','FFFFFF','555555','000000','333333','000000','333333','000000','000000','EBEBEB','1A7C11,F63100,2774A4,A54F10,FC6EA3,6C59DC,AC8C14,611F27,F230E0,5CCD18,BB2A02,5A2B57,89ABF8,7EC25C,274482,2B5429,8048B4,FD5434,790E1F,87AC4D,E89DF4');
71INSERT INTO `graph_theme` (`graphthemeid`,`theme`,`backgroundcolor`,`graphcolor`,`gridcolor`,`maingridcolor`,`gridbordercolor`,`textcolor`,`highlightcolor`,`leftpercentilecolor`,`rightpercentilecolor`,`nonworktimecolor`,`colorpalette`) values ('4','hc-dark','000000','000000','666666','888888','4F4F4F','FFFFFF','FFFFFF','FFFFFF','FFFFFF','333333','199C0D,F63100,2774A4,F7941D,FC6EA3,6C59DC,C7A72D,BA2A5D,F230E0,5CCD18,BB2A02,AC41A5,89ABF8,7EC25C,3165D5,79A277,AA73DE,FD5434,F21C3E,87AC4D,E89DF4');
72INSERT INTO `globalmacro` (`globalmacroid`,`macro`,`value`) values ('2','{$SNMP_COMMUNITY}','public');
73INSERT INTO `regexps` (`regexpid`,`name`,`test_string`) values ('1','File systems for discovery','ext3');
74INSERT INTO `regexps` (`regexpid`,`name`,`test_string`) values ('2','Network interfaces for discovery','eth0');
75INSERT INTO `regexps` (`regexpid`,`name`,`test_string`) values ('3','Storage devices for SNMP discovery','/boot');
76INSERT INTO `regexps` (`regexpid`,`name`,`test_string`) values ('4','Windows service names for discovery','SysmonLog');
77INSERT INTO `regexps` (`regexpid`,`name`,`test_string`) values ('5','Windows service startup states for discovery','automatic');
78INSERT INTO `expressions` (`expressionid`,`regexpid`,`expression`,`expression_type`,`exp_delimiter`,`case_sensitive`) values ('1','1','^(btrfs|ext2|ext3|ext4|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|apfs|refs|ntfs|fat32|zfs)$','3',',','0');
79INSERT INTO `expressions` (`expressionid`,`regexpid`,`expression`,`expression_type`,`exp_delimiter`,`case_sensitive`) values ('3','3','^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space)$','4',',','1');
80INSERT INTO `expressions` (`expressionid`,`regexpid`,`expression`,`expression_type`,`exp_delimiter`,`case_sensitive`) values ('5','4','^(MMCSS|gupdate|SysmonLog|clr_optimization_v2.0.50727_32|clr_optimization_v4.0.30319_32)$','4',',','1');
81INSERT INTO `expressions` (`expressionid`,`regexpid`,`expression`,`expression_type`,`exp_delimiter`,`case_sensitive`) values ('6','5','^(automatic|automatic delayed)$','3',',','1');
82INSERT INTO `expressions` (`expressionid`,`regexpid`,`expression`,`expression_type`,`exp_delimiter`,`case_sensitive`) values ('7','2','^Software Loopback Interface','4',',','1');
83INSERT INTO `expressions` (`expressionid`,`regexpid`,`expression`,`expression_type`,`exp_delimiter`,`case_sensitive`) values ('8','2','^(In)?[Ll]oop[Bb]ack[0-9._]*$','4',',','1');
84INSERT INTO `expressions` (`expressionid`,`regexpid`,`expression`,`expression_type`,`exp_delimiter`,`case_sensitive`) values ('9','2','^NULL[0-9.]*$','4',',','1');
85INSERT INTO `expressions` (`expressionid`,`regexpid`,`expression`,`expression_type`,`exp_delimiter`,`case_sensitive`) values ('10','2','^[Ll]o[0-9.]*$','4',',','1');
86INSERT INTO `expressions` (`expressionid`,`regexpid`,`expression`,`expression_type`,`exp_delimiter`,`case_sensitive`) values ('11','2','^[Ss]ystem$','4',',','1');
87INSERT INTO `expressions` (`expressionid`,`regexpid`,`expression`,`expression_type`,`exp_delimiter`,`case_sensitive`) values ('12','2','^Nu[0-9.]*$','4',',','1');
88INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10001',NULL,'Template OS Linux','3','-1','2','','','Template OS Linux','0',NULL,'','1','1','','','','','','1');
89INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10047',NULL,'Template App Zabbix Server','3','-1','2','','','Template App Zabbix Server','0',NULL,'','1','1','','','','','','1');
90INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10048',NULL,'Template App Zabbix Proxy','3','-1','2','','','Template App Zabbix Proxy','0',NULL,'','1','1','','','','','','1');
91INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10050',NULL,'Template App Zabbix Agent','3','-1','2','','','Template App Zabbix Agent','0',NULL,'','1','1','','','','','','1');
92INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10074',NULL,'Template OS OpenBSD','3','-1','2','','','Template OS OpenBSD','0',NULL,'','1','1','','','','','','1');
93INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10075',NULL,'Template OS FreeBSD','3','-1','2','','','Template OS FreeBSD','0',NULL,'','1','1','','','','','','1');
94INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10076',NULL,'Template OS AIX','3','-1','2','','','Template OS AIX','0',NULL,'','1','1','','','','','','1');
95INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10077',NULL,'Template OS HP-UX','3','-1','2','','','Template OS HP-UX','0',NULL,'','1','1','','','','','','1');
96INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10078',NULL,'Template OS Solaris','3','-1','2','','','Template OS Solaris','0',NULL,'','1','1','','','','','','1');
97INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10079',NULL,'Template OS Mac OS X','3','-1','2','','','Template OS Mac OS X','0',NULL,'','1','1','','','','','','1');
98INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10081',NULL,'Template OS Windows','3','-1','2','','','Template OS Windows','0',NULL,'','1','1','','','','','','1');
99INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10084',NULL,'Zabbix server','0','-1','2','','','Zabbix server','0',NULL,'','1','1','','','','','','1');
100INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10093',NULL,'Template App FTP Service','3','-1','2','','','Template App FTP Service','0',NULL,'','1','1','','','','','','1');
101INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10094',NULL,'Template App HTTP Service','3','-1','2','','','Template App HTTP Service','0',NULL,'','1','1','','','','','','1');
102INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10095',NULL,'Template App HTTPS Service','3','-1','2','','','Template App HTTPS Service','0',NULL,'','1','1','','','','','','1');
103INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10096',NULL,'Template App IMAP Service','3','-1','2','','','Template App IMAP Service','0',NULL,'','1','1','','','','','','1');
104INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10097',NULL,'Template App LDAP Service','3','-1','2','','','Template App LDAP Service','0',NULL,'','1','1','','','','','','1');
105INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10098',NULL,'Template App NNTP Service','3','-1','2','','','Template App NNTP Service','0',NULL,'','1','1','','','','','','1');
106INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10099',NULL,'Template App NTP Service','3','-1','2','','','Template App NTP Service','0',NULL,'','1','1','','','','','','1');
107INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10100',NULL,'Template App POP Service','3','-1','2','','','Template App POP Service','0',NULL,'','1','1','','','','','','1');
108INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10101',NULL,'Template App SMTP Service','3','-1','2','','','Template App SMTP Service','0',NULL,'','1','1','','','','','','1');
109INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10102',NULL,'Template App SSH Service','3','-1','2','','','Template App SSH Service','0',NULL,'','1','1','','','','','','1');
110INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10103',NULL,'Template App Telnet Service','3','-1','2','','','Template App Telnet Service','0',NULL,'','1','1','','','','','','1');
111INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10169',NULL,'Template App Generic Java JMX','3','-1','2','','','Template App Generic Java JMX','0',NULL,'Template tooling version used: 0.38','1','1','','','','','','1');
112INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10170',NULL,'Template DB MySQL','3','-1','2','','','Template DB MySQL','0',NULL,'','1','1','','','','','','1');
113INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10171',NULL,'Template Server Intel SR1530 IPMI','3','-1','2','','','Template Server Intel SR1530 IPMI','0',NULL,'','1','1','','','','','','1');
114INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10172',NULL,'Template Server Intel SR1630 IPMI','3','-1','2','','','Template Server Intel SR1630 IPMI','0',NULL,'','1','1','','','','','','1');
115INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10173',NULL,'Template VM VMware','3','-1','2','','','Template VM VMware','0',NULL,'You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/\r\n\r\nTemplate tooling version used: 0.38','1','1','','','','','','1');
116INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10174',NULL,'Template VM VMware Guest','3','-1','2','','','Template VM VMware Guest','0',NULL,'Template tooling version used: 0.38','1','1','','','','','','1');
117INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10175',NULL,'Template VM VMware Hypervisor','3','-1','2','','','Template VM VMware Hypervisor','0',NULL,'Template tooling version used: 0.38','1','1','','','','','','1');
118INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10182',NULL,'Template Module EtherLike-MIB SNMPv1','3','-1','2','','','Template Module EtherLike-MIB SNMPv1','0',NULL,'Template EtherLike-MIB (duplex control only) version: 0.15\r\nMIBs used:\r\nEtherLike-MIB','1','1','','','','','','1');
119INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10183',NULL,'Template Module EtherLike-MIB SNMPv2','3','-1','2','','','Template Module EtherLike-MIB SNMPv2','0',NULL,'Template EtherLike-MIB (duplex control only) version: 0.15\r\nMIBs used:\r\nEtherLike-MIB','1','1','','','','','','1');
120INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10184',NULL,'Template Module HOST-RESOURCES-MIB SNMPv1','3','-1','2','','','Template Module HOST-RESOURCES-MIB SNMPv1','0',NULL,'HOST-RESOURCES-MIB: CPU, memory and storage(vfs.fs.file) linked together.\r\n\r\nTemplate tooling version used: 0.33','1','1','','','','','','1');
121INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10185',NULL,'Template Module HOST-RESOURCES-MIB SNMPv2','3','-1','2','','','Template Module HOST-RESOURCES-MIB SNMPv2','0',NULL,'HOST-RESOURCES-MIB: CPU, memory and storage(vfs.fs.file) linked together.\r\n\r\nTemplate tooling version used: 0.33','1','1','','','','','','1');
122INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10186',NULL,'Template Module ICMP Ping','3','-1','2','','','Template Module ICMP Ping','0',NULL,'Template Module ICMP Ping version: 0.15','1','1','','','','','','1');
123INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10187',NULL,'Template Module Interfaces Simple SNMPv1','3','-1','2','','','Template Module Interfaces Simple SNMPv1','0',NULL,'Template Module Interfaces Simple (no ifXTable). This is the exact copy of Template Module Interfaces template with the exception that metrics from ifXTable are replaced with ifTable counters where possible. Use this template with devices where IF-MIB::ifXtable is not available. If supported by the host - use Template Module Interfaces template instead.\r\n\r\nMIBs used:\r\nIF-MIB\r\n\r\nKnown Issues:\r\n\r\n  Description: 32bit counters are used in this template (since there is no ifXtable available). If busy interfaces return incorrect bits sent/received - set update interval to 1m or less.\r\n\r\nTemplate tooling version used: 0.36','1','1','','','','','','1');
124INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10188',NULL,'Template Module Interfaces Simple SNMPv2','3','-1','2','','','Template Module Interfaces Simple SNMPv2','0',NULL,'Template Module Interfaces Simple (no ifXTable). This is the exact copy of Template Module Interfaces template with the exception that metrics from ifXTable are replaced with ifTable counters where possible. Use this template with devices where IF-MIB::ifXtable is not available. If supported by the host - use Template Module Interfaces template instead.\r\n\r\nMIBs used:\r\nIF-MIB\r\n\r\nKnown Issues:\r\n\r\n  Description: 32bit counters are used in this template (since there is no ifXtable available). If busy interfaces return incorrect bits sent/received - set update interval to 1m or less.\r\n\r\nTemplate tooling version used: 0.36','1','1','','','','','','1');
125INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10189',NULL,'Template Module Interfaces SNMPv1','3','-1','2','','','Template Module Interfaces SNMPv1','0',NULL,'Template Module Interfaces\r\n\r\nMIBs used:\r\nIF-MIB\r\n\r\nTemplate tooling version used: 0.36','1','1','','','','','','1');
126INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10190',NULL,'Template Module Interfaces SNMPv2','3','-1','2','','','Template Module Interfaces SNMPv2','0',NULL,'Template Module Interfaces\r\n\r\nMIBs used:\r\nIF-MIB\r\n\r\nTemplate tooling version used: 0.36','1','1','','','','','','1');
127INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10192',NULL,'Template Module Interfaces Windows SNMPv2','3','-1','2','','','Template Module Interfaces Windows SNMPv2','0',NULL,'Template Interfaces Windows\r\n\r\nMIBs used:\r\nIF-MIB\r\n\r\nKnown Issues:\r\n\r\n  Description: 32bit counters are used in this template (since 64bit are not supported by Windows OS). If busy interfaces return incorrect bits sent/received - set update interval to 1m or less.\r\n\r\nTemplate tooling version used: 0.36','1','1','','','','','','1');
128INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10203',NULL,'Template Module Generic SNMPv1','3','-1','2','','','Template Module Generic SNMPv1','0',NULL,'Template Module Generic version: 0.15\r\nMIBs used:\r\nSNMPv2-MIB','1','1','','','','','','1');
129INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10204',NULL,'Template Module Generic SNMPv2','3','-1','2','','','Template Module Generic SNMPv2','0',NULL,'Template Module Generic version: 0.15\r\nMIBs used:\r\nSNMPv2-MIB','1','1','','','','','','1');
130INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10207',NULL,'Template Net Alcatel Timetra TiMOS SNMPv2','3','-1','2','','','Template Net Alcatel Timetra TiMOS SNMPv2','0',NULL,'Template Net Alcatel Timetra TiMOS version: 0.15\r\nMIBs used:\r\nTIMETRA-CHASSIS-MIB\r\nTIMETRA-SYSTEM-MIB\r\nSNMPv2-MIB','1','1','','','','','','1');
131INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10208',NULL,'Template Net Brocade FC SNMPv2','3','-1','2','','','Template Net Brocade FC SNMPv2','0',NULL,'Template Net Brocade FC version: 0.15\r\nOverview: https://community.brocade.com/dtscp75322/attachments/dtscp75322/fibre/25235/1/FOS_MIB_Reference_v740.pdf\r\nMIBs used:\r\nSW-MIB\r\nKnown Issues:\r\ndescription : no IF-MIB::ifAlias is available\r\nversion : v6.3.1c, v7.0.0c,  v7.4.1c\r\ndevice : all','1','1','','','','','','1');
132INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10209',NULL,'Template Module Brocade_Foundry Performance SNMPv2','3','-1','2','','','Template Module Brocade_Foundry Performance SNMPv2','0',NULL,'Template Module Brocade_Foundry Performance version: 0.15\r\nMIBs used:\r\nFOUNDRY-SN-AGENT-MIB','1','1','','','','','','1');
133INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10210',NULL,'Template Net Brocade_Foundry Nonstackable SNMPv2','3','-1','2','','','Template Net Brocade_Foundry Nonstackable SNMPv2','0',NULL,'Template Net Brocade_Foundry Nonstackable version: 0.15\r\nOverview: For devices(old Foundry devices, MLXe and so on) that doesn\'t support Stackable SNMP Tables: snChasFan2Table, snChasPwrSupply2Table,snAgentTemp2Table -\r\nFOUNDRY-SN-AGENT-MIB::snChasFanTable, snChasPwrSupplyTable,snAgentTempTable are used instead.\r\nFor example:\r\nThe objects in table snChasPwrSupply2Table is not supported on the NetIron and the FastIron SX devices.\r\nsnChasFan2Table is not supported on  on the NetIron devices.\r\nsnAgentTemp2Table is not supported on old versions of MLXe\r\nMIBs used:\r\nFOUNDRY-SN-AGENT-MIB','1','1','','','','','','1');
134INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10211',NULL,'Template Net Brocade_Foundry Stackable SNMPv2','3','-1','2','','','Template Net Brocade_Foundry Stackable SNMPv2','0',NULL,'Template Brocade_Foundry Stackable version: 0.15\r\nOverview: For devices(most of the IronWare Brocade devices) that support Stackable SNMP Tables in FOUNDRY-SN-AGENT-MIB: snChasFan2Table, snChasPwrSupply2Table,snAgentTemp2Table - so objects from all Stack members are provided.\r\nMIBs used:\r\nFOUNDRY-SN-AGENT-MIB\r\nFOUNDRY-SN-STACKING-MIB\r\nKnown Issues:\r\ndescription : Correct fan(returns fan status as \'other(1)\' and temperature (returns 0) for the non-master Switches are not available in SNMP\r\nversion : Version 08.0.40b and above\r\ndevice : ICX 7750 in stack','1','1','','','','','','1');
135INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10212',NULL,'Template Module Cisco CISCO-MEMORY-POOL-MIB SNMPv2','3','-1','2','','','Template Module Cisco CISCO-MEMORY-POOL-MIB SNMPv2','0',NULL,'Template Cisco CISCO-MEMORY-POOL-MIB\r\n\r\nMIBs used:\r\nCISCO-MEMORY-POOL-MIB\r\n\r\nTemplate tooling version used: 0.35','1','1','','','','','','1');
136INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10213',NULL,'Template Module Cisco CISCO-PROCESS-MIB SNMPv2','3','-1','2','','','Template Module Cisco CISCO-PROCESS-MIB SNMPv2','0',NULL,'Template Cisco CISCO-PROCESS-MIB\r\n\r\nMIBs used:\r\nCISCO-PROCESS-MIB\r\n\r\nTemplate tooling version used: 0.35','1','1','','','','','','1');
137INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10215',NULL,'Template Module Cisco OLD-CISCO-CPU-MIB SNMPv2','3','-1','2','','','Template Module Cisco OLD-CISCO-CPU-MIB SNMPv2','0',NULL,'Template Cisco OLD-CISCO-CPU-MIB\r\n\r\nMIBs used:\r\nOLD-CISCO-CPU-MIB\r\n\r\nTemplate tooling version used: 0.35','1','1','','','','','','1');
138INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10216',NULL,'Template Module Cisco Inventory SNMPv2','3','-1','2','','','Template Module Cisco Inventory SNMPv2','0',NULL,'Template Cisco Inventory\r\n\r\nMIBs used:\r\nENTITY-MIB\r\nSNMPv2-MIB\r\n\r\nTemplate tooling version used: 0.35','1','1','','','','','','1');
139INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10217',NULL,'Template Module Cisco CISCO-ENVMON-MIB SNMPv2','3','-1','2','','','Template Module Cisco CISCO-ENVMON-MIB SNMPv2','0',NULL,'Template Cisco CISCO-ENVMON-MIB\r\n\r\nMIBs used:\r\nCISCO-ENVMON-MIB\r\n\r\nTemplate tooling version used: 0.35','1','1','','','','','','1');
140INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10218',NULL,'Template Net Cisco IOS SNMPv2','3','-1','2','','','Template Net Cisco IOS SNMPv2','0',NULL,'Template Cisco IOS Software releases 12.2(3.5) or later\r\n\r\nKnown Issues:\r\n\r\n  Description: no if(in|out)(Errors|Discards) are available for vlan ifType\r\n  Version: IOS for example: 12.1(22)EA11, 15.4(3)M2\r\n  Device: C2911, C7600\r\n\r\nTemplate tooling version used: 0.35','1','1','','','','','','1');
141INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10220',NULL,'Template Net Cisco IOS prior to 12.0_3_T SNMPv2','3','-1','2','','','Template Net Cisco IOS prior to 12.0_3_T SNMPv2','0',NULL,'Cisco IOS Software releases prior to 12.0(3)T\r\n\r\nTemplate tooling version used: 0.35','1','1','','','','','','1');
142INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10221',NULL,'Template Net Dell Force S-Series SNMPv2','3','-1','2','','','Template Net Dell Force S-Series SNMPv2','0',NULL,'Template Dell Force S-Series version: 0.15\r\nMIBs used:\r\nF10-S-SERIES-CHASSIS-MIB','1','1','','','','','','1');
143INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10222',NULL,'Template Net D-Link DES 7200 SNMPv2','3','-1','2','','','Template Net D-Link DES 7200 SNMPv2','0',NULL,'Template D-Link DES 7200 version: 0.15\r\nMIBs used:\r\nMY-PROCESS-MIB\r\nSNMPv2-MIB\r\nMY-MEMORY-MIB\r\nENTITY-MIB\r\nMY-SYSTEM-MIB','1','1','','','','','','1');
144INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10223',NULL,'Template Net D-Link DES_DGS Switch SNMPv2','3','-1','2','','','Template Net D-Link DES_DGS Switch SNMPv2','0',NULL,'Template D-Link DES_DGS Switch version: 0.15\r\nMIBs used:\r\nDLINK-AGENT-MIB\r\nSNMPv2-MIB\r\nENTITY-MIB\r\nEQUIPMENT-MIB\r\nKnown Issues:\r\ndescription : D-Link reports missing PSU as fail(4)\r\nversion : Firmware: 1.73R008,hardware revision: B1\r\ndevice : DGS-3420-26SC Gigabit Ethernet Switch','1','1','','','','','','1');
145INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10224',NULL,'Template Net Extreme EXOS SNMPv2','3','-1','2','','','Template Net Extreme EXOS SNMPv2','0',NULL,'Template Extreme EXOS version: 0.15\r\nMIBs used:\r\nEXTREME-SOFTWARE-MONITOR-MIB\r\nEXTREME-SYSTEM-MIB\r\nENTITY-MIB','1','1','','','','','','1');
146INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10225',NULL,'Template Net Network Generic Device SNMPv1','3','-1','2','','','Template Net Network Generic Device SNMPv1','0',NULL,'Template Net Network Generic Device version: 0.15\r\nOverview: Use this template if you can\'t find the template for specific vendor or device family.','1','1','','','','','','1');
147INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10226',NULL,'Template Net Network Generic Device SNMPv2','3','-1','2','','','Template Net Network Generic Device SNMPv2','0',NULL,'Template Net Network Generic Device version: 0.15\r\nOverview: Use this template if you can\'t find the template for specific vendor or device family.','1','1','','','','','','1');
148INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10227',NULL,'Template Net HP Comware HH3C SNMPv2','3','-1','2','','','Template Net HP Comware HH3C SNMPv2','0',NULL,'Template Net HP Comware (HH3C) version: 0.15\r\nOverview: http://certifiedgeek.weebly.com/blog/hp-comware-snmp-mib-for-cpu-memory-and-temperature\r\nhttp://www.h3c.com.hk/products___solutions/technology/system_management/configuration_example/200912/656451_57_0.htm\r\nMIBs used:\r\nENTITY-MIB\r\nHH3C-ENTITY-EXT-MIB\r\nKnown Issues:\r\ndescription : No temperature sensors. All entities of them return 0 for HH3C-ENTITY-EXT-MIB::hh3cEntityExtTemperature\r\nversion : 1910-48 Switch Software Version 5.20.99, Release 1116 Copyright(c)2010-2016 Hewlett Packard Enterprise Development LP\r\ndevice : HP 1910-48','1','1','','','','','','1');
149INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10229',NULL,'Template Net Huawei VRP SNMPv2','3','-1','2','','','Template Net Huawei VRP SNMPv2','0',NULL,'Template Net Huawei VRP version: 0.15\r\nOverview: Reference: https://www.slideshare.net/Huanetwork/huawei-s5700-naming-conventions-and-port-numbering-conventions\r\nReference: http://support.huawei.com/enterprise/KnowledgebaseReadAction.action?contentId=KB1000090234\r\nMIBs used:\r\nHUAWEI-ENTITY-EXTENT-MIB\r\nENTITY-MIB','1','1','','','','','','1');
150INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10230',NULL,'Template Net Intel_Qlogic Infiniband SNMPv2','3','-1','2','','','Template Net Intel_Qlogic Infiniband SNMPv2','0',NULL,'Template Net Intel_Qlogic Infiniband version: 0.15\r\nMIBs used:\r\nICS-CHASSIS-MIB','1','1','','','','','','1');
151INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10231',NULL,'Template Net Juniper SNMPv2','3','-1','2','','','Template Net Juniper SNMPv2','0',NULL,'Template Net Juniper\r\n\r\nMIBs used:\r\nJUNIPER-ALARM-MIB\r\nJUNIPER-MIB\r\nSNMPv2-MIB\r\n\r\nTemplate tooling version used: 0.23','1','1','','','','','','1');
152INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10233',NULL,'Template Net Mikrotik SNMPv2','3','-1','2','','','Template Net Mikrotik SNMPv2','0',NULL,'Template Net Mikrotik version: 0.15\r\nMIBs used:\r\nHOST-RESOURCES-MIB\r\nMIKROTIK-MIB\r\nKnown Issues:\r\ndescription : Doesn\'t have ifHighSpeed filled. fixed in more recent versions\r\nversion : RotuerOS 6.28 or lower\r\ndevice : \r\ndescription : Doesn\'t have any temperature sensors\r\nversion : RotuerOS 6.38.5\r\ndevice : Mikrotik 941-2nD, Mikrotik 951G-2HnD','1','1','','','','','','1');
153INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10234',NULL,'Template Net Netgear Fastpath SNMPv2','3','-1','2','','','Template Net Netgear Fastpath SNMPv2','0',NULL,'Template Net Netgear Fastpath version: 0.15\r\nOverview: https://kb.netgear.com/24352/MIBs-for-Smart-switches\r\nMIBs used:\r\nFASTPATH-SWITCHING-MIB\r\nFASTPATH-BOXSERVICES-PRIVATE-MIB','1','1','','','','','','1');
154INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10235',NULL,'Template Net QTech QSW SNMPv2','3','-1','2','','','Template Net QTech QSW SNMPv2','0',NULL,'Template Net QTech QSW version: 0.15\r\nMIBs used:\r\nQTECH-MIB\r\nENTITY-MIB','1','1','','','','','','1');
155INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10236',NULL,'Template Net TP-LINK SNMPv2','3','-1','2','','','Template Net TP-LINK SNMPv2','0',NULL,'Template Net TP-LINK JetStream version: 0.15\r\nOverview: Link to MIBs: http://www.tp-linkru.com/download/T2600G-28TS.html#MIBs_Files\r\nSample device overview page: http://www.tp-linkru.com/products/details/cat-39_T2600G-28TS.html#overview\r\nemulation page(web): http://www.tp-linkru.com/resources/simulator/T2600G-28TS(UN)_1.0/Index.htm\r\nMIBs used:\r\nTPLINK-SYSINFO-MIB\r\nTPLINK-SYSMONITOR-MIB\r\nKnown Issues:\r\ndescription : default sysLocation, sysName and sysContact is not filled with proper data. Real hostname and location can be found only in private branch(TPLINK-SYSINFO-MIB). Please check whether this problem exists in the latest firware: http://www.tp-linkru.com/download/T2600G-28TS.html#Firmware\r\nversion : 2.0.0 Build 20170628 Rel.55184(Beta)\r\ndevice : T2600G-28TS 2.0\r\ndescription : The Serial number of the product(tpSysInfoSerialNum) is missing in HW versions prior to V2_170323\r\nversion : prior to version V2_170323\r\ndevice : T2600G-28TS 2.0','1','1','','','','','','1');
156INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10237',NULL,'Template Net Ubiquiti AirOS SNMPv1','3','-1','2','','','Template Net Ubiquiti AirOS SNMPv1','0',NULL,'Template Net Ubiquiti AirOS version: 0.15\r\nMIBs used:\r\nIEEE802dot11-MIB\r\nFROGFOOT-RESOURCES-MIB\r\nKnown Issues:\r\ndescription : UBNT unifi reports speed: like IF-MIB::ifSpeed.1 = Gauge32: 4294967295 for all interfaces\r\nversion : Firmware: BZ.ar7240.v3.7.51.6230.170322.1513\r\ndevice : UBNT UAP-LR\r\ndescription : UBNT AirMax(NanoStation, NanoBridge etc) reports ifSpeed: as 0 for VLAN and wireless(ath0) interfaces\r\nversion : Firmware: XW.ar934x.v5.6-beta4.22359.140521.1836\r\ndevice : NanoStation M5\r\ndescription : UBNT AirMax(NanoStation, NanoBridge etc) reports always return ifType: as ethernet(6) even for wifi,vlans and other types\r\nversion : Firmware: XW.ar934x.v5.6-beta4.22359.140521.1836\r\ndevice : NanoStation M5\r\ndescription : ifXTable is not provided in IF-MIB. So Interfaces Simple Template is used instead\r\nversion : all above\r\ndevice : NanoStation, UAP-LR','1','1','','','','','','1');
157INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10248',NULL,'Template OS Linux SNMPv2','3','-1','2','','','Template OS Linux SNMPv2','0',NULL,'Template OS Linux version: 0.15','1','1','','','','','','1');
158INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10249',NULL,'Template OS Windows SNMPv2','3','-1','2','','','Template OS Windows SNMPv2','0',NULL,'Official Windows template. Requires server of Zabbix 4.0.14rc1, 4.2.8rc1, 4.4.0rc1 and newer.\r\n\r\n\r\nKnown Issues:\r\n\r\n  Description: Doesn\'t support In/Out 64 bit counters even though IfxTable is present:\r\nCurrently, Windows gets it’s interface status from MIB-2. Since these 64bit SNMP counters (ifHCInOctets, ifHCOutOctets, etc.) are defined as an extension to IF-MIB, Microsoft has not implemented it.\r\nhttps://social.technet.microsoft.com/Forums/windowsserver/en-US/07b62ff0-94f6-40ca-a99d-d129c1b33d70/windows-2008-r2-snmp-64bit-counters-support?forum=winservergen\r\n\r\n  Version: Win2008, Win2012R2.\r\n\r\n  Description: Doesn\'t support ifXTable at all\r\n  Version: WindowsXP\r\n\r\n  Description: EtherLike MIB is not supported\r\n  Version: *\r\n  Device: *\r\n\r\nTemplate tooling version used: 0.33','1','1','','','','','','1');
159INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10250',NULL,'Template Net HP Enterprise Switch SNMPv2','3','-1','2','','','Template Net HP Enterprise Switch SNMPv2','0',NULL,'Template Net HP Enterprise Switch version: 0.15\r\nMIBs used:\r\nSEMI-MIB\r\nNETSWITCH-MIB\r\nHP-ICF-CHASSIS\r\nENTITY-SENSORS-MIB\r\nENTITY-MIB\r\nSTATISTICS-MIB','1','1','','','','','','1');
160INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10251',NULL,'Template Net Mellanox SNMPv2','3','-1','2','','','Template Net Mellanox SNMPv2','0',NULL,'Template Net Mellanox version: 0.15\r\nMIBs used:\r\nENTITY-SENSORS-MIB\r\nENTITY-STATE-MIB\r\nENTITY-MIB','1','1','','','','','','1');
161INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10252',NULL,'Template Module Cisco CISCO-PROCESS-MIB IOS versions 12.0_3_T-12.2_3.5 SNMPv2','3','-1','2','','','Template Module Cisco CISCO-PROCESS-MIB IOS versions 12.0_3_T-12.2_3.5 SNMPv2','0',NULL,'Template Module Cisco CISCO-PROCESS-MIB IOS versions 12.0_3_T-12.2_3.5\r\n\r\nMIBs used:\r\nCISCO-PROCESS-MIB\r\n\r\nTemplate tooling version used: 0.35','1','1','','','','','','1');
162INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10253',NULL,'Template Net Cisco IOS versions 12.0_3_T-12.2_3.5 SNMPv2','3','-1','2','','','Template Net Cisco IOS versions 12.0_3_T-12.2_3.5 SNMPv2','0',NULL,'Cisco IOS Software releases later to 12.0(3)T and prior to 12.2(3.5)\r\n\r\nTemplate tooling version used: 0.35','1','1','','','','','','1');
163INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10254',NULL,'Template Net Arista SNMPv2','3','-1','2','','','Template Net Arista SNMPv2','0',NULL,'Template Net Arista\r\n\r\nMIBs used:\r\nENTITY-SENSORS-MIB\r\nENTITY-STATE-MIB\r\nENTITY-MIB\r\n\r\nTemplate tooling version used: 0.33','1','1','','','','','','1');
164INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10255',NULL,'Template Server Dell iDRAC SNMPv2','3','-1','2','','','Template Server Dell iDRAC SNMPv2','0',NULL,'Template Server iDRAC version: 0.15\r\nOverview: for Dell servers with iDRAC controllers\r\nhttp://www.dell.com/support/manuals/us/en/19/dell-openmanage-server-administrator-v8.3/snmp_idrac8/idrac-mib?guid=guid-e686536d-bc8e-4e09-8e8b-de8eb052efee\r\nSupported systems: http://www.dell.com/support/manuals/us/en/04/dell-openmanage-server-administrator-v8.3/snmp_idrac8/supported-systems?guid=guid-f72b75ba-e686-4e8a-b8c5-ca11c7c21381\r\nMIBs used:\r\nIDRAC-MIB-SMIv2','1','1','','','','','','1');
165INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10256',NULL,'Template Server HP iLO SNMPv2','3','-1','2','','','Template Server HP iLO SNMPv2','0',NULL,'Template Server HP iLO version: 0.15\r\nOverview: for HP iLO adapters that support SNMP get. Or via operating system, using SNMP HP subagent\r\nMIBs used:\r\nCPQSINFO-MIB\r\nCPQHLTH-MIB\r\nCPQIDA-MIB','1','1','','','','','','1');
166INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10257',NULL,'Template Server IBM IMM SNMPv1','3','-1','2','','','Template Server IBM IMM SNMPv1','0',NULL,'Template Server IBM IMM version: 0.15\r\nOverview: for IMM2 and IMM1 IBM serverX hardware\r\nMIBs used:\r\nIMM-MIB\r\nKnown Issues:\r\ndescription : Some IMMs (IMM1) do not return disks\r\nversion : IMM1\r\ndevice : IBM x3250M3\r\ndescription : Some IMMs (IMM1) do not return fan status: fanHealthStatus\r\nversion : IMM1\r\ndevice : IBM x3250M3\r\ndescription : IMM1 servers (M2, M3 generations) sysObjectID is NET-SNMP-MIB::netSnmpAgentOIDs.10\r\nversion : IMM1\r\ndevice : IMM1 servers (M2,M3 generations)\r\ndescription : IMM1 servers (M2, M3 generations) only Ambient temperature sensor available\r\nversion : IMM1\r\ndevice : IMM1 servers (M2,M3 generations)','1','1','','','','','','1');
167INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10258',NULL,'Template Server IBM IMM SNMPv2','3','-1','2','','','Template Server IBM IMM SNMPv2','0',NULL,'Template Server IBM IMM version: 0.15\r\nOverview: for IMM2 and IMM1 IBM serverX hardware\r\nMIBs used:\r\nIMM-MIB\r\nKnown Issues:\r\ndescription : Some IMMs (IMM1) do not return disks\r\nversion : IMM1\r\ndevice : IBM x3250M3\r\ndescription : Some IMMs (IMM1) do not return fan status: fanHealthStatus\r\nversion : IMM1\r\ndevice : IBM x3250M3\r\ndescription : IMM1 servers (M2, M3 generations) sysObjectID is NET-SNMP-MIB::netSnmpAgentOIDs.10\r\nversion : IMM1\r\ndevice : IMM1 servers (M2,M3 generations)\r\ndescription : IMM1 servers (M2, M3 generations) only Ambient temperature sensor available\r\nversion : IMM1\r\ndevice : IMM1 servers (M2,M3 generations)','1','1','','','','','','1');
168INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10259',NULL,'Template Server Supermicro Aten SNMPv2','3','-1','2','','','Template Server Supermicro Aten SNMPv2','0',NULL,'Template Server Supermicro Aten version: 0.15\r\nOverview: for BMC ATEN IPMI controllers of Supermicro servers\r\nhttps://www.supermicro.com/solutions/IPMI.cfm\r\nMIBs used:\r\nATEN-IPMI-MIB','1','1','','','','','','1');
169INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10260',NULL,'Template App Apache Tomcat JMX','3','-1','2','','','Template App Apache Tomcat JMX','0',NULL,'','1','1','','','','','','1');
170INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10261',NULL,'Template App Remote Zabbix server','3','-1','2','','','Template App Remote Zabbix server','0',NULL,'','1','1','','','','','','1');
171INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10262',NULL,'Template App Remote Zabbix proxy','3','-1','2','','','Template App Remote Zabbix proxy','0',NULL,'','1','1','','','','','','1');
172INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10263',NULL,'Template Server Cisco UCS SNMPv2','3','-1','2','','','Template Server Cisco UCS SNMPv2','0',NULL,'Template Server Cisco UCS version: 0.15\r\nOverview: for Cisco UCS via Integrated Management Controller\r\nMIBs used:\r\nCISCO-UNIFIED-COMPUTING-COMPUTE-MIB\r\nCISCO-UNIFIED-COMPUTING-PROCESSOR-MIB\r\nCISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB\r\nCISCO-UNIFIED-COMPUTING-STORAGE-MIB','1','1','','','','','','1');
173INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10264',NULL,'Template Module HOST-RESOURCES-MIB storage SNMPv2','3','-1','2','','','Template Module HOST-RESOURCES-MIB storage SNMPv2','0',NULL,'MIBs used:\r\nHOST-RESOURCES-MIB\r\n\r\nTemplate tooling version used: 0.33','1','1','','','','','','1');
174INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10265',NULL,'Template Module HOST-RESOURCES-MIB memory SNMPv2','3','-1','2','','','Template Module HOST-RESOURCES-MIB memory SNMPv2','0',NULL,'MIBs used:\r\nHOST-RESOURCES-MIB\r\n\r\nTemplate tooling version used: 0.33','1','1','','','','','','1');
175INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10266',NULL,'Template Module HOST-RESOURCES-MIB CPU SNMPv2','3','-1','2','','','Template Module HOST-RESOURCES-MIB CPU SNMPv2','0',NULL,'Requires Zabbix server 4.0.14, 4.2.8, 4.4.0 or newer (JSONPath function avg() used with types autoconversion).\r\n\r\nMIBs used:\r\nHOST-RESOURCES-MIB\r\n\r\nTemplate tooling version used: 0.33','1','1','','','','','','1');
176INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10267',NULL,'Template Module HOST-RESOURCES-MIB storage SNMPv1','3','-1','2','','','Template Module HOST-RESOURCES-MIB storage SNMPv1','0',NULL,'MIBs used:\r\nHOST-RESOURCES-MIB\r\n\r\nTemplate tooling version used: 0.33','1','1','','','','','','1');
177INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10268',NULL,'Template Module HOST-RESOURCES-MIB memory SNMPv1','3','-1','2','','','Template Module HOST-RESOURCES-MIB memory SNMPv1','0',NULL,'MIBs used:\r\nHOST-RESOURCES-MIB\r\n\r\nTemplate tooling version used: 0.33','1','1','','','','','','1');
178INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10269',NULL,'Template Module HOST-RESOURCES-MIB CPU SNMPv1','3','-1','2','','','Template Module HOST-RESOURCES-MIB CPU SNMPv1','0',NULL,'Requires Zabbix server 4.0.14, 4.2.8, 4.4.0 or newer (JSONPath function avg() used with types autoconversion).\r\n\r\nMIBs used:\r\nHOST-RESOURCES-MIB\r\n\r\nTemplate tooling version used: 0.33','1','1','','','','','','1');
179INSERT INTO `hosts` (`hostid`,`proxy_hostid`,`host`,`status`,`ipmi_authtype`,`ipmi_privilege`,`ipmi_username`,`ipmi_password`,`name`,`flags`,`templateid`,`description`,`tls_connect`,`tls_accept`,`tls_issuer`,`tls_subject`,`tls_psk_identity`,`tls_psk`,`proxy_address`,`auto_compress`) values ('10270',NULL,'Template VM VMware macros','3','-1','2','','','Template VM VMware macros','0',NULL,'Template tooling version used: 0.38','1','1','','','','','','1');
180INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('3','System performance','2','3','10001',NULL,'0');
181INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('4','Zabbix server health','2','3','10047',NULL,'0');
182INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('5','System performance','2','2','10076',NULL,'0');
183INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('6','System performance','2','2','10077',NULL,'0');
184INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('7','System performance','2','2','10075',NULL,'0');
185INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('9','System performance','2','3','10074',NULL,'0');
186INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('10','System performance','2','3','10078',NULL,'0');
187INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('16','Zabbix server','2','2',NULL,'1','0');
188INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('17','Zabbix proxy health','2','2','10048',NULL,'0');
189INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('18','System performance','1','2','10079',NULL,'0');
190INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('19','System performance','2','2','10081',NULL,'0');
191INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('20','MySQL performance','2','1','10170',NULL,'1');
192INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('21','Zabbix server health','2','3','10261',NULL,'1');
193INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('22','Zabbix proxy health','2','2','10262',NULL,'1');
194INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('23','System performance','2','3','10185',NULL,'1');
195INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('24','Network interfaces','1','1','10192',NULL,'1');
196INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('25','System performance','2','3','10184',NULL,'1');
197INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('26','Network interfaces','1','1','10189',NULL,'1');
198INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('27','Network interfaces','1','1','10190',NULL,'1');
199INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('28','Network interfaces','1','1','10187',NULL,'1');
200INSERT INTO `screens` (`screenid`,`name`,`hsize`,`vsize`,`templateid`,`userid`,`private`) values ('29','Network interfaces','1','1','10188',NULL,'1');
201INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('44','16','2','1','500','100','0','0','2','1','0','0','0','0','','0','0','','3');
202INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('45','16','0','524','400','156','0','1','1','1','0','0','0','0','','0','0','','3');
203INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('46','16','0','525','400','100','1','1','1','1','0','0','0','0','','0','0','','3');
204INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1657','22','0','806','500','212','0','0','1','1','0','1','0','0','','0','0','','3');
205INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1658','22','0','804','500','100','1','0','1','1','0','1','0','0','','0','0','','3');
206INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1659','22','0','805','500','100','0','1','1','1','0','1','0','0','','0','0','','3');
207INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1660','22','0','803','500','128','1','1','1','1','0','1','0','0','','0','0','','3');
208INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1661','21','0','802','500','212','0','0','1','1','0','1','0','0','','0','0','','3');
209INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1662','21','0','799','500','100','1','0','1','1','0','0','0','0','','0','0','','3');
210INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1663','21','0','800','555','114','0','1','1','1','0','1','0','0','','0','0','','3');
211INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1664','21','0','798','500','128','1','1','1','1','0','1','0','0','','0','0','','3');
212INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1665','21','0','797','500','160','0','2','1','1','0','0','0','0','','0','0','','3');
213INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1666','21','0','801','500','160','1','2','1','1','0','0','0','0','','0','0','','3');
214INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1667','17','0','532','500','212','0','0','1','1','0','1','0','0','','0','0','','3');
215INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1668','17','0','530','500','100','1','0','1','1','0','1','0','0','','0','0','','3');
216INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1669','17','0','531','500','100','0','1','1','1','0','1','0','0','','0','0','','3');
217INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1670','17','0','529','500','128','1','1','1','1','0','1','0','0','','0','0','','3');
218INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1671','4','0','392','500','212','0','0','1','1','0','1','0','0','','0','0','','3');
219INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1672','4','0','404','500','100','1','0','1','1','0','1','0','0','','0','0','','3');
220INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1673','4','0','406','555','114','0','1','1','1','0','1','0','0','','0','0','','3');
221INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1674','4','0','410','500','128','1','1','1','1','0','1','0','0','','0','0','','3');
222INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1675','4','0','527','500','160','0','2','1','1','0','0','0','0','','0','0','','3');
223INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1676','4','0','788','500','160','1','2','1','1','0','0','0','0','','0','0','','3');
224INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1677','20','0','650','500','200','0','0','1','1','0','1','0','0','','0','0','','3');
225INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1678','20','0','649','500','270','1','0','1','1','0','1','0','0','','0','0','','3');
226INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1679','5','0','469','500','148','0','0','1','1','0','1','0','0','','0','0','','3');
227INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1680','5','0','471','500','100','1','0','1','1','0','0','0','0','','0','0','','3');
228INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1681','5','0','498','500','100','0','1','1','1','0','0','0','0','','0','0','','3');
229INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1682','5','0','540','500','100','1','1','1','1','0','0','0','0','','0','0','','3');
230INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1683','7','0','463','500','120','0','0','1','1','0','1','0','0','','0','0','','3');
231INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1684','7','0','462','500','106','1','0','1','1','0','1','0','0','','0','0','','3');
232INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1685','7','0','541','500','100','0','1','1','1','0','0','0','0','','0','0','','3');
233INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1686','7','0','464','500','300','1','1','1','1','0','0','0','0','','0','0','','3');
234INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1687','6','0','475','500','114','0','0','1','1','0','1','0','0','','0','0','','3');
235INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1688','6','0','474','500','100','1','0','1','1','0','1','0','0','','0','0','','3');
236INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1689','6','0','542','500','100','0','1','1','1','0','0','0','0','','0','0','','3');
237INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1690','3','0','433','500','120','0','0','1','1','0','1','0','0','','0','0','','3');
238INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1691','3','0','387','500','148','1','0','1','1','0','1','0','0','','0','0','','3');
239INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1692','3','0','533','500','100','0','1','1','1','0','0','0','0','','0','0','','3');
240INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1693','3','0','436','500','300','1','1','1','1','0','0','0','0','','0','0','','3');
241INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1694','3','1','10009','500','100','0','2','1','1','0','0','0','0','','0','0','','3');
242INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1695','3','1','10013','500','100','1','2','1','1','0','0','0','0','','0','0','','3');
243INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1696','18','0','487','500','100','0','0','1','1','0','0','0','0','','0','0','','3');
244INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1697','18','0','543','500','100','0','1','1','1','0','0','0','0','','0','0','','3');
245INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1698','9','0','457','500','120','0','0','1','1','0','1','0','0','','0','0','','3');
246INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1699','9','0','456','500','106','1','0','1','1','0','1','0','0','','0','0','','3');
247INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1700','9','0','544','500','100','0','1','1','1','0','0','0','0','','0','0','','3');
248INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1701','9','0','458','500','300','1','1','1','1','0','0','0','0','','0','0','','3');
249INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1702','9','1','22838','500','100','0','2','1','1','0','0','0','0','','0','0','','3');
250INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1703','9','1','22837','500','100','1','2','1','1','0','0','0','0','','0','0','','3');
251INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1704','10','0','481','500','114','0','0','1','1','0','1','0','0','','0','0','','3');
252INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1705','10','0','480','500','100','1','0','1','1','0','1','0','0','','0','0','','3');
253INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1706','10','0','545','500','100','0','1','1','1','0','0','0','0','','0','0','','3');
254INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1707','10','0','482','500','300','1','1','1','1','0','0','0','0','','0','0','','3');
255INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1708','10','1','22998','500','100','0','2','1','1','0','0','0','0','','0','0','','3');
256INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1709','10','1','22997','500','100','1','2','1','1','0','0','0','0','','0','0','','3');
257INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1710','19','0','495','500','100','0','0','1','1','0','0','0','0','','0','0','','3');
258INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1711','19','0','546','500','100','1','0','1','1','0','0','0','0','','0','0','','3');
259INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1712','19','1','23140','500','100','0','1','1','1','0','0','0','0','','0','0','','3');
260INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1713','19','1','23138','500','100','1','1','1','1','0','0','0','0','','0','0','','3');
261INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1714','25','0','832','750','100','0','0','1','1','25','0','0','0','','0','0','','3');
262INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1715','25','20','830','750','100','0','1','1','1','25','0','0','0','','0','0','','3');
263INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1716','25','20','828','750','100','0','2','1','1','25','0','0','0','','0','0','','3');
264INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1717','23','0','822','750','100','0','0','1','1','25','0','0','0','','0','0','','3');
265INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1718','23','20','816','750','100','0','1','1','1','25','0','0','0','','0','0','','3');
266INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1719','23','20','810','750','100','0','2','1','1','25','0','0','0','','0','0','','3');
267INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1720','26','20','744','750','100','0','0','1','1','25','0','0','0','','0','0','','3');
268INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1721','27','20','745','750','100','0','0','1','1','25','0','0','0','','0','0','','3');
269INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1722','28','20','738','750','100','0','0','1','1','25','0','0','0','','0','0','','3');
270INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1723','29','20','741','750','100','0','0','1','1','25','0','0','0','','0','0','','3');
271INSERT INTO `screens_items` (`screenitemid`,`screenid`,`resourcetype`,`resourceid`,`width`,`height`,`x`,`y`,`colspan`,`rowspan`,`elements`,`valign`,`halign`,`style`,`url`,`dynamic`,`sort_triggers`,`application`,`max_columns`) values ('1724','24','20','766','750','100','0','0','1','1','25','0','0','0','','0','0','','3');
272INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1','10001','OS','0');
273INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('5','10001','Filesystems','0');
274INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('7','10001','Network interfaces','0');
275INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('9','10001','Processes','0');
276INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('13','10001','CPU','0');
277INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('15','10001','Memory','0');
278INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('17','10001','Performance','0');
279INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('21','10001','General','0');
280INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('23','10001','Security','0');
281INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('179','10047','Zabbix server','0');
282INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('206','10050','Zabbix agent','0');
283INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('207','10001','Zabbix agent','0');
284INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('252','10074','Zabbix agent','0');
285INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('253','10074','CPU','0');
286INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('254','10074','Filesystems','0');
287INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('255','10074','General','0');
288INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('256','10074','Memory','0');
289INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('257','10074','Network interfaces','0');
290INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('258','10074','OS','0');
291INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('259','10074','Performance','0');
292INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('260','10074','Processes','0');
293INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('261','10074','Security','0');
294INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('262','10075','Zabbix agent','0');
295INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('263','10075','CPU','0');
296INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('264','10075','Filesystems','0');
297INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('265','10075','General','0');
298INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('266','10075','Memory','0');
299INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('267','10075','Network interfaces','0');
300INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('268','10075','OS','0');
301INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('269','10075','Performance','0');
302INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('270','10075','Processes','0');
303INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('271','10075','Security','0');
304INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('272','10076','Zabbix agent','0');
305INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('273','10076','CPU','0');
306INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('274','10076','Filesystems','0');
307INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('275','10076','General','0');
308INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('276','10076','Memory','0');
309INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('277','10076','Network interfaces','0');
310INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('278','10076','OS','0');
311INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('279','10076','Performance','0');
312INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('280','10076','Processes','0');
313INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('281','10076','Security','0');
314INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('282','10077','Zabbix agent','0');
315INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('283','10077','CPU','0');
316INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('284','10077','Filesystems','0');
317INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('285','10077','General','0');
318INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('286','10077','Memory','0');
319INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('287','10077','Network interfaces','0');
320INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('288','10077','OS','0');
321INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('289','10077','Performance','0');
322INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('290','10077','Processes','0');
323INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('291','10077','Security','0');
324INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('292','10078','Zabbix agent','0');
325INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('293','10078','CPU','0');
326INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('294','10078','Filesystems','0');
327INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('295','10078','General','0');
328INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('296','10078','Memory','0');
329INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('297','10078','Network interfaces','0');
330INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('298','10078','OS','0');
331INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('299','10078','Performance','0');
332INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('300','10078','Processes','0');
333INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('301','10078','Security','0');
334INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('302','10079','Zabbix agent','0');
335INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('303','10079','CPU','0');
336INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('304','10079','Filesystems','0');
337INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('305','10079','General','0');
338INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('306','10079','Memory','0');
339INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('307','10079','Network interfaces','0');
340INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('308','10079','OS','0');
341INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('309','10079','Performance','0');
342INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('310','10079','Processes','0');
343INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('311','10079','Security','0');
344INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('319','10081','General','0');
345INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('320','10081','Performance','0');
346INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('321','10081','Services','0');
347INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('322','10081','Filesystems','0');
348INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('323','10081','OS','0');
349INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('324','10081','Processes','0');
350INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('325','10081','CPU','0');
351INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('328','10081','Memory','0');
352INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('329','10081','Zabbix agent','0');
353INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('330','10081','Network interfaces','0');
354INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('331','10076','Logical partitions','0');
355INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('345','10084','Zabbix server','0');
356INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('346','10084','CPU','0');
357INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('347','10084','Filesystems','0');
358INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('348','10084','General','0');
359INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('349','10084','Memory','0');
360INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('350','10084','Network interfaces','0');
361INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('351','10084','OS','0');
362INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('352','10084','Performance','0');
363INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('353','10084','Processes','0');
364INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('354','10084','Security','0');
365INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('355','10084','Zabbix agent','0');
366INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('356','10048','Zabbix proxy','0');
367INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('446','10093','FTP service','0');
368INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('447','10094','HTTP service','0');
369INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('448','10095','HTTPS service','0');
370INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('449','10096','IMAP service','0');
371INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('450','10097','LDAP service','0');
372INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('451','10098','NNTP service','0');
373INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('452','10099','NTP service','0');
374INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('453','10100','POP service','0');
375INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('454','10101','SMTP service','0');
376INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('455','10102','SSH service','0');
377INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('456','10103','Telnet service','0');
378INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('740','10170','MySQL','0');
379INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('741','10171','Fans','0');
380INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('742','10171','Temperature','0');
381INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('743','10171','Voltage','0');
382INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('744','10172','Fans','0');
383INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('745','10172','Temperature','0');
384INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('746','10172','Voltage','0');
385INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('770','10182','Network interfaces','0');
386INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('771','10183','Network interfaces','0');
387INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('780','10186','Status','0');
388INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('781','10187','Network interfaces','0');
389INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('782','10188','Network interfaces','0');
390INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('783','10189','Network interfaces','0');
391INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('784','10190','Network interfaces','0');
392INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('786','10192','Network interfaces','0');
393INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('797','10203','Status','0');
394INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('798','10203','General','0');
395INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('799','10204','Status','0');
396INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('800','10204','General','0');
397INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('803','10207','Network interfaces','0');
398INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('804','10207','General','0');
399INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('805','10207','Status','0');
400INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('806','10207','CPU','0');
401INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('807','10207','Memory','0');
402INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('808','10207','Temperature','0');
403INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('809','10207','Fans','0');
404INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('810','10207','Inventory','0');
405INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('811','10208','Network interfaces','0');
406INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('812','10208','General','0');
407INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('813','10208','Status','0');
408INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('814','10208','CPU','0');
409INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('815','10208','Memory','0');
410INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('816','10208','Temperature','0');
411INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('817','10208','Power supply','0');
412INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('818','10208','Fans','0');
413INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('819','10208','Inventory','0');
414INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('820','10210','Network interfaces','0');
415INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('821','10210','General','0');
416INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('822','10210','Status','0');
417INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('823','10211','Network interfaces','0');
418INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('824','10211','General','0');
419INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('825','10211','Status','0');
420INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('826','10209','CPU','0');
421INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('827','10209','Memory','0');
422INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('828','10210','Temperature','0');
423INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('829','10210','Power supply','0');
424INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('830','10210','Fans','0');
425INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('831','10210','Inventory','0');
426INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('832','10211','Temperature','0');
427INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('833','10211','Power supply','0');
428INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('834','10211','Fans','0');
429INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('835','10211','Inventory','0');
430INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('836','10210','CPU','0');
431INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('837','10210','Memory','0');
432INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('838','10211','CPU','0');
433INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('839','10211','Memory','0');
434INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('840','10218','Network interfaces','0');
435INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('841','10218','General','0');
436INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('842','10218','Status','0');
437INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('846','10220','General','0');
438INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('847','10220','Status','0');
439INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('848','10212','Memory','0');
440INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('849','10213','CPU','0');
441INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('851','10215','CPU','0');
442INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('852','10216','Inventory','0');
443INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('853','10217','Temperature','0');
444INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('854','10217','Power supply','0');
445INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('855','10217','Fans','0');
446INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('856','10218','Memory','0');
447INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('857','10218','CPU','0');
448INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('858','10218','Inventory','0');
449INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('859','10218','Temperature','0');
450INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('860','10218','Power supply','0');
451INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('861','10218','Fans','0');
452INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('868','10220','Memory','0');
453INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('869','10220','CPU','0');
454INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('870','10220','Inventory','0');
455INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('871','10220','Temperature','0');
456INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('872','10220','Power supply','0');
457INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('873','10220','Fans','0');
458INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('874','10221','Network interfaces','0');
459INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('875','10221','General','0');
460INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('876','10221','Status','0');
461INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('877','10221','CPU','0');
462INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('878','10221','Memory','0');
463INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('879','10221','Temperature','0');
464INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('880','10221','Power supply','0');
465INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('881','10221','Fans','0');
466INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('882','10221','Inventory','0');
467INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('883','10222','Network interfaces','0');
468INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('884','10222','General','0');
469INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('885','10222','Status','0');
470INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('886','10222','CPU','0');
471INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('887','10222','Memory','0');
472INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('888','10222','Temperature','0');
473INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('889','10222','Fans','0');
474INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('890','10222','Power supply','0');
475INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('891','10222','Inventory','0');
476INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('892','10223','Network interfaces','0');
477INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('893','10223','General','0');
478INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('894','10223','Status','0');
479INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('895','10223','CPU','0');
480INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('896','10223','Memory','0');
481INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('897','10223','Temperature','0');
482INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('898','10223','Fans','0');
483INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('899','10223','Power supply','0');
484INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('900','10223','Inventory','0');
485INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('901','10224','Network interfaces','0');
486INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('902','10224','General','0');
487INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('903','10224','Status','0');
488INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('904','10224','CPU','0');
489INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('905','10224','Memory','0');
490INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('906','10224','Temperature','0');
491INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('907','10224','Power supply','0');
492INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('908','10224','Fans','0');
493INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('909','10224','Inventory','0');
494INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('910','10225','Network interfaces','0');
495INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('911','10225','General','0');
496INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('912','10225','Status','0');
497INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('913','10226','Network interfaces','0');
498INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('914','10226','General','0');
499INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('915','10226','Status','0');
500INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('916','10227','Network interfaces','0');
501INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('917','10227','General','0');
502INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('918','10227','Status','0');
503INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('919','10227','CPU','0');
504INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('920','10227','Memory','0');
505INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('921','10227','Temperature','0');
506INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('922','10227','Fans','0');
507INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('923','10227','Power supply','0');
508INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('924','10227','Inventory','0');
509INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('934','10229','Network interfaces','0');
510INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('935','10229','General','0');
511INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('936','10229','Status','0');
512INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('937','10229','CPU','0');
513INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('938','10229','Memory','0');
514INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('939','10229','Temperature','0');
515INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('940','10229','Fans','0');
516INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('941','10229','Inventory','0');
517INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('942','10230','Network interfaces','0');
518INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('943','10230','General','0');
519INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('944','10230','Status','0');
520INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('945','10230','Temperature','0');
521INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('946','10230','Power supply','0');
522INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('947','10230','Fans','0');
523INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('948','10230','Inventory','0');
524INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('949','10231','Network interfaces','0');
525INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('950','10231','General','0');
526INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('951','10231','Status','0');
527INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('952','10231','CPU','0');
528INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('953','10231','Memory','0');
529INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('954','10231','Temperature','0');
530INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('955','10231','Power supply','0');
531INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('956','10231','Fans','0');
532INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('957','10231','Inventory','0');
533INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('969','10233','Network interfaces','0');
534INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('970','10233','General','0');
535INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('971','10233','Status','0');
536INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('972','10233','CPU','0');
537INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('973','10233','Memory','0');
538INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('974','10233','Temperature','0');
539INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('975','10233','Storage','0');
540INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('976','10233','Inventory','0');
541INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('977','10234','Network interfaces','0');
542INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('978','10234','General','0');
543INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('979','10234','Status','0');
544INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('980','10234','CPU','0');
545INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('981','10234','Memory','0');
546INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('982','10234','Temperature','0');
547INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('983','10234','Power supply','0');
548INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('984','10234','Fans','0');
549INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('985','10234','Inventory','0');
550INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('986','10235','Network interfaces','0');
551INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('987','10235','General','0');
552INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('988','10235','Status','0');
553INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('989','10235','CPU','0');
554INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('990','10235','Memory','0');
555INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('991','10235','Inventory','0');
556INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('992','10236','Network interfaces','0');
557INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('993','10236','General','0');
558INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('994','10236','Status','0');
559INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('995','10236','CPU','0');
560INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('996','10236','Memory','0');
561INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('997','10236','Inventory','0');
562INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('998','10237','Network interfaces','0');
563INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('999','10237','General','0');
564INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1000','10237','Status','0');
565INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1001','10237','CPU','0');
566INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1002','10237','Memory','0');
567INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1003','10237','Inventory','0');
568INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1018','10248','Network interfaces','0');
569INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1019','10248','General','0');
570INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1020','10248','Status','0');
571INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1025','10249','Network interfaces','0');
572INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1026','10249','General','0');
573INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1027','10249','Status','0');
574INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1028','10250','Network interfaces','0');
575INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1029','10250','General','0');
576INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1030','10250','Status','0');
577INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1031','10250','CPU','0');
578INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1032','10250','Memory','0');
579INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1033','10250','Temperature','0');
580INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1034','10250','Fans','0');
581INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1035','10250','Power supply','0');
582INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1036','10250','Inventory','0');
583INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1041','10251','Network interfaces','0');
584INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1042','10251','General','0');
585INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1043','10251','Status','0');
586INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1044','10251','Temperature','0');
587INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1045','10251','Fans','0');
588INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1046','10251','Power supply','0');
589INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1047','10251','Inventory','0');
590INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1048','10253','Inventory','0');
591INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1049','10253','Fans','0');
592INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1050','10253','Power supply','0');
593INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1051','10253','Temperature','0');
594INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1052','10253','Memory','0');
595INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1053','10253','Network interfaces','0');
596INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1054','10253','General','0');
597INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1055','10253','Status','0');
598INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1056','10252','CPU','0');
599INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1057','10253','CPU','0');
600INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1058','10254','Network interfaces','0');
601INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1059','10254','General','0');
602INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1060','10254','Status','0');
603INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1062','10254','Fans','0');
604INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1064','10254','Inventory','0');
605INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1066','10254','Power supply','0');
606INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1068','10254','Temperature','0');
607INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1069','10255','General','0');
608INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1070','10255','Status','0');
609INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1071','10255','Disk arrays','0');
610INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1072','10255','Fans','0');
611INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1073','10255','Inventory','0');
612INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1074','10255','Physical disks','0');
613INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1075','10255','Power supply','0');
614INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1076','10255','Temperature','0');
615INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1077','10255','Virtual disks','0');
616INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1078','10256','General','0');
617INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1079','10256','Status','0');
618INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1080','10256','Disk arrays','0');
619INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1081','10256','Fans','0');
620INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1082','10256','Inventory','0');
621INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1083','10256','Physical disks','0');
622INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1084','10256','Power supply','0');
623INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1085','10256','Temperature','0');
624INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1086','10256','Virtual disks','0');
625INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1087','10257','General','0');
626INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1088','10257','Status','0');
627INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1089','10257','Fans','0');
628INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1090','10257','Inventory','0');
629INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1091','10257','Physical disks','0');
630INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1092','10257','Power supply','0');
631INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1093','10257','Temperature','0');
632INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1094','10258','General','0');
633INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1095','10258','Status','0');
634INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1096','10258','Fans','0');
635INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1097','10258','Inventory','0');
636INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1098','10258','Physical disks','0');
637INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1099','10258','Power supply','0');
638INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1100','10258','Temperature','0');
639INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1101','10259','General','0');
640INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1102','10259','Status','0');
641INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1103','10259','Fans','0');
642INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1104','10259','Temperature','0');
643INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1105','10260','http-8080','0');
644INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1106','10260','http-8443','0');
645INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1107','10260','jk-8009','0');
646INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1108','10260','Sessions','0');
647INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1109','10260','Tomcat','0');
648INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1110','10261','Zabbix server','0');
649INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1111','10262','Zabbix proxy','0');
650INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1113','10263','General','0');
651INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1114','10263','Status','0');
652INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1115','10263','Disk arrays','0');
653INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1116','10263','Fans','0');
654INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1117','10263','Inventory','0');
655INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1118','10263','Physical disks','0');
656INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1119','10263','Power supply','0');
657INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1120','10263','Temperature','0');
658INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1121','10263','Virtual disks','0');
659INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1122','10264','Storage','0');
660INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1123','10265','Memory','0');
661INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1124','10266','CPU','0');
662INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1125','10185','Storage','0');
663INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1126','10185','Memory','0');
664INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1127','10185','CPU','0');
665INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1128','10248','Storage','0');
666INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1129','10248','Memory','0');
667INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1130','10248','CPU','0');
668INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1131','10249','Storage','0');
669INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1132','10249','Memory','0');
670INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1133','10249','CPU','0');
671INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1134','10251','Storage','0');
672INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1135','10251','Memory','0');
673INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1136','10251','CPU','0');
674INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1137','10254','Storage','0');
675INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1138','10254','Memory','0');
676INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1139','10254','CPU','0');
677INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1140','10267','Storage','0');
678INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1141','10268','Memory','0');
679INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1142','10269','CPU','0');
680INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1143','10184','Storage','0');
681INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1144','10184','Memory','0');
682INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1145','10184','CPU','0');
683INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1146','10169','JMX','0');
684INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1147','10173','VMware','0');
685INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1148','10174','VMware','0');
686INSERT INTO `applications` (`applicationid`,`hostid`,`name`,`flags`) values ('1149','10175','VMware','0');
687INSERT INTO `interface` (`interfaceid`,`hostid`,`main`,`type`,`useip`,`ip`,`dns`,`port`,`bulk`) values ('1','10084','1','1','1','127.0.0.1','','10050','1');
688INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('1','Service state');
689INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('2','Host availability');
690INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('3','Windows service state');
691INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('4','APC Battery Replacement Status');
692INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('5','APC Battery Status');
693INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('6','HP Insight System Status');
694INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('7','Dell Open Manage System Status');
695INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('8','SNMP interface status (ifOperStatus)');
696INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('9','SNMP device status (hrDeviceStatus)');
697INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('10','Zabbix agent ping status');
698INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('11','SNMP interface status (ifAdminStatus)');
699INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('12','VMware VirtualMachinePowerState');
700INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('13','VMware status');
701INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('14','Maintenance status');
702INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('15','Value cache operating mode');
703INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('16','Windows service startup type');
704INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('17','HTTP response status code');
705INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('18','ENTITY-SENSORS-MIB::EntitySensorStatus');
706INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('19','EtherLike-MIB::dot3StatsDuplexStatus');
707INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('20','IF-MIB::ifOperStatus');
708INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('21','IF-MIB::ifType');
709INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('22','zabbix.host.available');
710INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('23','TIMETRA-CHASSIS-MIB::TmnxDeviceState');
711INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('24','SW-MIB::swSensorStatus');
712INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('25','SW-MIB::swOperStatus');
713INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('26','FOUNDRY-SN-AGENT-MIB::snChasPwrSupplyOperStatus');
714INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('27','FOUNDRY-SN-AGENT-MIB::snChasFanOperStatus');
715INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('28','CISCO-ENVMON-MIB::CiscoEnvMonState');
716INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('29','F10-S-SERIES-CHASSIS-MIB::extremeFanOperational');
717INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('30','F10-S-SERIES-CHASSIS-MIB::chSysFanTrayOperStatus');
718INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('31','F10-S-SERIES-CHASSIS-MIB::chSysPowerSupplyOperStatus');
719INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('32','MY-SYSTEM-MIB::mySystemFanIsNormal');
720INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('33','EQUIPMENT-MIB::swFanStatus');
721INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('34','EQUIPMENT-MIB::swPowerStatus');
722INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('35','TruthValue');
723INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('36','EXTREME-SYSTEM-MIB::extremeFanOperational');
724INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('37','EXTREME-SYSTEM-MIB::extremeOverTemperatureAlarm');
725INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('38','EXTREME-SYSTEM-MIB::extremePowerSupplyStatus');
726INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('39','HH3C-ENTITY-EXT-MIB::hh3cEntityExtErrorStatus');
727INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('40','HP-ICF-CHASSIS::hpicfSensorStatus');
728INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('41','HUAWEI-ENTITY-EXTENT-MIB::hwEntityFanState');
729INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('42','ICS-CHASSIS-MIB::icsChassisFanOperStatus');
730INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('43','ICS-CHASSIS-MIB::icsChassisSensorSlotOperStatus');
731INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('44','ICS-CHASSIS-MIB::icsChassisPowerSupplyOperStatus');
732INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('45','ICS-CHASSIS-MIB::icsChassisTemperatureStatus');
733INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('46','JUNIPER-ALARM-MIB::jnxRedAlarmState');
734INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('47','JUNIPER-ALARM-MIB::jnxOperatingState');
735INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('48','ENTITY-STATE-MIB::EntityOperState');
736INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('49','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesPowSupplyItemState');
737INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('50','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesFanItemState');
738INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('51','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesTempSensorState');
739INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('52','QTECH-MIB::sysFanStatus');
740INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('53','QTECH-MIB::sysPowerStatus');
741INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('54','CPQSINFO-MIB::status');
742INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('55','CPQHLTH-MIB::cpqHeTemperatureLocale');
743INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('56','CPQIDA-MIB::cpqDaCntlrModel');
744INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('57','CPQIDA-MIB::cpqDaPhyDrvStatus');
745INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('58','IMM-MIB::systemHealthStat');
746INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('59','IDRAC-MIB-SMIv2::ObjectStatusEnum');
747INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('60','IDRAC-MIB-SMIv2::StatusProbeEnum');
748INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('61','IDRAC-MIB-SMIv2::physicalDiskComponentStatus');
749INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('62','IDRAC-MIB-SMIv2::BooleanType');
750INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('63','IDRAC-MIB-SMIv2::physicalDiskMediaType');
751INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('64','IDRAC-MIB-SMIv2::batteryState');
752INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('65','IDRAC-MIB-SMIv2::virtualDiskLayout');
753INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('66','IDRAC-MIB-SMIv2::virtualDiskOperationalState');
754INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('67','IDRAC-MIB-SMIv2::virtualDiskWritePolicy');
755INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('68','IDRAC-MIB-SMIv2::virtualDiskReadPolicy');
756INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('69','IDRAC-MIB-SMIv2::virtualDiskState');
757INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('70','CPQIDA-MIB::cpqDaPhyDrvSmartStatus');
758INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('71','CPQIDA-MIB::cpqDaAccelStatus');
759INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('72','CPQIDA-MIB::cpqDaAccelBattery');
760INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('73','CPQIDA-MIB::cpqDaPhyDrvMediaType');
761INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('74','CPQIDA-MIB::cpqDaLogDrvFaultTol');
762INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('75','CPQIDA-MIB::cpqDaLogDrvStatus');
763INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('76','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsEquipmentOperability');
764INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('77','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsLsOperState');
765INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('78','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsStoragePDriveStatus');
766INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('79','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsStorageLunType');
767INSERT INTO `valuemaps` (`valuemapid`,`name`) values ('80','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsEquipmentPresence');
768INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10009','0','','','10001','Number of processes','proc.num[]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Total number of processes in any state.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
769INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10010','0','','','10001','Processor load (1 min average per core)','system.cpu.load[percpu,avg1]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
770INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10013','0','','','10001','Number of running processes','proc.num[,,run]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of processes in running state.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
771INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10014','0','','','10001','Free swap space','system.swap.size[,free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
772INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10016','0','','','10001','Number of logged in users','system.users.num','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of users who are currently logged in.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
773INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10019','0','','','10001','Checksum of /etc/passwd','vfs.file.cksum[/etc/passwd]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
774INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10025','0','','','10001','System uptime','system.uptime','10m','1w','365d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
775INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10026','0','','','10001','Total memory','vm.memory.size[total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
776INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10030','0','','','10001','Total swap space','system.swap.size[,total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
777INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10055','0','','','10001','Maximum number of processes','kernel.maxproc','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
778INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10056','0','','','10001','Maximum number of opened files','kernel.maxfiles','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
779INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10057','0','','','10001','Host name','system.hostname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','System host name.','3','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
780INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10058','0','','','10001','System information','system.uname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The information as normally returned by \'uname -a\'.','5','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
781INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10061','5','','','10047','Number of processed numeric (float) values per second','zabbix[wcache,values,float]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
782INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10062','5','','','10047','Number of processed character values per second','zabbix[wcache,values,str]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
783INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10063','5','','','10047','Number of processed log values per second','zabbix[wcache,values,log]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
784INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10064','5','','','10047','Number of processed numeric (unsigned) values per second','zabbix[wcache,values,uint]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
785INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10065','5','','','10047','Number of processed text values per second','zabbix[wcache,values,text]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
786INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10066','5','','','10047','Number of processed not supported values per second','zabbix[wcache,values,not supported]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
787INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10067','5','','','10048','Number of processed numeric (float) values per second','zabbix[wcache,values,float]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
788INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10068','5','','','10048','Number of processed character values per second','zabbix[wcache,values,str]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
789INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10069','5','','','10048','Number of processed log values per second','zabbix[wcache,values,log]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
790INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10070','5','','','10048','Number of processed numeric (unsigned) values per second','zabbix[wcache,values,uint]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
791INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10071','5','','','10048','Number of processed text values per second','zabbix[wcache,values,text]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
792INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10072','5','','','10048','Number of processed not supported values per second','zabbix[wcache,values,not supported]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
793INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('17318','0','','','10001','Host boot time','system.boottime','10m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
794INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('17350','0','','','10001','Free swap space in %','system.swap.size[,pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
795INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('17352','0','','','10001','Host local time','system.localtime','1m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
796INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('17354','0','','','10001','CPU idle time','system.cpu.util[,idle]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent doing nothing.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
797INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('17356','0','','','10001','CPU user time','system.cpu.util[,user]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running users\' processes that are not niced.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
798INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('17358','0','','','10001','CPU nice time','system.cpu.util[,nice]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running users\' processes that have been niced.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
799INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('17360','0','','','10001','CPU system time','system.cpu.util[,system]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running the kernel and its processes.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
800INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('17362','0','','','10001','CPU iowait time','system.cpu.util[,iowait]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Amount of time the CPU has been waiting for I/O to complete.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
801INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22181','0','','','10001','Available memory','vm.memory.size[available]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Available memory is defined as free+cached+buffers memory.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
802INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22183','5','','','10047','Zabbix history write cache, % used','zabbix[wcache,history,pused]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
803INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22185','5','','','10047','Zabbix trend write cache, % used','zabbix[wcache,trend,pused]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
804INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22187','5','','','10047','Number of processed values per second','zabbix[wcache,values]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
805INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22189','5','','','10047','Zabbix configuration cache, % used','zabbix[rcache,buffer,pused]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
806INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22191','5','','','10047','Zabbix value cache, % used','zabbix[vcache,buffer,pused]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
807INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22196','5','','','10047','Zabbix value cache hits','zabbix[vcache,cache,hits]','1m','1w','365d','0','0','','vps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
808INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22199','5','','','10047','Zabbix value cache misses','zabbix[vcache,cache,misses]','1m','1w','365d','0','0','','vps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
809INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22219','5','','','10047','Zabbix queue over 10 minutes','zabbix[queue,10m]','10m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
810INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22231','0','','','10050','Version of zabbix_agent(d) running','agent.version','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
811INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22232','0','','','10050','Agent ping','agent.ping','1m','1w','365d','0','3','','','','0','','','','',NULL,'10','','','0','','','','','0',NULL,'','The agent always returns 1 for this item. It could be used in combination with nodata() for availability check.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
812INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22396','5','','','10047','Zabbix history index cache, % used','zabbix[wcache,index,pused]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
813INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22399','5','','','10047','Utilization of poller data collector processes, in %','zabbix[process,poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
814INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22400','5','','','10047','Utilization of unreachable poller data collector processes, in %','zabbix[process,unreachable poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
815INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22401','5','','','10047','Utilization of vmware data collector processes, in %','zabbix[process,vmware collector,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
816INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22402','5','','','10047','Utilization of http poller data collector processes, in %','zabbix[process,http poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
817INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22404','5','','','10047','Utilization of trapper data collector processes, in %','zabbix[process,trapper,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
818INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22406','5','','','10047','Utilization of history syncer internal processes, in %','zabbix[process,history syncer,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
819INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22408','5','','','10047','Utilization of housekeeper internal processes, in %','zabbix[process,housekeeper,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
820INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22412','5','','','10047','Utilization of configuration syncer internal processes, in %','zabbix[process,configuration syncer,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
821INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22414','5','','','10047','Utilization of self-monitoring internal processes, in %','zabbix[process,self-monitoring,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
822INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22416','5','','','10047','Utilization of ipmi poller data collector processes, in %','zabbix[process,ipmi poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
823INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22418','5','','','10047','Utilization of icmp pinger data collector processes, in %','zabbix[process,icmp pinger,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
824INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22420','5','','','10047','Utilization of proxy poller data collector processes, in %','zabbix[process,proxy poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
825INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22422','5','','','10047','Utilization of escalator internal processes, in %','zabbix[process,escalator,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
826INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22424','5','','','10047','Utilization of alerter internal processes, in %','zabbix[process,alerter,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
827INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22426','5','','','10047','Utilization of timer internal processes, in %','zabbix[process,timer,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
828INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22430','5','','','10047','Utilization of discoverer data collector processes, in %','zabbix[process,discoverer,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
829INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22444','0','','','10001','Network interface discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of network interfaces as defined in global regular expression "Network interfaces for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
830INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22446','0','','','10001','Incoming network traffic on {#IFNAME}','net.if.in[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
831INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22448','0','','','10001','Outgoing network traffic on {#IFNAME}','net.if.out[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
832INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22450','0','','','10001','Mounted filesystem discovery','vfs.fs.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of file systems of different types as defined in global regular expression "File systems for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
833INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22452','0','','','10001','Free disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
834INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22454','0','','','10001','Free inodes on {#FSNAME} (percentage)','vfs.fs.inode[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
835INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22456','0','','','10001','Total disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
836INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22458','0','','','10001','Used disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},used]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
837INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22665','0','','','10001','CPU steal time','system.cpu.util[,steal]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The amount of CPU \'stolen\' from this virtual machine by the hypervisor for other tasks (such as running another virtual machine).','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
838INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22668','0','','','10001','CPU softirq time','system.cpu.util[,softirq]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The amount of time the CPU has been servicing software interrupts.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
839INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22671','0','','','10001','CPU interrupt time','system.cpu.util[,interrupt]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The amount of time the CPU has been servicing hardware interrupts.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
840INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22674','0','','','10001','Processor load (5 min average per core)','system.cpu.load[percpu,avg5]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
841INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22677','0','','','10001','Processor load (15 min average per core)','system.cpu.load[percpu,avg15]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
842INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22680','0','','','10001','Context switches per second','system.cpu.switches','1m','1w','365d','0','3','','sps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
843INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22683','0','','','10001','Interrupts per second','system.cpu.intr','1m','1w','365d','0','3','','ips','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
844INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22686','0','','','10001','Free disk space on {#FSNAME} (percentage)','vfs.fs.size[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
845INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22689','5','','','10047','Utilization of java poller data collector processes, in %','zabbix[process,java poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
846INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22835','0','','','10074','Maximum number of opened files','kernel.maxfiles','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
847INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22836','0','','','10074','Maximum number of processes','kernel.maxproc','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
848INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22837','0','','','10074','Number of running processes','proc.num[,,run]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of processes in running state.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
849INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22838','0','','','10074','Number of processes','proc.num[]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Total number of processes in any state.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
850INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22839','0','','','10074','Host boot time','system.boottime','10m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
851INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22840','0','','','10074','Interrupts per second','system.cpu.intr','1m','1w','365d','0','3','','ips','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
852INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22841','0','','','10074','Processor load (15 min average per core)','system.cpu.load[percpu,avg15]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
853INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22842','0','','','10074','Processor load (1 min average per core)','system.cpu.load[percpu,avg1]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
854INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22843','0','','','10074','Processor load (5 min average per core)','system.cpu.load[percpu,avg5]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
855INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22844','0','','','10074','Context switches per second','system.cpu.switches','1m','1w','365d','0','3','','sps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
856INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22845','0','','','10074','CPU idle time','system.cpu.util[,idle]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent doing nothing.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
857INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22846','0','','','10074','CPU interrupt time','system.cpu.util[,interrupt]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The amount of time the CPU has been servicing hardware interrupts.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
858INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22848','0','','','10074','CPU nice time','system.cpu.util[,nice]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running users\' processes that have been niced.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
859INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22851','0','','','10074','CPU system time','system.cpu.util[,system]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running the kernel and its processes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
860INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22852','0','','','10074','CPU user time','system.cpu.util[,user]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running users\' processes that are not niced.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
861INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22853','0','','','10074','Host name','system.hostname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','System host name.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
862INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22854','0','','','10074','Host local time','system.localtime','1m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
863INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22855','0','','','10074','Free swap space','system.swap.size[,free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
864INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22856','0','','','10074','Free swap space in %','system.swap.size[,pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
865INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22857','0','','','10074','Total swap space','system.swap.size[,total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
866INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22858','0','','','10074','System information','system.uname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The information as normally returned by \'uname -a\'.','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
867INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22859','0','','','10074','System uptime','system.uptime','10m','1w','365d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
868INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22860','0','','','10074','Number of logged in users','system.users.num','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of users who are currently logged in.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
869INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22861','0','','','10074','Checksum of /etc/passwd','vfs.file.cksum[/etc/passwd]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
870INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22862','0','','','10074','Available memory','vm.memory.size[available]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Available memory is defined as free+cached+buffers memory.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
871INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22863','0','','','10074','Total memory','vm.memory.size[total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
872INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22867','0','','','10074','Mounted filesystem discovery','vfs.fs.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of file systems of different types as defined in global regular expression "File systems for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
873INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22868','0','','','10074','Free disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
874INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22869','0','','','10074','Free inodes on {#FSNAME} (percentage)','vfs.fs.inode[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
875INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22870','0','','','10074','Total disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
876INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22871','0','','','10074','Used disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},used]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
877INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22872','0','','','10074','Free disk space on {#FSNAME} (percentage)','vfs.fs.size[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
878INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22875','0','','','10075','Maximum number of opened files','kernel.maxfiles','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
879INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22876','0','','','10075','Maximum number of processes','kernel.maxproc','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
880INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22877','0','','','10075','Number of running processes','proc.num[,,run]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of processes in running state.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
881INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22878','0','','','10075','Number of processes','proc.num[]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Total number of processes in any state.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
882INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22879','0','','','10075','Host boot time','system.boottime','10m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
883INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22880','0','','','10075','Interrupts per second','system.cpu.intr','1m','1w','365d','0','3','','ips','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
884INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22881','0','','','10075','Processor load (15 min average per core)','system.cpu.load[percpu,avg15]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
885INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22882','0','','','10075','Processor load (1 min average per core)','system.cpu.load[percpu,avg1]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
886INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22883','0','','','10075','Processor load (5 min average per core)','system.cpu.load[percpu,avg5]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
887INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22884','0','','','10075','Context switches per second','system.cpu.switches','1m','1w','365d','0','3','','sps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
888INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22885','0','','','10075','CPU idle time','system.cpu.util[,idle]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent doing nothing.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
889INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22886','0','','','10075','CPU interrupt time','system.cpu.util[,interrupt]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The amount of time the CPU has been servicing hardware interrupts.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
890INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22888','0','','','10075','CPU nice time','system.cpu.util[,nice]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running users\' processes that have been niced.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
891INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22891','0','','','10075','CPU system time','system.cpu.util[,system]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running the kernel and its processes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
892INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22892','0','','','10075','CPU user time','system.cpu.util[,user]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running users\' processes that are not niced.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
893INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22893','0','','','10075','Host name','system.hostname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','System host name.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
894INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22894','0','','','10075','Host local time','system.localtime','1m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
895INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22895','0','','','10075','Free swap space','system.swap.size[,free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
896INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22896','0','','','10075','Free swap space in %','system.swap.size[,pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
897INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22897','0','','','10075','Total swap space','system.swap.size[,total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
898INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22898','0','','','10075','System information','system.uname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The information as normally returned by \'uname -a\'.','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
899INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22899','0','','','10075','System uptime','system.uptime','10m','1w','365d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
900INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22900','0','','','10075','Number of logged in users','system.users.num','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of users who are currently logged in.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
901INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22901','0','','','10075','Checksum of /etc/passwd','vfs.file.cksum[/etc/passwd]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
902INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22902','0','','','10075','Available memory','vm.memory.size[available]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Available memory is defined as free+cached+buffers memory.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
903INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22903','0','','','10075','Total memory','vm.memory.size[total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
904INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22907','0','','','10075','Mounted filesystem discovery','vfs.fs.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of file systems of different types as defined in global regular expression "File systems for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
905INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22908','0','','','10075','Free disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
906INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22909','0','','','10075','Free inodes on {#FSNAME} (percentage)','vfs.fs.inode[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
907INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22910','0','','','10075','Total disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
908INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22911','0','','','10075','Used disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},used]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
909INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22912','0','','','10075','Free disk space on {#FSNAME} (percentage)','vfs.fs.size[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
910INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22917','0','','','10076','Number of running processes','proc.num[,,run]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of processes in running state.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
911INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22918','0','','','10076','Number of processes','proc.num[]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Total number of processes in any state.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
912INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22920','0','','','10076','Interrupts per second','system.cpu.intr','1m','1w','365d','0','3','','ips','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
913INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22921','0','','','10076','Processor load (15 min average per core)','system.cpu.load[percpu,avg15]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
914INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22922','0','','','10076','Processor load (1 min average per core)','system.cpu.load[percpu,avg1]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
915INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22923','0','','','10076','Processor load (5 min average per core)','system.cpu.load[percpu,avg5]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
916INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22924','0','','','10076','Context switches per second','system.cpu.switches','1m','1w','365d','0','3','','sps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
917INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22933','0','','','10076','Host name','system.hostname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','System host name.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
918INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22934','0','','','10076','Host local time','system.localtime','1m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
919INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22938','0','','','10076','System information','system.uname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The information as normally returned by \'uname -a\'.','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
920INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22939','0','','','10076','System uptime','system.uptime','10m','1w','365d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
921INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22940','0','','','10076','Number of logged in users','system.users.num','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of users who are currently logged in.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
922INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22941','0','','','10076','Checksum of /etc/passwd','vfs.file.cksum[/etc/passwd]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
923INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22942','0','','','10076','Available memory','vm.memory.size[available]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Available memory is defined as free+cached+buffers memory.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
924INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22943','0','','','10076','Total memory','vm.memory.size[total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
925INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22944','0','','','10076','Network interface discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of network interfaces as defined in global regular expression "Network interfaces for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
926INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22945','0','','','10076','Incoming network traffic on {#IFNAME}','net.if.in[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
927INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22946','0','','','10076','Outgoing network traffic on {#IFNAME}','net.if.out[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
928INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22947','0','','','10076','Mounted filesystem discovery','vfs.fs.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of file systems of different types as defined in global regular expression "File systems for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
929INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22948','0','','','10076','Free disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
930INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22949','0','','','10076','Free inodes on {#FSNAME} (percentage)','vfs.fs.inode[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
931INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22950','0','','','10076','Total disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
932INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22951','0','','','10076','Used disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},used]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
933INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22952','0','','','10076','Free disk space on {#FSNAME} (percentage)','vfs.fs.size[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
934INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22961','0','','','10077','Processor load (15 min average per core)','system.cpu.load[percpu,avg15]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
935INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22962','0','','','10077','Processor load (1 min average per core)','system.cpu.load[percpu,avg1]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
936INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22963','0','','','10077','Processor load (5 min average per core)','system.cpu.load[percpu,avg5]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
937INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22965','0','','','10077','CPU idle time','system.cpu.util[,idle]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent doing nothing.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
938INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22968','0','','','10077','CPU nice time','system.cpu.util[,nice]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running users\' processes that have been niced.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
939INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22971','0','','','10077','CPU system time','system.cpu.util[,system]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running the kernel and its processes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
940INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22972','0','','','10077','CPU user time','system.cpu.util[,user]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running users\' processes that are not niced.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
941INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22973','0','','','10077','Host name','system.hostname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','System host name.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
942INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22974','0','','','10077','Host local time','system.localtime','1m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
943INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22978','0','','','10077','System information','system.uname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The information as normally returned by \'uname -a\'.','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
944INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22980','0','','','10077','Number of logged in users','system.users.num','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of users who are currently logged in.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
945INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22981','0','','','10077','Checksum of /etc/passwd','vfs.file.cksum[/etc/passwd]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
946INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22982','0','','','10077','Available memory','vm.memory.size[available]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Available memory is defined as free+cached+buffers memory.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
947INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22983','0','','','10077','Total memory','vm.memory.size[total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
948INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22984','0','','','10077','Network interface discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of network interfaces as defined in global regular expression "Network interfaces for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
949INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22985','0','','','10077','Incoming network traffic on {#IFNAME}','net.if.in[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
950INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22986','0','','','10077','Outgoing network traffic on {#IFNAME}','net.if.out[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
951INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22987','0','','','10077','Mounted filesystem discovery','vfs.fs.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of file systems of different types as defined in global regular expression "File systems for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
952INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22988','0','','','10077','Free disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
953INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22989','0','','','10077','Free inodes on {#FSNAME} (percentage)','vfs.fs.inode[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
954INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22990','0','','','10077','Total disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
955INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22991','0','','','10077','Used disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},used]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
956INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22992','0','','','10077','Free disk space on {#FSNAME} (percentage)','vfs.fs.size[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
957INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22996','0','','','10078','Maximum number of processes','kernel.maxproc','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
958INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22997','0','','','10078','Number of running processes','proc.num[,,run]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of processes in running state.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
959INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22998','0','','','10078','Number of processes','proc.num[]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Total number of processes in any state.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
960INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22999','0','','','10078','Host boot time','system.boottime','10m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
961INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23000','0','','','10078','Interrupts per second','system.cpu.intr','1m','1w','365d','0','3','','ips','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
962INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23001','0','','','10078','Processor load (15 min average per core)','system.cpu.load[percpu,avg15]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
963INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23002','0','','','10078','Processor load (1 min average per core)','system.cpu.load[percpu,avg1]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
964INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23003','0','','','10078','Processor load (5 min average per core)','system.cpu.load[percpu,avg5]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
965INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23004','0','','','10078','Context switches per second','system.cpu.switches','1m','1w','365d','0','3','','sps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
966INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23005','0','','','10078','CPU idle time','system.cpu.util[,idle]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent doing nothing.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
967INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23007','0','','','10078','CPU iowait time','system.cpu.util[,iowait]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Amount of time the CPU has been waiting for I/O to complete.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
968INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23011','0','','','10078','CPU system time','system.cpu.util[,system]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running the kernel and its processes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
969INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23012','0','','','10078','CPU user time','system.cpu.util[,user]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time the CPU has spent running users\' processes that are not niced.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
970INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23013','0','','','10078','Host name','system.hostname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','System host name.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
971INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23014','0','','','10078','Host local time','system.localtime','1m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
972INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23015','0','','','10078','Free swap space','system.swap.size[,free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
973INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23016','0','','','10078','Free swap space in %','system.swap.size[,pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
974INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23017','0','','','10078','Total swap space','system.swap.size[,total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
975INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23018','0','','','10078','System information','system.uname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The information as normally returned by \'uname -a\'.','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
976INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23019','0','','','10078','System uptime','system.uptime','10m','1w','365d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
977INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23020','0','','','10078','Number of logged in users','system.users.num','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of users who are currently logged in.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
978INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23021','0','','','10078','Checksum of /etc/passwd','vfs.file.cksum[/etc/passwd]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
979INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23022','0','','','10078','Available memory','vm.memory.size[available]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Available memory is defined as free+cached+buffers memory.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
980INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23023','0','','','10078','Total memory','vm.memory.size[total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
981INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23024','0','','','10078','Network interface discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of network interfaces as defined in global regular expression "Network interfaces for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
982INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23025','0','','','10078','Incoming network traffic on {#IFNAME}','net.if.in[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
983INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23026','0','','','10078','Outgoing network traffic on {#IFNAME}','net.if.out[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
984INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23027','0','','','10078','Mounted filesystem discovery','vfs.fs.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of file systems of different types as defined in global regular expression "File systems for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
985INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23028','0','','','10078','Free disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
986INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23029','0','','','10078','Free inodes on {#FSNAME} (percentage)','vfs.fs.inode[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
987INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23030','0','','','10078','Total disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
988INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23031','0','','','10078','Used disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},used]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
989INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23032','0','','','10078','Free disk space on {#FSNAME} (percentage)','vfs.fs.size[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
990INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23035','0','','','10079','Maximum number of opened files','kernel.maxfiles','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
991INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23036','0','','','10079','Maximum number of processes','kernel.maxproc','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
992INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23039','0','','','10079','Host boot time','system.boottime','10m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
993INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23041','0','','','10079','Processor load (15 min average per core)','system.cpu.load[percpu,avg15]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
994INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23042','0','','','10079','Processor load (1 min average per core)','system.cpu.load[percpu,avg1]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
995INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23043','0','','','10079','Processor load (5 min average per core)','system.cpu.load[percpu,avg5]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
996INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23053','0','','','10079','Host name','system.hostname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','System host name.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
997INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23054','0','','','10079','Host local time','system.localtime','1m','1w','365d','0','3','','unixtime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
998INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23058','0','','','10079','System information','system.uname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The information as normally returned by \'uname -a\'.','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
999INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23059','0','','','10079','System uptime','system.uptime','10m','1w','365d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1000INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23060','0','','','10079','Number of logged in users','system.users.num','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of users who are currently logged in.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1001INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23061','0','','','10079','Checksum of /etc/passwd','vfs.file.cksum[/etc/passwd]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1002INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23062','0','','','10079','Available memory','vm.memory.size[available]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Available memory is defined as free+cached+buffers memory.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1003INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23063','0','','','10079','Total memory','vm.memory.size[total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1004INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23067','0','','','10079','Mounted filesystem discovery','vfs.fs.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of file systems of different types as defined in global regular expression "File systems for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1005INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23068','0','','','10079','Free disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1006INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23069','0','','','10079','Free inodes on {#FSNAME} (percentage)','vfs.fs.inode[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1007INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23070','0','','','10079','Total disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1008INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23071','0','','','10079','Used disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},used]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1009INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23072','0','','','10079','Free disk space on {#FSNAME} (percentage)','vfs.fs.size[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1010INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23073','0','','','10075','Incoming network traffic on {#IFNAME}','net.if.in[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1011INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23074','0','','','10075','Outgoing network traffic on {#IFNAME}','net.if.out[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1012INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23075','0','','','10074','Incoming network traffic on {#IFNAME}','net.if.in[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1013INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23076','0','','','10074','Outgoing network traffic on {#IFNAME}','net.if.out[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1014INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23077','0','','','10079','Incoming network traffic on en0','net.if.in[en0]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1015INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23078','0','','','10079','Outgoing network traffic on en0','net.if.out[en0]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1016INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23108','0','','','10076','CPU available physical processors in the shared pool','system.stat[cpu,app]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1017INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23109','0','','','10076','CPU entitled capacity consumed','system.stat[cpu,ec]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1018INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23110','0','','','10076','CPU idle time','system.stat[cpu,id]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1019INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23111','0','','','10076','CPU logical processor utilization','system.stat[cpu,lbusy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1020INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23112','0','','','10076','CPU number of physical processors consumed','system.stat[cpu,pc]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1021INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23113','0','','','10076','CPU system time','system.stat[cpu,sy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1022INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23114','0','','','10076','CPU user time','system.stat[cpu,us]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1023INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23115','0','','','10076','CPU iowait time','system.stat[cpu,wa]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1024INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23116','0','','','10076','Amount of data transferred','system.stat[disk,bps]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1025INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23117','0','','','10076','Number of transfers','system.stat[disk,tps]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1026INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23118','0','','','10076','Processor units is entitled to receive','system.stat[ent]','1h','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1027INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23119','0','','','10076','Kernel thread context switches','system.stat[faults,cs]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1028INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23120','0','','','10076','Device interrupts','system.stat[faults,in]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1029INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23121','0','','','10076','System calls','system.stat[faults,sy]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1030INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23122','0','','','10076','Length of the swap queue','system.stat[kthr,b]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1031INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23123','0','','','10076','Length of the run queue','system.stat[kthr,r]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1032INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23124','0','','','10076','Active virtual pages','system.stat[memory,avm]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1033INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23125','0','','','10076','Free real memory','system.stat[memory,fre]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1034INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23126','0','','','10076','File page-ins per second','system.stat[page,fi]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1035INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23127','0','','','10076','File page-outs per second','system.stat[page,fo]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1036INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23128','0','','','10076','Pages freed (page replacement)','system.stat[page,fr]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1037INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23129','0','','','10076','Pages paged in from paging space','system.stat[page,pi]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1038INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23130','0','','','10076','Pages paged out to paging space','system.stat[page,po]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1039INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23131','0','','','10076','Pages scanned by page-replacement algorithm','system.stat[page,sr]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1040INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23134','0','','','10081','Average disk read queue length','perf_counter[\\234(_Total)\\1402]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Full counter name: \\PhysicalDisk(_Total)\\Avg. Disk Read Queue Length','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1041INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23135','0','','','10081','Average disk write queue length','perf_counter[\\234(_Total)\\1404]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Full counter name: \\PhysicalDisk(_Total)\\Avg. Disk Write Queue Length','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1042INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23136','0','','','10081','File read bytes per second','perf_counter[\\2\\16]','1m','1w','365d','0','0','','Bps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Full counter name: \\System\\File Read Bytes/sec','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1043INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23137','0','','','10081','File write bytes per second','perf_counter[\\2\\18]','1m','1w','365d','0','0','','Bps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Full counter name: \\System\\File Write Bytes/sec','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1044INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23138','0','','','10081','Number of threads','perf_counter[\\2\\250]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Full counter name: \\System\\Threads','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1045INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23140','0','','','10081','Number of processes','proc.num[]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1046INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23143','0','','','10081','Processor load (1 min average)','system.cpu.load[percpu,avg1]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1047INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23144','0','','','10081','Processor load (15 min average)','system.cpu.load[percpu,avg15]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1048INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23145','0','','','10081','Processor load (5 min average)','system.cpu.load[percpu,avg5]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1049INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23147','0','','','10081','Free swap space','system.swap.size[,free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1050INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23148','0','','','10081','Total swap space','system.swap.size[,total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1051INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23149','0','','','10081','System information','system.uname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1052INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23150','0','','','10081','System uptime','system.uptime','1m','1w','365d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1053INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23158','0','','','10081','Free memory','vm.memory.size[free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1054INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23159','0','','','10081','Total memory','vm.memory.size[total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1055INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23162','0','','','10081','Mounted filesystem discovery','vfs.fs.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of file systems of different types as defined in global regular expression "File systems for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1056INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23163','0','','','10081','Network interface discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of network interfaces as defined in global regular expression "Network interfaces for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1057INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23164','0','','','10081','Free disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},free]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1058INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23165','0','','','10081','Free disk space on {#FSNAME} (percentage)','vfs.fs.size[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1059INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23167','0','','','10081','Total disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},total]','1h','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1060INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23168','0','','','10081','Used disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},used]','1m','1w','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1061INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23169','0','','','10081','Incoming network traffic on {#IFNAME}','net.if.in[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1062INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23170','0','','','10081','Outgoing network traffic on {#IFNAME}','net.if.out[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1063INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23171','5','','','10047','Utilization of snmp trapper data collector processes, in %','zabbix[process,snmp trapper,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1064INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23251','5','','','10047','Zabbix queue','zabbix[queue]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1065INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23318','0','','','10050','Host name of zabbix_agentd running','agent.hostname','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1066INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23329','0','','','10074','Network interface discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of network interfaces as defined in global regular expression "Network interfaces for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1067INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23340','5','','','10048','Number of processed values per second','zabbix[wcache,values]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1068INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23341','5','','','10048','Zabbix history index cache, % used','zabbix[wcache,index,pused]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1069INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23342','5','','','10048','Zabbix history write cache, % used','zabbix[wcache,history,pused]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1070INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23343','5','','','10048','Utilization of self-monitoring internal processes, in %','zabbix[process,self-monitoring,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1071INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23344','5','','','10048','Utilization of snmp trapper data collector processes, in %','zabbix[process,snmp trapper,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1072INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23345','5','','','10048','Utilization of trapper data collector processes, in %','zabbix[process,trapper,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1073INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23346','5','','','10048','Utilization of unreachable poller data collector processes, in %','zabbix[process,unreachable poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1074INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23347','5','','','10048','Utilization of configuration syncer internal processes, in %','zabbix[process,configuration syncer,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1075INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23348','5','','','10048','Utilization of poller data collector processes, in %','zabbix[process,poller,avg,busy]','1m','1w','365d','0','0','localhost','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1076INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23349','5','','','10048','Utilization of java poller data collector processes, in %','zabbix[process,java poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1077INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23350','5','','','10048','Utilization of history syncer internal processes, in %','zabbix[process,history syncer,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1078INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23351','5','','','10048','Utilization of heartbeat sender internal processes, in %','zabbix[process,heartbeat sender,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1079INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23352','5','','','10048','Utilization of discoverer data collector processes, in %','zabbix[process,discoverer,avg,busy]','1m','1w','365d','0','0','localhost','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1080INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23353','5','','','10048','Utilization of housekeeper internal processes, in %','zabbix[process,housekeeper,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1081INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23354','5','','','10048','Utilization of http poller data collector processes, in %','zabbix[process,http poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1082INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23355','5','','','10048','Utilization of ipmi poller data collector processes, in %','zabbix[process,ipmi poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1083INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23356','5','','','10048','Utilization of icmp pinger data collector processes, in %','zabbix[process,icmp pinger,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1084INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23357','5','','','10048','Zabbix configuration cache, % used','zabbix[rcache,buffer,pused]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1085INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23358','5','','','10048','Zabbix queue','zabbix[queue]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1086INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23359','5','','','10048','Zabbix queue over 10 minutes','zabbix[queue,10m]','10m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1087INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23360','5','','','10048','Utilization of data sender internal processes, in %','zabbix[process,data sender,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1088INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23540','0','','','10075','Network interface discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of network interfaces as defined in global regular expression "Network interfaces for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1089INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23634','5','','','10047','Zabbix vmware cache, % used','zabbix[vmware,buffer,pused]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1090INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23644','3','','','10093','FTP service is running','net.tcp.service[ftp]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1091INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23645','3','','','10094','HTTP service is running','net.tcp.service[http]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1092INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23646','3','','','10095','HTTPS service is running','net.tcp.service[https]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1093INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23647','3','','','10096','IMAP service is running','net.tcp.service[imap]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1094INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23648','3','','','10097','LDAP service is running','net.tcp.service[ldap]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1095INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23649','3','','','10098','NNTP service is running','net.tcp.service[nntp]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1096INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23650','3','','','10099','NTP service is running','net.udp.service[ntp]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1097INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23651','3','','','10100','POP service is running','net.tcp.service[pop]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1098INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23652','3','','','10101','SMTP service is running','net.tcp.service[smtp]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1099INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23653','3','','','10102','SSH service is running','net.tcp.service[ssh]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1100INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23654','3','','','10103','Telnet service is running','net.tcp.service[telnet]','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1101INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23661','5','','','10047','Zabbix value cache operating mode','zabbix[vcache,cache,mode]','1m','1w','365d','0','3','','','','0','','','','',NULL,'15','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1102INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23663','5','','','10047','Utilization of task manager internal processes, in %','zabbix[process,task manager,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1103INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23665','0','','','10081','Windows service discovery','service.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of Windows services of different types as defined in global regular expressions "Windows service names for discovery" and "Windows service startup states for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1104INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23666','0','','','10081','State of service "{#SERVICE.NAME}" ({#SERVICE.DISPLAYNAME})','service.info[{#SERVICE.NAME},state]','1m','1w','365d','0','3','','','','0','','','','',NULL,'3','','','0','','','','','2',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1105INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23668','0','','','10081','Free virtual memory, in %','vm.vmemory.size[pavailable]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1106INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('25366','5','','','10047','Utilization of ipmi manager internal processes, in %','zabbix[process,ipmi manager,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1107INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('25368','5','','','10048','Utilization of ipmi manager internal processes, in %','zabbix[process,ipmi manager,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1108INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('25369','5','','','10048','Utilization of task manager internal processes, in %','zabbix[process,task manager,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1109INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('25370','5','','','10047','Utilization of alert manager internal processes, in %','zabbix[process,alert manager,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1110INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('25665','5','','','10047','Utilization of preprocessing manager internal processes, in %','zabbix[process,preprocessing manager,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1111INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('25666','5','','','10047','Utilization of preprocessing worker internal processes, in %','zabbix[process,preprocessing worker,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1112INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26911','0','','','10170','MySQL update operations per second','mysql.status[Com_update]','1m','1w','365d','0','0','','qps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1113INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26912','0','','','10170','MySQL select operations per second','mysql.status[Com_select]','1m','1w','365d','0','0','','qps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1114INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26913','0','','','10170','MySQL queries per second','mysql.status[Questions]','1m','1w','365d','0','0','','qps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1115INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26914','0','','','10170','MySQL slow queries','mysql.status[Slow_queries]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1116INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26915','0','','','10170','MySQL version','mysql.version','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.version, which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1117INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26916','0','','','10170','MySQL uptime','mysql.status[Uptime]','1m','1w','365d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1118INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26917','0','','','10170','MySQL rollback operations per second','mysql.status[Com_rollback]','1m','1w','365d','0','0','','qps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1119INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26918','0','','','10170','MySQL insert operations per second','mysql.status[Com_insert]','1m','1w','365d','0','0','','qps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1120INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26919','0','','','10170','MySQL bytes sent per second','mysql.status[Bytes_sent]','1m','1w','365d','0','0','','Bps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The number of bytes sent to all clients.\r\n\r\nIt requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1121INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26920','0','','','10170','MySQL bytes received per second','mysql.status[Bytes_received]','1m','1w','365d','0','0','','Bps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The number of bytes received from all clients. \r\n\r\nIt requires user parameter mysql.status[*], which is defined in \r\nuserparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1122INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26921','0','','','10170','MySQL begin operations per second','mysql.status[Com_begin]','1m','1w','365d','0','0','','qps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1123INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26922','0','','','10170','MySQL commit operations per second','mysql.status[Com_commit]','1m','1w','365d','0','0','','qps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1124INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26923','0','','','10170','MySQL delete operations per second','mysql.status[Com_delete]','1m','1w','365d','0','0','','qps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1125INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26924','0','','','10170','MySQL status','mysql.ping','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','It requires user parameter mysql.ping, which is defined in userparameter_mysql.conf.\r\n\r\n0 - MySQL server is down\r\n1 - MySQL server is up','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1126INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26925','12','','','10171','Power','power','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','power','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1127INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26926','12','','','10171','Processor Vcc','processor_vcc','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','Processor Vcc','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1128INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26927','12','','','10171','System Fan 3','system_fan_3','1m','1w','365d','0','0','','RPM','','0','','','','',NULL,NULL,'','System Fan 3','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1129INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26928','12','','','10171','BB Ambient Temp','bb_ambient_temp','1m','1w','365d','0','0','','C','','0','','','','',NULL,NULL,'','BB Ambient Temp','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1130INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26929','12','','','10171','BB +5.0V','bb_5.0v','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','BB +5.0V','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1131INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26930','12','','','10171','BB +3.3V','bb_3.3v','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','BB +3.3V','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1132INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26931','12','','','10171','BB +3.3V STBY','bb_3.3v_stby','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','BB +3.3V STBY','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1133INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26932','12','','','10171','BB +1.8V SM','bb_1.8v_sm','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','BB +1.8V SM','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1134INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26933','12','','','10172','Front Panel Temp','front_panel_temp','1m','1w','365d','0','0','','C','','0','','','','',NULL,NULL,'','Front Panel Temp','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1135INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26934','12','','','10172','Power','power','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','power','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1136INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26935','12','','','10172','System Fan 2','system_fan_2','1m','1w','365d','0','0','','RPM','','0','','','','',NULL,NULL,'','System Fan 2','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1137INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26936','12','','','10172','System Fan 3','system_fan_3','1m','1w','365d','0','0','','RPM','','0','','','','',NULL,NULL,'','System Fan 3','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1138INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26937','12','','','10172','BB +5.0V','bb_5.0v','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','BB +5.0V','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1139INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26938','12','','','10172','BB +3.3V STBY','bb_3.3v_stby','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','BB +3.3V STBY','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1140INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26939','12','','','10172','BB +1.05V PCH','bb_1.05v_pch','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','BB +1.05V PCH','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1141INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26940','12','','','10172','BB +1.1V P1 Vccp','bb_1.1v_p1_vccp','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','BB +1.1V P1 Vccp','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1142INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26941','12','','','10172','BB +1.5V P1 DDR3','bb_1.5v_p1_ddr3','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','BB +1.5V P1 DDR3','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1143INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26942','12','','','10172','BB +3.3V','bb_3.3v','1m','1w','365d','0','0','','V','','0','','','','',NULL,NULL,'','BB +3.3V','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1144INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('26943','12','','','10172','Baseboard Temp','baseboard_temp','1m','1w','365d','0','0','','C','','0','','','','',NULL,NULL,'','Baseboard Temp','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1145INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27029','1','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10182','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1146INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27030','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10182','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','',NULL,'19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1147INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27031','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10183','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1148INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27032','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10183','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','',NULL,'19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1149INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27065','3','','','10186','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1150INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27066','3','','','10186','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1151INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27067','3','','','10186','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','',NULL,'1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1152INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27068','1','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFNAME},1.3.6.1.2.1.2.2.1.2,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10187','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1153INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27069','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10187','Interface {#IFDESCR}: Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1154INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27070','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10187','Interface {#IFDESCR}: Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','',NULL,'21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1155INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27071','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX}','10187','Interface {#IFDESCR}: Speed','net.if.speed[ifSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in bits per second.\r\nFor interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,\r\nthis object should contain the nominal bandwidth.\r\nIf the bandwidth of the interface is greater than the maximum value reportable by this object then\r\nthis object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace\'s speed.\r\nFor a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1156INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27072','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10187','Interface {#IFDESCR}: Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1157INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27073','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10187','Interface {#IFDESCR}: Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1158INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27074','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX}','10187','Interface {#IFDESCR}: Bits received','net.if.in[ifInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1159INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27075','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX}','10187','Interface {#IFDESCR}: Bits sent','net.if.out[ifOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1160INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27076','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10187','Interface {#IFDESCR}: Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1161INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27077','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10187','Interface {#IFDESCR}: Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','',NULL,'20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1162INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27078','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFNAME},1.3.6.1.2.1.2.2.1.2,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10188','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1163INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27079','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10188','Interface {#IFDESCR}: Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1164INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27080','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10188','Interface {#IFDESCR}: Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','',NULL,'21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1165INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27081','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX}','10188','Interface {#IFDESCR}: Speed','net.if.speed[ifSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in bits per second.\r\nFor interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,\r\nthis object should contain the nominal bandwidth.\r\nIf the bandwidth of the interface is greater than the maximum value reportable by this object then\r\nthis object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace\'s speed.\r\nFor a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1166INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27082','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10188','Interface {#IFDESCR}: Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1167INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27083','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10188','Interface {#IFDESCR}: Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1168INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27084','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX}','10188','Interface {#IFDESCR}: Bits received','net.if.in[ifInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1169INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27085','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX}','10188','Interface {#IFDESCR}: Bits sent','net.if.out[ifOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1170INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27086','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10188','Interface {#IFDESCR}: Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1171INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27087','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10188','Interface {#IFDESCR}: Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','',NULL,'20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1172INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27088','1','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10189','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1173INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27089','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10189','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1174INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27090','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10189','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','',NULL,'21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1175INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27091','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10189','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1176INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27092','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10189','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1177INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27093','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10189','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1178INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27094','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10189','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1179INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27095','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10189','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1180INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27096','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10189','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1181INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27097','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10189','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','',NULL,'20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1182INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27098','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10190','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1183INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27099','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10190','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1184INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27100','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10190','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','',NULL,'21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1185INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27101','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10190','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1186INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27102','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10190','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1187INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27103','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10190','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1188INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27104','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10190','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1189INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27105','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10190','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1190INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27106','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10190','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1191INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27107','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10190','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','',NULL,'20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1192INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27118','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10192','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1193INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27119','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10192','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1194INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27120','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10192','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','',NULL,'21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1195INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27121','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10192','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1196INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27122','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10192','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1197INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27123','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10192','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1198INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27124','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX}','10192','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1199INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27125','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX}','10192','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1200INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27126','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10192','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1201INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27127','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10192','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','',NULL,'20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1202INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27141','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10203','Device name','system.name','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1203INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27142','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10203','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1204INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27143','5','','','10203','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','',NULL,'22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1205INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27144','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10203','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1206INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27145','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10203','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1207INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27146','17','','','10203','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd',NULL,NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1208INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27147','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10203','Device location','system.location','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1209INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27152','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10204','Device name','system.name','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1210INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27153','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10204','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1211INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27154','5','','','10204','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','',NULL,'22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1212INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27155','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10204','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1213INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27156','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10204','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1214INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27157','17','','','10204','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd',NULL,NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1215INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27158','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10204','Device location','system.location','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1216INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27203','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10207','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1217INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27204','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10207','Operating system','system.sw.os','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1218INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27205','15','','','10207','Memory utilization','vm.memory.pused[vm.memory.pused.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'(last(vm.memory.used[sgiKbMemoryUsed.0])/(last(vm.memory.free[sgiKbMemoryAvailable.0])+last(vm.memory.used[sgiKbMemoryUsed.0])))*100','','0','','','','','0',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1219INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27206','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6527.3.1.2.1.1.10.0','10207','Available memory','vm.memory.free[sgiKbMemoryAvailable.0]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: TIMETRA-SYSTEM-MIB\r\nThe value of sgiKbMemoryAvailable indicates the amount of freememory, in kilobytes, in the overall system that is not allocated to memory pools, but is available in case a memory pool needs to grow.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1220INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27207','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6527.3.1.2.1.1.9.0','10207','Used memory','vm.memory.used[sgiKbMemoryUsed.0]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: TIMETRA-SYSTEM-MIB\r\nThe value of sgiKbMemoryUsed indicates the total pre-allocated pool memory, in kilobytes, currently in use on the system.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1221INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27208','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6527.3.1.2.1.1.1.0','10207','CPU utilization','system.cpu.util[sgiCpuUsage.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: TIMETRA-SYSTEM-MIB\r\nThe value of sgiCpuUsage indicates the current CPU utilization for the system.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1222INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27209','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.6527.3.1.2.2.1.8.1.8,{#TEMP_SENSOR},1.3.6.1.4.1.6527.3.1.2.2.1.8.1.17]','10207','Temperature Discovery','temperature.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1223INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27210','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.6527.3.1.2.2.1.4.1.2]','10207','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1224INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27211','4','{$SNMP_COMMUNITY}','discovery[{#ENT_NAME},1.3.6.1.4.1.6527.3.1.2.2.1.8.1.8,{#ENT_CLASS},1.3.6.1.4.1.6527.3.1.2.2.1.8.1.7,{#ENT_SN},1.3.6.1.4.1.6527.3.1.2.2.1.8.1.5]','10207','Entity Serial Numbers Discovery','entity_sn.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1225INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27212','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6527.3.1.2.2.1.8.1.18.{#SNMPINDEX}','10207','{#SNMPVALUE}: Temperature','sensor.temp.value[tmnxHwTemperature.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: TIMETRA-SYSTEM-MIB\r\nThe current temperature reading in degrees celsius from this hardware component\'s temperature sensor.  If this component does not contain a temperature sensor, then the value -1 is returned.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1226INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27213','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6527.3.1.2.2.1.4.1.2.{#SNMPINDEX}','10207','#{#SNMPINDEX}: Fan status','sensor.fan.status[tmnxChassisFanOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'23','','','0','','','','','2',NULL,'','MIB: TIMETRA-SYSTEM-MIB\r\nCurrent status of the Fan tray.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1227INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27214','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6527.3.1.2.2.1.8.1.5.{#SNMPINDEX}','10207','{#ENT_NAME}: Hardware serial number','system.hw.serialnumber[tmnxHwSerialNumber.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: TIMETRA-CHASSIS-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1228INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27236','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1588.2.1.1.1.1.6.0','10208','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SW-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1229INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27237','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1588.2.1.1.1.1.10.0','10208','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SW-MIB','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1230INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27238','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1588.2.1.1.1.1.7.0','10208','Overall system health status','system.status[swOperStatus.0]','30s','2w','0d','0','3','','','','0','','','','',NULL,'25','','','0','','','','','0',NULL,'','MIB: SW-MIB\r\nThe current operational status of the switch.The states are as follow:\r\nonline(1) means the switch is accessible by an external Fibre Channel port\r\noffline(2) means the switch is not accessible\r\ntesting(3) means the switch is in a built-in test mode and is not accessible by an external Fibre Channel port\r\nfaulty(4) means the switch is not operational.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1231INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27239','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1588.2.1.1.1.26.6.0','10208','Memory utilization','vm.memory.pused[swMemUsage.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SW-MIB\r\nMemory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1232INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27240','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1588.2.1.1.1.26.1.0','10208','CPU utilization','system.cpu.util[swCpuUsage.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SW-MIB\r\nSystem\'s CPU usage.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1233INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27242','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.1588.2.1.1.1.1.22.1.1,{#SENSOR_TYPE},1.3.6.1.4.1.1588.2.1.1.1.1.22.1.2,{#SENSOR_INFO},1.3.6.1.4.1.1588.2.1.1.1.1.22.1.5]','10208','Temperature Discovery','temperature.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1234INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27243','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.1588.2.1.1.1.1.22.1.1,{#SENSOR_TYPE},1.3.6.1.4.1.1588.2.1.1.1.1.22.1.2,{#SENSOR_INFO},1.3.6.1.4.1.1588.2.1.1.1.1.22.1.5]','10208','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1235INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27244','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.1588.2.1.1.1.1.22.1.1,{#SENSOR_TYPE},1.3.6.1.4.1.1588.2.1.1.1.1.22.1.2,{#SENSOR_INFO},1.3.6.1.4.1.1588.2.1.1.1.1.22.1.5]','10208','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1236INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27246','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1588.2.1.1.1.1.22.1.3.{#SNMPINDEX}','10208','{#SENSOR_INFO}: Temperature status','sensor.temp.status[swSensorStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'24','','','0','','','','','2',NULL,'','MIB: SW-MIB\r\nTemperature status of testpoint: {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1237INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27247','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1588.2.1.1.1.1.22.1.4.{#SNMPINDEX}','10208','{#SENSOR_INFO}: Temperature','sensor.temp.value[swSensorValue.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: SW-MIB\r\nTemperature readings of testpoint: {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1238INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27248','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1588.2.1.1.1.1.22.1.3.{#SNMPINDEX}','10208','{#SENSOR_INFO}: Power supply status','sensor.psu.status[swSensorStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'24','','','0','','','','','2',NULL,'','MIB: SW-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1239INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27249','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1588.2.1.1.1.1.22.1.4.{#SNMPINDEX}','10208','{#SENSOR_INFO}: Fan speed','sensor.fan.speed[swSensorValue.{#SNMPINDEX}]','5m','30d','365d','0','3','','rpm','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: SW-MIB\r\nThe current value (reading) of the sensor.\r\nThe value, -2147483648, represents an unknown quantity.\r\nThe fan value will be in RPM(revolution per minute)','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1240INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27250','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1588.2.1.1.1.1.22.1.3.{#SNMPINDEX}','10208','{#SENSOR_INFO}: Fan status','sensor.fan.status[swSensorStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'24','','','0','','','','','2',NULL,'','MIB: SW-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1241INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27293','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.2.1.53.0','10209','Memory utilization','vm.memory.pused[snAgGblDynMemUtil.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nThe system dynamic memory utilization, in unit of percentage.\r\nDeprecated: Refer to snAgSystemDRAMUtil.\r\nFor NI platforms, refer to snAgentBrdMemoryUtil100thPercent','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1242INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27294','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.2.1.52.0','10209','CPU utilization','system.cpu.util[snAgGblCpuUtil1MinAvg.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nThe statistics collection of 1 minute CPU utilization.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1243INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27295','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.2.1.11.0','10210','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nThe version of the running software in the form\'major.minor.maintenance[letters]\'','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1244INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27296','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.1.1.2.0','10210','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1245INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27297','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.2.1.11.0','10211','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nThe version of the running software in the form \'major.minor.maintenance[letters]\'','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1246INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27302','4','{$SNMP_COMMUNITY}','discovery[{#PSU_INDEX},1.3.6.1.4.1.1991.1.1.1.2.1.1.1]','10210','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','snChasPwrSupplyTable: A table of each power supply information. Only installed power supply appears in a table row.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1247INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27303','4','{$SNMP_COMMUNITY}','discovery[{#FAN_INDEX},1.3.6.1.4.1.1991.1.1.1.3.1.1.1]','10210','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','snChasFanTable: A table of each fan information. Only installed fan appears in a table row.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1248INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27304','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_DESCR},1.3.6.1.4.1.1991.1.1.2.13.1.1.3]','10210','Temperature Discovery','temp.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','snAgentTempTable:Table to list temperatures of the modules in the device. This table is applicable to only those modules with temperature sensors.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1249INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27306','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.1991.1.1.1.1.18]','10210','Temperature Discovery Chassis','temp.chassis.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Since temperature of the chassis is not available on all Brocade/Foundry hardware, this LLD is here to avoid unsupported items.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1250INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27307','4','{$SNMP_COMMUNITY}','discovery[{#PSU_UNIT},1.3.6.1.4.1.1991.1.1.1.2.2.1.1,{#PSU_INDEX},1.3.6.1.4.1.1991.1.1.1.2.2.1.2]','10211','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','snChasPwrSupply2Table: A table of each power supply information for each unit. Only installed power supply appears in a table row.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1251INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27308','4','{$SNMP_COMMUNITY}','discovery[{#FAN_UNIT},1.3.6.1.4.1.1991.1.1.1.3.2.1.1,{#FAN_INDEX},1.3.6.1.4.1.1991.1.1.1.3.2.1.2]','10211','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','snChasFan2Table: A table of each fan information for each unit. Only installed fan appears in a table row.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1252INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27309','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_DESCR},1.3.6.1.4.1.1991.1.1.2.13.3.1.4]','10211','Temperature Discovery','temp.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','snAgentTemp2Table:Table to list temperatures of the modules in the device for each unit. This table is applicable to only those modules with temperature sensors.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1253INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27310','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.1991.1.1.3.31.2.1.1.5]','10211','Stack Discovery','stack.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering snStackingConfigUnitTable for Model names','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1254INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27311','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.1991.1.1.1.4.1.1.1]','10211','Chassis Discovery','chassis.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','snChasUnitIndex: The index to chassis table.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1255INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27312','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.1.2.1.1.3.{#SNMPINDEX}','10210','PSU {#PSU_INDEX}: Power supply status','sensor.psu.status[snChasPwrSupplyOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'26','','','0','','','','','2',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1256INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27313','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.1.3.1.1.3.{#SNMPINDEX}','10210','Fan {#FAN_INDEX}: Fan status','sensor.fan.status[snChasFanOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'27','','','0','','','','','2',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1257INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27314','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.2.13.1.1.4.{#SNMPINDEX}','10210','{#SENSOR_DESCR}: Temperature','sensor.temp.value[snAgentTempValue.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nTemperature of the sensor represented by this row. Each unit is 0.5 degrees Celsius.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1258INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27315','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.1.1.18.{#SNMPINDEX}','10210','Temperature','sensor.temp.value[snChasActualTemperature.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nTemperature of the chassis. Each unit is 0.5 degrees Celcius.\r\nOnly management module built with temperature sensor hardware is applicable.\r\nFor those non-applicable management module, it returns no-such-name.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1259INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27316','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.1.2.2.1.4.{#SNMPINDEX}','10211','Unit {#PSU_UNIT} PSU {#PSU_INDEX}: Power supply status','sensor.psu.status[snChasPwrSupply2OperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'26','','','0','','','','','2',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1260INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27317','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.1.3.2.1.4.{#SNMPINDEX}','10211','Unit {#FAN_UNIT} Fan {#FAN_INDEX}: Fan status','sensor.fan.status[snChasFan2OperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'27','','','0','','','','','2',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1261INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27318','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.2.13.3.1.5.{#SNMPINDEX}','10211','{#SENSOR_DESCR}: Temperature','sensor.temp.value[snAgentTemp2Value.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nTemperature of the sensor represented by this row. Each unit is 0.5 degrees Celsius.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1262INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27319','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.3.31.2.1.1.5.{#SNMPINDEX}','10211','Unit {#SNMPINDEX}: Hardware model name','system.hw.model[snStackingConfigUnitType.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: FOUNDRY-SN-STACKING-MIB\r\nA description of the configured/active system type for each unit.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1263INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27320','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.1.4.1.1.2.{#SNMPINDEX}','10211','Unit {#SNMPVALUE}: Hardware serial number','system.hw.serialnumber[snChasUnitSerNum.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nThe serial number of the chassis for each unit. If the serial number is unknown or unavailable then the value should be a zero length string.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1264INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27376','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.2.1.58','10215','CPU utilization','system.cpu.util[avgBusy5]','5m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: OLD-CISCO-CPU-MIB\r\n5 minute exponentially-decayed moving average of the CPU busy percentage.\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15215-collect-cpu-util-snmp.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1265INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27378','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.1','10216','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1266INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27379','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.13.1','10216','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1267INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27390','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.48.1.1.1.2]','10212','Memory Discovery','memory.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of ciscoMemoryPoolTable, a table of memory pool monitoring entries.\r\nhttp://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1268INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27391','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.109.1.1.1.1.5]','10213','CPU Discovery','cpu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','If your IOS device has several CPUs, you must use CISCO-PROCESS-MIB and its object cpmCPUTotal5minRev from the table called cpmCPUTotalTable ,\r\nindexed with cpmCPUTotalIndex .\r\nThis table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,\r\nlike different CPU chips, group of CPUs, or CPUs in different modules/cards.\r\nIn case of a single CPU, cpmCPUTotalTable has only one entry.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1269INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27393','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7,{#ENT_SN},1.3.6.1.2.1.47.1.1.1.1.11]','10216','Entity Serial Numbers Discovery','entity_sn.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1270INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27394','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.13.1.3.1.2]','10217','Temperature Discovery','temperature.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of ciscoEnvMonTemperatureTable (ciscoEnvMonTemperatureDescr), a table of ambient temperature status\r\nmaintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1271INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27395','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_INFO},1.3.6.1.4.1.9.9.13.1.5.1.2]','10217','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','The table of power supply status maintained by the environmental monitor card.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1272INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27396','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_INFO},1.3.6.1.4.1.9.9.13.1.4.1.2]','10217','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','The table of fan status maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1273INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27415','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.48.1.1.1.6.{#SNMPINDEX}','10212','{#SNMPVALUE}: Free memory','vm.memory.free[ciscoMemoryPoolFree.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-MEMORY-POOL-MIB\r\nIndicates the number of bytes from the memory pool that are currently unused on the managed device. Note that the sum of ciscoMemoryPoolUsed and ciscoMemoryPoolFree is the total amount of memory in the pool\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1274INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27416','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.48.1.1.1.5.{#SNMPINDEX}','10212','{#SNMPVALUE}: Used memory','vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-MEMORY-POOL-MIB\r\nIndicates the number of bytes from the memory pool that are currently in use by applications on the managed device.\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1275INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27417','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.109.1.1.1.1.8.{#SNMPINDEX}','10213','#{#SNMPINDEX}: CPU utilization','system.cpu.util[cpmCPUTotal5minRev.{#SNMPINDEX}]','5m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-PROCESS-MIB\r\nThe cpmCPUTotal5minRev MIB object provides a more accurate view of the performance of the router over time than the MIB objects cpmCPUTotal1minRev and cpmCPUTotal5secRev . These MIB objects are not accurate because they look at CPU at one minute and five second intervals, respectively. These MIBs enable you to monitor the trends and plan the capacity of your network. The recommended baseline rising threshold for cpmCPUTotal5minRev is 90 percent. Depending on the platform, some routers that run at 90 percent, for example, 2500s, can exhibit performance degradation versus a high-end router, for example, the 7500 series, which can operate fine.\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15215-collect-cpu-util-snmp.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1276INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27419','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.{#SNMPINDEX}','10216','{#ENT_NAME}: Hardware serial number','system.hw.serialnumber[entPhysicalSerialNum.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1277INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27420','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.3.1.6.{#SNMPINDEX}','10217','{#SNMPVALUE}: Temperature status','sensor.temp.status[ciscoEnvMonTemperatureState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB\r\nThe current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1278INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27421','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.3.1.3.{#SNMPINDEX}','10217','{#SNMPVALUE}: Temperature','sensor.temp.value[ciscoEnvMonTemperatureValue.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB\r\nThe current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1279INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27422','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.5.1.3.{#SNMPINDEX}','10217','{#SENSOR_INFO}: Power supply status','sensor.psu.status[ciscoEnvMonSupplyState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1280INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27423','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.4.1.3.{#SNMPINDEX}','10217','{#SENSOR_INFO}: Fan status','sensor.fan.status[ciscoEnvMonFanState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1281INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27473','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.6027.3.10.1.2.9.1.1]','10221','CPU and Memory and Flash Discovery','module.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1282INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27474','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.6027.3.10.1.2.3.1.1]','10221','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','A list of power supply residents in the S-series chassis.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1283INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27475','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.6027.3.10.1.2.4.1.1]','10221','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1284INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27476','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.6027.3.10.1.2.2.1.2]','10221','Stack Unit Discovery','stack.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1285INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27477','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6027.3.10.1.2.9.1.5.{#SNMPINDEX}','10221','#{#SNMPINDEX}: Memory utilization','vm.memory.pused[chStackUnitMemUsageUtil.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: F10-S-SERIES-CHASSIS-MIB\r\nTotal memory usage in percentage.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1286INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27478','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6027.3.10.1.2.9.1.3.{#SNMPINDEX}','10221','#{#SNMPINDEX}: CPU utilization','system.cpu.util[chStackUnitCpuUtil1Min.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: F10-S-SERIES-CHASSIS-MIB\r\nCPU utilization in percentage for last 1 minute.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1287INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27479','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6027.3.10.1.2.3.1.2.{#SNMPINDEX}','10221','PSU {#SNMPVALUE}: Power supply status','sensor.psu.status[chSysPowerSupplyOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'31','','','0','','','','','2',NULL,'','MIB: F10-S-SERIES-CHASSIS-MIB\r\nThe status of the power supply {#SNMPVALUE}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1288INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27480','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6027.3.10.1.2.4.1.2.{#SNMPINDEX}','10221','Fan {#SNMPVALUE}: Fan status','sensor.fan.status[chSysFanTrayOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'30','','','0','','','','','2',NULL,'','MIB: F10-S-SERIES-CHASSIS-MIB\r\nThe status of the fan tray {#SNMPVALUE}.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1289INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27481','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6027.3.10.1.2.2.1.10.{#SNMPINDEX}','10221','#{#SNMPVALUE}: Operating system','system.sw.os[chStackUnitCodeVersion.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: F10-S-SERIES-CHASSIS-MIB\r\nCurrent code version of this unit.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1290INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27482','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6027.3.10.1.2.2.1.21.{#SNMPINDEX}','10221','#{#SNMPVALUE}: Hardware version(revision)','system.hw.version[chStackUnitProductRev.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: F10-S-SERIES-CHASSIS-MIB\r\nThe unit manufacturer\'s product revision','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1291INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27483','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6027.3.10.1.2.2.1.12.{#SNMPINDEX}','10221','#{#SNMPVALUE}: Hardware serial number','system.hw.serialnumber[chStackUnitSerialNumber.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: F10-S-SERIES-CHASSIS-MIB\r\nThe unit\'s serial number.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1292INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27484','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6027.3.10.1.2.2.1.7.{#SNMPINDEX}','10221','#{#SNMPVALUE}: Hardware model name','system.hw.model[chStackUnitModelID.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: F10-S-SERIES-CHASSIS-MIB\r\nThe plugged-in model ID for this unit.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1293INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27485','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.6027.3.10.1.2.2.1.14.{#SNMPINDEX}','10221','Device {#SNMPVALUE}: Temperature','sensor.temp.value[chStackUnitTemp.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: F10-S-SERIES-CHASSIS-MIB\r\nThe temperature of the unit.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1294INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27507','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.10.97.2.1.1.2.0','10222','Operating system','system.sw.os','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: MY-SYSTEM-MIB','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1295INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27508','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.8.1','10222','Hardware version(revision)','system.hw.version','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1296INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27509','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.9.1','10222','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1297INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27510','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10222','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity. This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1298INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27511','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.10.97.2.36.1.1.3.0','10222','CPU utilization','system.cpu.util[myCPUUtilization5Min.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: MY-PROCESS-MIB\r\nCPU utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1299INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27512','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.171.10.97.2.35.1.1.1.2]','10222','Memory Discovery','memory.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1300INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27513','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.171.10.97.2.1.1.23.1.2]','10222','Temperature Discovery','temperature.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1301INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27514','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.171.10.97.2.1.1.18.1.3]','10222','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1302INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27515','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.171.10.97.2.1.1.21.1.3]','10222','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1303INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27516','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.10.97.2.35.1.1.1.3.{#SNMPINDEX}','10222','Memory utilization','vm.memory.pused[myMemoryPoolCurrentUtilization.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: MY-MEMORY-MIB\r\nThis is the memory pool utilization currently.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1304INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27517','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.10.97.2.1.1.23.1.3.{#SNMPINDEX}','10222','{#SNMPVALUE}: Temperature','sensor.temp.value[mySystemTemperatureCurrent.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: MY-SYSTEM-MIB\r\nReturn the current temperature of the FastSwitch.The temperature display is not supported for the current temperature returns to 0.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1305INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27518','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.10.97.2.1.1.18.1.2.{#SNMPINDEX}','10222','{#SNMPVALUE}: Power supply status','sensor.psu.status[mySystemElectricalSourceIsNormal.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'32','','','0','','','','','2',NULL,'','MIB: MY-SYSTEM-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1306INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27519','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.10.97.2.1.1.21.1.2.{#SNMPINDEX}','10222','{#SNMPVALUE}: Fan status','sensor.fan.status[mySystemFanIsNormal.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'32','','','0','','','','','2',NULL,'','MIB: MY-SYSTEM-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1307INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27543','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.8.1','10223','Hardware version(revision)','system.hw.version','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1308INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27544','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.9.1','10223','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1309INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27545','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.12.1.1.12.0','10223','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: DLINK-AGENT-MIB\r\nA text string containing the serial number of this device.','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1310INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27546','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10223','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1311INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27547','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.12.1.1.6.2.0','10223','CPU utilization','system.cpu.util[agentCPUutilizationIn1min.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: DLINK-AGENT-MIB\r\nThe unit of time is 1 minute. The value will be between 0% (idle) and 100%(very busy).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1312INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27548','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.171.12.1.1.9.1.1]','10223','Memory Discovery','memory.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1313INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27549','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.171.12.11.1.8.1.1]','10223','Temperature Discovery','temperature.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1314INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27550','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.171.12.11.1.6.1.2,{#STATUS},1.3.6.1.4.1.171.12.11.1.6.1.3]','10223','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','swPowerID of EQUIPMENT-MIB::swPowerTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1315INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27551','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.171.12.11.1.7.1.2,{#STATUS},1.3.6.1.4.1.171.12.11.1.7.1.3]','10223','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','swFanID of EQUIPMENT-MIB::swFanTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1316INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27552','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.12.1.1.9.1.4.{#SNMPINDEX}','10223','#{#SNMPVALUE}: Memory utilization','vm.memory.pused[agentDRAMutilization.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: DLINK-AGENT-MIB\r\nThe percentage of used DRAM memory of the total DRAM memory available.The value will be between 0%(idle) and 100%(very busy)','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1317INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27553','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.12.11.1.8.1.2.{#SNMPINDEX}','10223','#{#SNMPVALUE}: Temperature','sensor.temp.value[swTemperatureCurrent.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: EQUIPMENT-MIB\r\nThe shelf current temperature.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1318INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27554','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.12.11.1.6.1.3.{#SNMPINDEX}','10223','#{#SNMPVALUE}: Power supply status','sensor.psu.status[swPowerStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'34','','','0','','','','','2',NULL,'','MIB: EQUIPMENT-MIB\r\nIndicates the current power status.\r\nlowVoltage : The voltage of the power unit is too low.\r\noverCurrent: The current of the power unit is too high.\r\nworking    : The power unit is working normally.\r\nfail       : The power unit has failed.\r\nconnect    : The power unit is connected but not powered on.\r\ndisconnect : The power unit is not connected.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1319INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27555','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.171.12.11.1.7.1.3.{#SNMPINDEX}','10223','#{#SNMPVALUE}: Fan status','sensor.fan.status[swFanStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'33','','','0','','','','','2',NULL,'','MIB: EQUIPMENT-MIB\r\nIndicates the current fan status.\r\nspeed-0     : If the fan function is normal and the fan does not spin            due to the temperature not  reaching the threshold, the status of the fan is speed 0.\r\nspeed-low   : Fan spin using the lowest speed.\r\nspeed-middle: Fan spin using the middle speed.\r\nspeed-high  : Fan spin using the highest speed.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1320INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27579','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.9.1','10224','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1321INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27580','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.9.1','10224','Hardware version(revision)','system.hw.version','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1322INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27581','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1916.1.1.1.13.0','10224','Operating system','system.sw.os','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: EXTREME-SYSTEM-MIB\r\nThe software revision of the primary image stored in this device.\r\nThis string will have a zero length if the revision is unknown, invalid or not present.\r\nThis will also be reported in RMON2 probeSoftwareRev if this is the software image currently running in the device.','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1323INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27582','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.1','10224','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1324INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27583','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.2.1','10224','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1325INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27584','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1916.1.1.1.8.0','10224','Device: Temperature','sensor.temp.value[extremeCurrentTemperature.0]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: EXTREME-SYSTEM-MIB\r\nTemperature readings of testpoint: Device\r\nReference: https://gtacknowledge.extremenetworks.com/articles/Q_A/Does-EXOS-support-temperature-polling-via-SNMP-on-all-nodes-in-a-stack','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1326INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27585','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1916.1.1.1.7.0','10224','Device: Temperature status','sensor.temp.status[extremeOverTemperatureAlarm.0]','3m','2w','0d','0','3','','','','0','','','','',NULL,'37','','','0','','','','','0',NULL,'','MIB: EXTREME-SYSTEM-MIB\r\nTemperature status of testpoint: Device','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1327INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27586','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1916.1.32.1.2.0','10224','CPU utilization','system.cpu.util[extremeCpuMonitorTotalUtilization.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: EXTREME-SOFTWARE-MONITOR-MIB\r\nTotal CPU utlization (percentage) as of last sampling.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1328INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27587','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.1916.1.32.2.2.1.1]','10224','Memory Discovery','memory.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1329INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27588','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.1916.1.1.1.27.1.1]','10224','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Table of status of all power supplies in the system.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1330INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27589','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.1916.1.1.1.9.1.1]','10224','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1331INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27590','15','','','10224','#{#SNMPVALUE}: Memory utilization','vm.memory.pused[{#SNMPVALUE}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'((last(vm.memory.total[extremeMemoryMonitorSystemTotal.{#SNMPINDEX}])-last(vm.memory.free[extremeMemoryMonitorSystemFree.{#SNMPINDEX}]))/last(vm.memory.total[extremeMemoryMonitorSystemTotal.{#SNMPINDEX}]))*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1332INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27591','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1916.1.32.2.2.1.2.{#SNMPINDEX}','10224','#{#SNMPVALUE}: Total memory','vm.memory.total[extremeMemoryMonitorSystemTotal.{#SNMPINDEX}]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: EXTREME-SOFTWARE-MONITOR-MIB\r\nTotal amount of DRAM in Kbytes in the system.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1333INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27592','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1916.1.32.2.2.1.3.{#SNMPINDEX}','10224','#{#SNMPVALUE}: Available memory','vm.memory.free[extremeMemoryMonitorSystemFree.{#SNMPINDEX}]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: EXTREME-SOFTWARE-MONITOR-MIB\r\nTotal amount of free memory in Kbytes in the system.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1334INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27593','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1916.1.1.1.27.1.2.{#SNMPINDEX}','10224','PSU {#SNMPVALUE}: Power supply status','sensor.psu.status[extremePowerSupplyStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'38','','','0','','','','','2',NULL,'','MIB: EXTREME-SYSTEM-MIB\r\nStatus of the power supply {#SNMPVALUE}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1335INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27594','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1916.1.1.1.9.1.4.{#SNMPINDEX}','10224','Fan {#SNMPVALUE}: Fan speed','sensor.fan.speed[extremeFanSpeed.{#SNMPINDEX}]','5m','30d','365d','0','3','','rpm','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: EXTREME-SYSTEM-MIB\r\nThe speed (RPM) of a cooling fan in the fantray {#SNMPVALUE}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1336INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27595','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1916.1.1.1.9.1.2.{#SNMPINDEX}','10224','Fan {#SNMPVALUE}: Fan status','sensor.fan.status[extremeFanOperational.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'36','','','0','','','','','2',NULL,'','MIB: EXTREME-SYSTEM-MIB\r\nOperational status of a cooling fan.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1337INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27665','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.47.1.1.1.1.2,{#MODULE_NAME},1.3.6.1.2.1.47.1.1.1.1.7]','10227','Module Discovery','module.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Filter limits results to \'Module level1\' or Fabric Modules','0','30d','0','0','','2','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1338INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27666','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.47.1.1.1.1.2,{#MODULE_NAME},1.3.6.1.2.1.47.1.1.1.1.7]','10227','Temperature Discovery','temp.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering modules temperature (same filter as in Module Discovery) plus and temperature sensors','0','30d','0','0','','2','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1339INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27667','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7,{#ENT_DESCR},1.3.6.1.2.1.47.1.1.1.1.2]','10227','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering all entities of PhysicalClass - 7: fan(7)','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1340INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27668','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7,{#ENT_DESCR},1.3.6.1.2.1.47.1.1.1.1.2]','10227','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering all entities of PhysicalClass - 6: powerSupply(6)','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1341INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27669','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7]','10227','Entity Discovery','entity.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1342INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27670','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.25506.2.6.1.1.1.1.8.{#SNMPINDEX}','10227','{#MODULE_NAME}: Memory utilization','vm.memory.pused[hh3cEntityExtMemUsage.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HH3C-ENTITY-EXT-MIB\r\nThe memory usage for the entity. This object indicates what\r\npercent of memory are used.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1343INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27671','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.25506.2.6.1.1.1.1.6.{#SNMPINDEX}','10227','{#MODULE_NAME}: CPU utilization','system.cpu.util[hh3cEntityExtCpuUsage.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HH3C-ENTITY-EXT-MIB\r\nThe CPU usage for this entity. Generally, the CPU usage\r\nwill calculate the overall CPU usage on the entity, and it\r\nis not sensible with the number of CPU on the entity','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1344INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27672','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.25506.2.6.1.1.1.1.12.{#SNMPINDEX}','10227','{#SNMPVALUE}: Temperature','sensor.temp.value[hh3cEntityExtTemperature.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HH3C-ENTITY-EXT-MIB\r\nThe temperature for the {#SNMPVALUE}.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1345INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27673','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.25506.2.6.1.1.1.1.19.{#SNMPINDEX}','10227','{#ENT_NAME}: Fan status','sensor.fan.status[hh3cEntityExtErrorStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'39','','','0','','','','','2',NULL,'','MIB: HH3C-ENTITY-EXT-MIB\r\nIndicate the error state of this entity object.\r\nfanError(41) means that the fan stops working.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1346INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27674','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.25506.2.6.1.1.1.1.19.{#SNMPINDEX}','10227','{#ENT_NAME}: Power supply status','sensor.psu.status[hh3cEntityExtErrorStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'39','','','0','','','','','2',NULL,'','MIB: HH3C-ENTITY-EXT-MIB\r\nIndicate the error state of this entity object.\r\npsuError(51) means that the power supply unit is in the state of fault.\r\nrpsError(61) means the redundant power supply is in the state of fault.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1347INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27675','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.10.{#SNMPINDEX}','10227','{#ENT_NAME}: Operating system','system.sw.os[entPhysicalSoftwareRev.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1348INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27676','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.8.{#SNMPINDEX}','10227','{#ENT_NAME}: Hardware version(revision)','system.hw.version[entPhysicalHardwareRev.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1349INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27677','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.9.{#SNMPINDEX}','10227','{#ENT_NAME}: Firmware version','system.hw.firmware[entPhysicalFirmwareRev.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1350INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27678','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.{#SNMPINDEX}','10227','{#ENT_NAME}: Hardware serial number','system.hw.serialnumber[entPhysicalSerialNum.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1351INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27679','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.2.{#SNMPINDEX}','10227','{#ENT_NAME}: Hardware model name','system.hw.model[entPhysicalDescr.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1352INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27745','4','{$SNMP_COMMUNITY}','discovery[{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7]','10229','MPU Discovery','mpu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','http://support.huawei.com/enterprise/KnowledgebaseReadAction.action?contentId=KB1000090234. Filter limits results to Main Processing Units','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1353INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27746','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7]','10229','Entity Discovery','entity.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1354INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27747','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2011.5.25.31.1.1.10.1.1]','10229','FAN Discovery','discovery.fans','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1355INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27748','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.8.{#SNMPINDEX}','10229','{#ENT_NAME}: Hardware version(revision)','system.hw.version[entPhysicalHardwareRev.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1356INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27749','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.10.{#SNMPINDEX}','10229','{#ENT_NAME}: Operating system','system.sw.os[entPhysicalSoftwareRev.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1357INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27750','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.{#SNMPINDEX}','10229','{#ENT_NAME}: Hardware serial number','system.hw.serialnumber[entPhysicalSerialNum.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1358INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27751','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.{#SNMPINDEX}','10229','{#ENT_NAME}: Temperature','sensor.temp.value[hwEntityTemperature.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HUAWEI-ENTITY-EXTENT-MIB\r\nThe temperature for the {#SNMPVALUE}.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1359INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27752','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.{#SNMPINDEX}','10229','{#ENT_NAME}: Memory utilization','vm.memory.pused[hwEntityMemUsage.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HUAWEI-ENTITY-EXTENT-MIB\r\nThe memory usage for the entity. This object indicates what percent of memory are used.\r\nReference: http://support.huawei.com/enterprise/KnowledgebaseReadAction.action?contentId=KB1000090234','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1360INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27753','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.{#SNMPINDEX}','10229','{#ENT_NAME}: CPU utilization','system.cpu.util[hwEntityCpuUsage.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HUAWEI-ENTITY-EXTENT-MIB\r\nThe CPU usage for this entity. Generally, the CPU usage will calculate the overall CPU usage on the entity, and itis not sensible with the number of CPU on the entity.\r\nReference: http://support.huawei.com/enterprise/KnowledgebaseReadAction.action?contentId=KB1000090234','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1361INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27754','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.2.{#SNMPINDEX}','10229','{#ENT_NAME}: Hardware model name','system.hw.model[entPhysicalDescr.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1362INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27755','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2011.5.25.31.1.1.10.1.7.{#SNMPINDEX}','10229','#{#SNMPVALUE}: Fan status','sensor.fan.status[hwEntityFanState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'41','','','0','','','','','2',NULL,'','MIB: HUAWEI-ENTITY-EXTENT-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1363INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27777','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.10222.2.1.1.1.0','10230','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ICS-CHASSIS-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1364INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27778','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.10222.2.1.1.1.0','10230','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ICS-CHASSIS-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1365INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27779','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_TYPE},1.3.6.1.4.1.10222.2.1.9.8.1.2,{#SENSOR_INFO},1.3.6.1.4.1.10222.2.1.9.8.1.7]','10230','Temperature Discovery','temp.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering sensor\'s table with temperature filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1366INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27780','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.4.1.10222.2.1.1.9.1.3,{#ENT_NAME},1.3.6.1.4.1.10222.2.1.1.9.1.2]','10230','Unit Discovery','unit.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1367INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27781','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.10222.2.1.4.7.1.2]','10230','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','A textual description of the power supply, that can be assigned by the administrator.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1368INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27782','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.10222.2.1.6.5.1.2]','10230','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','icsChassisFanDescription of icsChassisFanTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1369INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27783','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.10222.2.1.9.8.1.3.{#SNMPINDEX}','10230','{#SENSOR_INFO}: Temperature status','sensor.temp.status[icsChassisSensorSlotOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'43','','','0','','','','','2',NULL,'','MIB: ICS-CHASSIS-MIB\r\nThe operational status of the sensor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1370INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27784','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.10222.2.1.9.8.1.8.{#SNMPINDEX}','10230','{#SENSOR_INFO}: Temperature','sensor.temp.value[icsChassisSensorSlotValue.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ICS-CHASSIS-MIB\r\nThe current value read from the sensor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1371INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27785','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.10222.2.1.1.10.1.1.{#SNMPINDEX}','10230','{#ENT_NAME}: Hardware serial number','system.hw.serialnumber[icsChassisSystemUnitFruSerialNumber.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ICS-CHASSIS-MIB\r\nThe serial number of the FRU.  If not available, this value is a zero-length string.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1372INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27786','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.10222.2.1.4.7.1.3.{#SNMPINDEX}','10230','{#SNMPVALUE}: Power supply status','sensor.psu.status[icsChassisPowerSupplyEntry.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'44','','','0','','','','','2',NULL,'','MIB: ICS-CHASSIS-MIB\r\nActual status of the power supply:\r\n(1) unknown: status not known.\r\n(2) disabled: power supply is disabled.\r\n(3) failed - power supply is unable to supply power due to failure.\r\n(4) warning - power supply is supplying power, but an output or sensor is bad or warning.\r\n(5) standby - power supply believed usable,but not supplying power.\r\n(6) engaged - power supply is supplying power.\r\n(7) redundant - power supply is supplying power, but not needed.\r\n(8) notPresent - power supply is supplying power is not present.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1373INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27787','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.10222.2.1.6.5.1.3.{#SNMPINDEX}','10230','{#SNMPVALUE}: Fan status','sensor.fan.status[icsChassisFanOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'42','','','0','','','','','2',NULL,'','MIB: ICS-CHASSIS-MIB\r\nThe operational status of the fan unit.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1374INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27811','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10231','Operating system','system.sw.os','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1375INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27812','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2636.3.1.2.0','10231','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: JUNIPER-MIB\r\nThe name, model, or detailed description of the box,indicating which product the box is about, for example \'M40\'.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1376INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27813','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2636.3.1.3.0','10231','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: JUNIPER-MIB\r\nThe serial number of this subject, blank if unknown or unavailable.','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1377INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27814','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2636.3.4.2.3.1.0','10231','Overall system health status','system.status[jnxRedAlarmState.0]','30s','2w','0d','0','3','','','','0','','','','',NULL,'46','','','0','','','','','0',NULL,'','MIB: JUNIPER-ALARM-MIB\r\nThe red alarm indication on the craft interface panel.\r\nThe red alarm is on when there is some system\r\nfailure or power supply failure or the system\r\nis experiencing a hardware malfunction or some\r\nthreshold is being exceeded.\r\n\r\nThis red alarm state could be turned off by the\r\nACO/LT (Alarm Cut Off / Lamp Test) button on the\r\nfront panel module.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1378INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27815','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2636.3.1.13.1.5]','10231','CPU and Memory Discovery','jnxOperatingTable.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning JUNIPER-MIB::jnxOperatingTable for CPU and Memory\r\nhttp://kb.juniper.net/InfoCenter/index?page=content&id=KB17526&actp=search. Filter limits results to Routing Engines','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1379INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27816','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2636.3.1.13.1.7,{#SENSOR_INFO},1.3.6.1.4.1.2636.3.1.13.1.5]','10231','Temperature discovery','jnxOperatingTable.discovery.temp','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning JUNIPER-MIB::jnxOperatingTable for Temperature\r\nhttp://kb.juniper.net/InfoCenter/index?page=content&id=KB17526&actp=search. Filter limits results to Routing Engines','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1380INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27817','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2636.3.1.13.1.5.4]','10231','FAN Discovery','jnxOperatingTable.discovery.fans','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning JUNIPER-MIB::jnxOperatingTable for Fans','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1381INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27818','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2636.3.1.13.1.5.2]','10231','PSU Discovery','jnxOperatingTable.discovery.psu','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning JUNIPER-MIB::jnxOperatingTable for Power Supplies','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1382INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27819','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2636.3.1.13.1.11.{#SNMPINDEX}','10231','{#SNMPVALUE}: Memory utilization','vm.memory.pused[jnxOperatingBuffer.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: JUNIPER-MIB\r\nThe buffer pool utilization in percentage of this subject.  Zero if unavailable or inapplicable.\r\nReference: http://kb.juniper.net/library/CUSTOMERSERVICE/GLOBAL_JTAC/BK26199/SRX%20SNMP%20Monitoring%20Guide_v1.1.pdf','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1383INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27821','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2636.3.1.13.1.7.{#SNMPINDEX}','10231','{#SENSOR_INFO}: Temperature','sensor.temp.value[jnxOperatingTemp.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: JUNIPER-MIB\r\nThe temperature in Celsius (degrees C) of {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1384INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27822','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2636.3.1.13.1.6.4.{#SNMPINDEX}','10231','{#SNMPVALUE}: Fan status','sensor.fan.status[jnxOperatingState.4.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'47','','','0','','','','','2',NULL,'','MIB: JUNIPER-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1385INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27823','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2636.3.1.13.1.6.2.{#SNMPINDEX}','10231','{#SNMPVALUE}: Power supply status','sensor.psu.status[jnxOperatingState.2.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'47','','','0','','','','','2',NULL,'','MIB: JUNIPER-MIB\r\nIf they are using DC power supplies there is a known issue on PR 1064039 where the fans do not detect the temperature correctly and fail to cool the power supply causing the shutdown to occur.\r\nThis is fixed in Junos 13.3R7 https://forums.juniper.net/t5/Routing/PEM-0-not-OK-MX104/m-p/289644#M14122','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1386INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27893','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10233','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1387INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27894','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.14988.1.1.7.3.0','10233','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: MIKROTIK-MIB\r\nRouterBOARD serial number','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1388INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27895','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.14988.1.1.7.4.0','10233','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: MIKROTIK-MIB\r\nCurrent firmware version','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1389INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27896','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.14988.1.1.4.4.0','10233','Operating system','system.sw.os','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: MIKROTIK-MIB\r\nSoftware version','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1390INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27897','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.14988.1.1.3.10.0','10233','Device: Temperature','sensor.temp.value[mtxrHlTemperature]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: MIKROTIK-MIB\r\n(mtxrHlTemperature) Device temperature in Celsius (degrees C). Might be missing in entry models (RB750, RB450G..)\r\nReference: http://wiki.mikrotik.com/wiki/Manual:SNMP','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1391INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27898','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.65536','10233','Total memory','vm.memory.total[hrStorageSize.Memory]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in\r\nunits of hrStorageAllocationUnits. This object is\r\nwritable to allow remote configuration of the size of\r\nthe storage area in those cases where such an\r\noperation makes sense and is possible on the\r\nunderlying system. For example, the amount of main\r\nmemory allocated to a buffer pool might be modified or\r\nthe amount of disk space allocated to virtual memory\r\nmight be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1392INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27899','15','','','10233','Memory utilization','vm.memory.pused[memoryUsedPercentage.Memory]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'(last(vm.memory.used[hrStorageUsed.Memory])/last(vm.memory.total[hrStorageSize.Memory]))*100','','0','','','','','0',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1393INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27900','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.65536','10233','Used memory','vm.memory.used[hrStorageUsed.Memory]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1394INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27901','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.25.3.3.1.1]','10233','CPU Discovery','hrProcessorLoad.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrProcessorTable discovery','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1395INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27902','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.14988.1.1.3.11]','10233','Temperature Discovery CPU','mtxrHlProcessorTemperature.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','MIKROTIK-MIB::mtxrHlProcessorTemperature\r\nSince temperature of CPU is not available on all Mikrotik hardware, this is done to avoid unsupported items.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1396INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27903','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.25.2.3.1.3,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4,{#STORAGE_TYPE},1.3.6.1.2.1.25.2.3.1.2]','10233','Storage Discovery','storage.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with storage filter','0','30d','0','0','','2','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1397INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27904','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.3.3.1.2.{#SNMPINDEX}','10233','#{#SNMPINDEX}: CPU utilization','system.cpu.util[hrProcessorLoad.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe average, over the last minute, of the percentage of time that this processor was not idle.Implementations may approximate this one minute smoothing period if necessary.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1398INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27905','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.14988.1.1.3.11.{#SNMPINDEX}','10233','CPU: Temperature','sensor.temp.value[mtxrHlProcessorTemperature.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: MIKROTIK-MIB\r\n(mtxrHlProcessorTemperature) Processor temperature in Celsius (degrees C). Might be missing in entry models (RB750, RB450G..)','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1399INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27906','15','','','10233','Disk-{#SNMPINDEX}: Storage utilization','vfs.fs.pused[hrStorageSize.{#SNMPINDEX}]','5m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'(last(vfs.fs.used[hrStorageSize.{#SNMPINDEX}])/last(vfs.fs.total[hrStorageSize.{#SNMPINDEX}]))*100','','0','','','','','2',NULL,'','Storage utilization in % for Disk-{#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1400INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27907','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10233','Disk-{#SNMPINDEX}: Total space','vfs.fs.total[hrStorageSize.{#SNMPINDEX}]','5m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in\r\nunits of hrStorageAllocationUnits. This object is\r\nwritable to allow remote configuration of the size of\r\nthe storage area in those cases where such an\r\noperation makes sense and is possible on the\r\nunderlying system. For example, the amount of main\r\nmemory allocated to a buffer pool might be modified or\r\nthe amount of disk space allocated to virtual memory\r\nmight be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1401INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27908','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10233','Disk-{#SNMPINDEX}: Used space','vfs.fs.used[hrStorageSize.{#SNMPINDEX}]','5m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1402INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27930','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.4526.10.1.1.1.3.0','10234','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FASTPATH-SWITCHING-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1403INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27931','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.4526.10.1.1.1.4.0','10234','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FASTPATH-SWITCHING-MIB\r\nSerial number of the switch','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1404INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27932','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.4526.10.1.1.1.10.0','10234','Operating system','system.sw.os','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FASTPATH-SWITCHING-MIB\r\nOperating System running on this unit','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1405INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27933','15','','','10234','Memory utilization','vm.memory.pused[memoryUsedPercentage.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'((last(vm.memory.total[agentSwitchCpuProcessMemAvailable.0])-last(vm.memory.free[agentSwitchCpuProcessMemFree.0]))/last(vm.memory.total[agentSwitchCpuProcessMemAvailable.0]))*100','','0','','','','','0',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1406INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27934','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.4526.10.1.1.5.1.0','10234','Available memory','vm.memory.free[agentSwitchCpuProcessMemFree.0]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FASTPATH-SWITCHING-MIB\r\nThe total memory freed for utilization.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1407INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27935','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.4526.10.1.1.5.2.0','10234','Total memory','vm.memory.total[agentSwitchCpuProcessMemAvailable.0]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FASTPATH-SWITCHING-MIB\r\nThe total Memory allocated for the tasks','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1408INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27936','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.4526.10.1.1.4.9.0','10234','CPU utilization','system.cpu.util[agentSwitchCpuProcessTotalUtilization.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FASTPATH-SWITCHING-MIB\r\nCPU utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1409INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27937','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.4526.10.43.1.8.1.1]','10234','Temperature Discovery','temp.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesTempSensorsTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1410INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27938','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.4526.10.43.1.6.1.1]','10234','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','FASTPATH-BOXSERVICES-PRIVATE-MIB::1.3.6.1.4.1.4526.10.43.1.6.1.1','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1411INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27939','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.4526.10.43.1.7.1.1]','10234','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesPowSupplyIndex','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1412INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27940','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.4526.10.43.1.8.1.3.{#SNMPINDEX}','10234','#{#SNMPVALUE}: Temperature status','sensor.temp.status[boxServicesTempSensorState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'51','','','0','','','','','2',NULL,'','MIB: FASTPATH-BOXSERVICES-PRIVATE-MIB\r\nThe state of temperature sensor','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1413INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27941','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.4526.10.43.1.8.1.5.{#SNMPINDEX}','10234','#{#SNMPVALUE}: Temperature','sensor.temp.value[boxServicesTempSensorTemperature.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: FASTPATH-BOXSERVICES-PRIVATE-MIB\r\nThe temperature value reported by sensor','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1414INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27942','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.4526.10.43.1.6.1.3.{#SNMPINDEX}','10234','#{#SNMPVALUE}: Fan status','sensor.fan.status[boxServicesFanItemState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'50','','','0','','','','','2',NULL,'','MIB: FASTPATH-BOXSERVICES-PRIVATE-MIB\r\nThe status of fan','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1415INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27943','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.4526.10.43.1.7.1.3.{#SNMPINDEX}','10234','#{#SNMPVALUE}: Power supply status','sensor.psu.status[boxServicesPowSupplyItemState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'49','','','0','','','','','2',NULL,'','MIB: FASTPATH-BOXSERVICES-PRIVATE-MIB\r\nThe status of power supply','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1416INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27967','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.9.1','10235','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1417INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27968','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.8.1','10235','Hardware version(revision)','system.hw.version','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1418INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27969','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.27514.100.1.3.0','10235','Operating system','system.sw.os','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: QTECH-MIB','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1419INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27970','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.1','10235','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1420INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27971','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.13.1','10235','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1421INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27972','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.27514.100.1.11.7.0','10235','Used memory','vm.memory.used[switchMemoryBusy.0]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: QTECH-MIB\r\nUsed memory in Bytes','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1422INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27973','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.27514.100.1.11.6.0','10235','Total memory','vm.memory.total[switchMemorySize.0]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: QTECH-MIB\r\nTotal memory in Bytes','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1423INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27974','15','','','10235','Memory utilization','vm.memory.pused[vm.memory.pused.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'(last(vm.memory.used[switchMemoryBusy.0])/last(vm.memory.total[switchMemorySize.0]))*100','','0','','','','','0',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1424INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27975','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.27514.100.1.11.10.0','10235','CPU utilization','system.cpu.util[switchCpuUsage.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: QTECH-MIB\r\nCPU utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1425INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27997','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11863.6.1.1.5.0','10236','Hardware version(revision)','system.hw.version','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: TPLINK-SYSINFO-MIB\r\nThe hardware version of the product.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1426INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27998','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11863.6.1.1.6.0','10236','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: TPLINK-SYSINFO-MIB\r\nThe software version of the product.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1427INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27999','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11863.6.1.1.8.0','10236','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: TPLINK-SYSINFO-MIB\r\nThe Serial number of the product.','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1428INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28000','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11863.6.1.1.5.0','10236','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: TPLINK-SYSINFO-MIB\r\nThe hardware version of the product.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1429INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28001','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.11863.6.4.1.1.1.1.1]','10236','CPU Discovery','cpu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering TPLINK-SYSMONITOR-MIB::tpSysMonitorCpuTable, displays the CPU utilization of all UNITs.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1430INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28002','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.11863.6.4.1.2.1.1.1]','10236','Memory Discovery','memory.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering TPLINK-SYSMONITOR-MIB::tpSysMonitorMemoryTable, displays the memory utilization of all UNITs.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1431INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28003','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11863.6.4.1.1.1.1.3.{#SNMPINDEX}','10236','#{#SNMPVALUE}: CPU utilization','system.cpu.util[tpSysMonitorCpu1Minute.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: TPLINK-SYSMONITOR-MIB\r\nDisplays the CPU utilization in 1 minute.\r\nReference: http://www.tp-link.com/faq-1330.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1432INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28004','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11863.6.4.1.2.1.1.2.{#SNMPINDEX}','10236','#{#SNMPVALUE}: Memory utilization','vm.memory.pused[tpSysMonitorMemoryUtilization.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: TPLINK-SYSMONITOR-MIB\r\nDisplays the memory utilization.\r\nReference: http://www.tp-link.com/faq-1330.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1433INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28026','1','{$SNMP_COMMUNITY}','1.2.840.10036.3.1.2.1.3.5','10237','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: IEEE802dot11-MIB\r\nA printable string used to identify the manufacturer\'s product name of the resource. Maximum string length is 128 octets.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1434INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28027','1','{$SNMP_COMMUNITY}','1.2.840.10036.3.1.2.1.4.5','10237','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: IEEE802dot11-MIB\r\nPrintable string used to identify the manufacturer\'s product version of the resource. Maximum string length is 128 octets.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1435INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28028','15','','','10237','Memory utilization','vm.memory.pused[memoryUsedPercentage]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'((last(vm.memory.total[memTotal])-last(vm.memory.free[memFree]))/last(vm.memory.total[memTotal]))*100','','0','','','','','0',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1436INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28029','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.10002.1.1.1.1.1.0','10237','Total memory','vm.memory.total[memTotal]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FROGFOOT-RESOURCES-MIB\r\nTotal memory in Bytes','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1437INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28030','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.10002.1.1.1.1.2.0','10237','Available memory','vm.memory.free[memFree]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FROGFOOT-RESOURCES-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1438INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28031','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.10002.1.1.1.4.2.1.3.2','10237','CPU utilization','system.cpu.util[loadValue.2]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: FROGFOOT-RESOURCES-MIB\r\n5 minute load average of processor load.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1439INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28141','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11.2.14.11.5.1.1.3.0','10250','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: NETSWITCH-MIB\r\nContains the operating code version number (also known as software or firmware).\r\nFor example, a software version such as A.08.01 is described as follows:\r\nA    the function set available in your router\r\n08   the common release number\r\n01   updates to the current common release','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1440INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28142','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11.2.36.1.1.2.9.0','10250','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SEMI-MIB','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1441INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28143','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11.2.14.11.5.1.9.6.1.0','10250','CPU utilization','system.cpu.util[hpSwitchCpuStat.0]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: STATISTICS-MIB\r\nThe CPU utilization in percent(%).\r\nReference: http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=emr_na-c02597344&sp4ts.oid=51079','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1442INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28144','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_TYPE},1.3.6.1.2.1.99.1.1.1.1,{#SENSOR_INFO},1.3.6.1.2.1.47.1.1.1.1.2,{#SENSOR_PRECISION},1.3.6.1.2.1.99.1.1.1.3]','10250','Temperature Discovery','temp.precision0.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','ENTITY-SENSORS-MIB::EntitySensorDataType discovery with celsius filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1443INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28145','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.1]','10250','Memory Discovery','memory.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovery of NETSWITCH-MIB::hpLocalMemTable, A table that contains information on all the local memory for each slot.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1444INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28146','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.4.1.11.2.14.11.1.2.6.1.2,{#ENT_DESCR},1.3.6.1.4.1.11.2.14.11.1.2.6.1.7,{#ENT_STATUS},1.3.6.1.4.1.11.2.14.11.1.2.6.1.4]','10250','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering all entities of hpicfSensorObjectId that ends with: 11.2.3.7.8.3.2 - fans and are present','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1445INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28147','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.4.1.11.2.14.11.1.2.6.1.2,{#ENT_DESCR},1.3.6.1.4.1.11.2.14.11.1.2.6.1.7,{#ENT_STATUS},1.3.6.1.4.1.11.2.14.11.1.2.6.1.4]','10250','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering all entities of hpicfSensorObjectId that ends with: 11.2.3.7.8.3.1 - power supplies and are present','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1446INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28148','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.4.1.11.2.14.11.1.2.6.1.2,{#ENT_DESCR},1.3.6.1.4.1.11.2.14.11.1.2.6.1.7,{#ENT_STATUS},1.3.6.1.4.1.11.2.14.11.1.2.6.1.4]','10250','Temp Status Discovery','temp.status.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Discovering all entities of hpicfSensorObjectId that ends with: 11.2.3.7.8.3.3 - over temp status and are present','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1447INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28149','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7]','10250','Entity Discovery','entity.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1448INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28150','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.99.1.1.1.4.{#SNMPINDEX}','10250','{#SENSOR_INFO}: Temperature','sensor.temp.value[entPhySensorValue.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-SENSORS-MIB\r\nThe most recent measurement obtained by the agent for this sensor.\r\nTo correctly interpret the value of this object, the associated entPhySensorType,\r\nentPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1449INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28151','15','','','10250','#{#SNMPVALUE}: Memory utilization','vm.memory.pused[vm.memory.pused.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'(last(vm.memory.used[hpLocalMemAllocBytes.{#SNMPINDEX}])/(last(vm.memory.free[hpLocalMemFreeBytes.{#SNMPINDEX}])+last(vm.memory.used[hpLocalMemAllocBytes.{#SNMPINDEX}])))*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1450INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28152','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.6.{#SNMPINDEX}','10250','#{#SNMPVALUE}: Available memory','vm.memory.free[hpLocalMemFreeBytes.{#SNMPINDEX}]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: NETSWITCH-MIB\r\nThe number of available (unallocated) bytes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1451INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28153','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.7.{#SNMPINDEX}','10250','#{#SNMPVALUE}: Used memory','vm.memory.used[hpLocalMemAllocBytes.{#SNMPINDEX}]','3m','30d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: NETSWITCH-MIB\r\nThe number of currently allocated bytes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1452INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28154','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11.2.14.11.1.2.6.1.4.{#SNMPINDEX}','10250','{#ENT_DESCR}: Fan status','sensor.fan.status[hpicfSensorStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'40','','','0','','','','','2',NULL,'','MIB: HP-ICF-CHASSIS\r\nActual status indicated by the sensor: {#ENT_DESCR}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1453INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28155','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11.2.14.11.1.2.6.1.4.{#SNMPINDEX}','10250','{#ENT_DESCR}: Power supply status','sensor.psu.status[hpicfSensorStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'40','','','0','','','','','2',NULL,'','MIB: HP-ICF-CHASSIS\r\nActual status indicated by the sensor: {#ENT_DESCR}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1454INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28156','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.11.2.14.11.1.2.6.1.4.{#SNMPINDEX}','10250','{#ENT_DESCR}: Temperature status','sensor.temp.status[hpicfSensorStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'40','','','0','','','','','2',NULL,'','MIB: HP-ICF-CHASSIS\r\nActual status indicated by the sensor: {#ENT_DESCR}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1455INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28157','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.8.{#SNMPINDEX}','10250','{#ENT_NAME}: Hardware version(revision)','system.hw.version[entPhysicalHardwareRev.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1456INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28158','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.2.{#SNMPINDEX}','10250','{#ENT_NAME}: Hardware model name','system.hw.model[entPhysicalDescr.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1457INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28196','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_TYPE},1.3.6.1.2.1.99.1.1.1.1,{#SENSOR_INFO},1.3.6.1.2.1.47.1.1.1.1.2,{#SENSOR_PRECISION},1.3.6.1.2.1.99.1.1.1.3]','10251','Temperature Discovery','temp.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','ENTITY-SENSORS-MIB::EntitySensorDataType discovery with celsius filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1458INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28197','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.99.1.1.1.1,{#SENSOR_INFO},1.3.6.1.2.1.47.1.1.1.1.2]','10251','Fan Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','ENTITY-SENSORS-MIB::EntitySensorDataType discovery with rpm filter','0','30d','0','0','','2','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1459INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28198','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7]','10251','Entity Discovery','entity.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1460INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28199','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7]','10251','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1461INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28200','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.99.1.1.1.5.{#SNMPINDEX}','10251','{#SENSOR_INFO}: Temperature status','sensor.temp.status[entPhySensorOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'18','','','0','','','','','2',NULL,'','MIB: ENTITY-SENSORS-MIB\r\nThe operational status of the sensor {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1462INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28201','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.99.1.1.1.4.{#SNMPINDEX}','10251','{#SENSOR_INFO}: Temperature','sensor.temp.value[entPhySensorValue.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-SENSORS-MIB\r\nThe most recent measurement obtained by the agent for this sensor.\r\nTo correctly interpret the value of this object, the associated entPhySensorType,\r\nentPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1463INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28202','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.99.1.1.1.5.{#SNMPINDEX}','10251','{#SENSOR_INFO}: Fan status','sensor.fan.status[entPhySensorOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'18','','','0','','','','','2',NULL,'','MIB: ENTITY-SENSORS-MIB\r\nThe operational status of the sensor {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1464INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28203','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.99.1.1.1.4.{#SNMPINDEX}','10251','{#SENSOR_INFO}: Fan speed','sensor.fan.speed[entPhySensorValue.{#SNMPINDEX}]','5m','30d','365d','0','3','','rpm','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-SENSORS-MIB\r\nThe most recent measurement obtained by the agent for this sensor.\r\nTo correctly interpret the value of this object, the associated entPhySensorType,\r\nentPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1465INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28204','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.{#SNMPINDEX}','10251','{#ENT_NAME}: Hardware serial number','system.hw.serialnumber[entPhysicalSerialNum.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1466INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28205','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.13.{#SNMPINDEX}','10251','{#ENT_NAME}: Hardware model name','system.hw.model[entPhysicalModelName.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1467INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28206','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.131.1.1.1.3.{#SNMPINDEX}','10251','{#ENT_NAME}: Power supply status','sensor.psu.status[entStateOper.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'48','','','0','','','','','2',NULL,'','MIB: ENTITY-STATE-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1468INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28244','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.109.1.1.1.1.5]','10252','CPU Discovery','cpu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','If your IOS device has several CPUs, you must use CISCO-PROCESS-MIB and its object cpmCPUTotal5minRev from the table called cpmCPUTotalTable ,\r\nindexed with cpmCPUTotalIndex .\r\nThis table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,\r\nlike different CPU chips, group of CPUs, or CPUs in different modules/cards.\r\nIn case of a single CPU, cpmCPUTotalTable has only one entry.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1469INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28246','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.109.1.1.1.1.5.{#SNMPINDEX}','10252','{#SNMPVALUE}: CPU utilization','system.cpu.util[cpmCPUTotal5min.{#SNMPINDEX}]','5m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-PROCESS-MIB\r\nThe overall CPU busy percentage in the last 5 minute\r\nperiod. This object deprecates the avgBusy5 object from\r\nthe OLD-CISCO-SYSTEM-MIB. This object is deprecated\r\nby cpmCPUTotal5minRev which has the changed range\r\nof value (0..100)\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15215-collect-cpu-util-snmp.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1470INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28248','5','','','10047','Zabbix preprocessing queue','zabbix[preprocessing_queue]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Count of values enqueued in the preprocessing queue.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1471INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28250','5','','','10048','Utilization of vmware data collector processes, in %','zabbix[process,vmware collector,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1472INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28251','5','','','10048','Zabbix vmware cache, % used','zabbix[vmware,buffer,pused]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','1','0','0','0','0');
1473INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28252','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10203','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1474INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28255','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10204','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1475INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28306','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_TYPE},1.3.6.1.2.1.99.1.1.1.1,{#SENSOR_INFO},1.3.6.1.2.1.47.1.1.1.1.2,{#SENSOR_PRECISION},1.3.6.1.2.1.99.1.1.1.3]','10254','Temperature discovery','temp.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','ENTITY-SENSORS-MIB::EntitySensorDataType discovery with celsius filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1476INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28307','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.99.1.1.1.1,{#SENSOR_INFO},1.3.6.1.2.1.47.1.1.1.1.2]','10254','Fan discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','ENTITY-SENSORS-MIB::EntitySensorDataType discovery with rpm filter','0','30d','0','0','','2','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1477INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28308','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7]','10254','Entity discovery','entity.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1478INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28309','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7]','10254','PSU discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1479INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28323','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.99.1.1.1.4.{#SNMPINDEX}','10254','{#SENSOR_INFO}: Temperature','sensor.temp.value[entPhySensorValue.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-SENSORS-MIB\r\nThe most recent measurement obtained by the agent for this sensor.\r\nTo correctly interpret the value of this object, the associated entPhySensorType,\r\nentPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1480INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28324','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.99.1.1.1.5.{#SNMPINDEX}','10254','{#SENSOR_INFO}: Temperature status','sensor.temp.status[entPhySensorOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'18','','','0','','','','','2',NULL,'','MIB: ENTITY-SENSORS-MIB\r\nThe operational status of the sensor {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1481INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28325','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.99.1.1.1.4.{#SNMPINDEX}','10254','{#SENSOR_INFO}: Fan speed','sensor.fan.speed[entPhySensorValue.{#SNMPINDEX}]','1m','30d','365d','0','3','','rpm','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-SENSORS-MIB\r\nThe most recent measurement obtained by the agent for this sensor.\r\nTo correctly interpret the value of this object, the associated entPhySensorType,\r\nentPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1482INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28326','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.99.1.1.1.5.{#SNMPINDEX}','10254','{#SENSOR_INFO}: Fan status','sensor.fan.status[entPhySensorOperStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'18','','','0','','','','','2',NULL,'','MIB: ENTITY-SENSORS-MIB\r\nThe operational status of the sensor {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1483INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28327','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.13.{#SNMPINDEX}','10254','{#ENT_NAME}: Hardware model name','system.hw.model[entPhysicalModelName.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1484INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28328','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.{#SNMPINDEX}','10254','{#ENT_NAME}: Hardware serial number','system.hw.serialnumber[entPhysicalSerialNum.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1485INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28329','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.131.1.1.1.3.{#SNMPINDEX}','10254','{#ENT_NAME}: Power supply status','sensor.psu.status[entStateOper.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'48','','','0','','','','','2',NULL,'','MIB: ENTITY-STATE-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1486INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28341','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.2.1.0','10255','Overall system health status','system.status[globalSystemStatus.0]','30s','2w','0d','0','3','','','','0','','','','',NULL,'59','','','0','','','','','0',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThis attribute defines the overall rollup status of all components in the system being monitored by the remote access card. Includes system, storage, IO devices, iDRAC, CPU, memory, etc.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1487INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28342','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.1.3.12.0','10255','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThis attribute defines the model name of the system.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1488INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28343','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.1.3.6.0','10255','Operating system','system.sw.os','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThis attribute defines the name of the operating system that the hostis running.','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1489INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28344','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.1.3.2.0','10255','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThis attribute defines the service tag of the system.','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1490INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28345','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.1.1.8.0','10255','Firmware version','system.hw.firmware','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThis attribute defines the firmware version of a remote access card.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1491INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28346','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.674.10892.5.4.700.20.1.1,{#SENSOR_LOCALE},1.3.6.1.4.1.674.10892.5.4.700.20.1.8]','10255','Temperature CPU Discovery','temp.cpu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Temperature Probe Table IDRAC-MIB-SMIv2::temperatureProbeTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1492INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28347','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.674.10892.5.4.700.20.1.1,{#SENSOR_LOCALE},1.3.6.1.4.1.674.10892.5.4.700.20.1.8]','10255','Temperature Ambient Discovery','temp.ambient.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Temperature Probe Table IDRAC-MIB-SMIv2::temperatureProbeTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1493INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28348','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.674.10892.5.4.600.12.1.5,{#PSU_DESCR},1.3.6.1.4.1.674.10892.5.4.600.12.1.8]','10255','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','IDRAC-MIB-SMIv2::powerSupplyTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1494INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28349','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.674.10892.5.4.700.12.1.5,{#FAN_DESCR},1.3.6.1.4.1.674.10892.5.4.700.12.1.8,{#TYPE},1.3.6.1.4.1.674.10892.5.4.700.12.1.7]','10255','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','IDRAC-MIB-SMIv2::coolingDeviceTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1495INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28350','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.1,{#DISK_NAME},1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2]','10255','Physical Disk Discovery','physicaldisk.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','IDRAC-MIB-SMIv2::physicalDiskTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1496INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28351','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.1,{#DISK_NAME},1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.2]','10255','Virtual Disk Discovery','virtualdisk.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','IDRAC-MIB-SMIv2::virtualDiskTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1497INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28352','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.38,{#CNTLR_NAME},1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.79]','10255','Array Controller Discovery','physicaldisk.arr.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','IDRAC-MIB-SMIv2::controllerTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1498INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28353','4','{$SNMP_COMMUNITY}','discovery[{#BATTERY_NUM},1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.1]','10255','Array Controller Cache Discovery','array.cache.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','IDRAC-MIB-SMIv2::batteryTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1499INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28354','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.4.700.20.1.6.{#SNMPINDEX}','10255','{#SENSOR_LOCALE}: Temperature','sensor.temp.value[temperatureProbeReading.CPU.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,'60','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\n0700.0020.0001.0006 This attribute defines the reading for a temperature probe of type other than temperatureProbeTypeIsDiscrete.  When the value for temperatureProbeType is other than temperatureProbeTypeIsDiscrete,the value returned for this attribute is the temperature that the probeis reading in tenths of degrees Centigrade. When the value for temperatureProbeType is temperatureProbeTypeIsDiscrete, a value is not returned for this attribute.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1500INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28355','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.4.700.20.1.5.{#SNMPINDEX}','10255','{#SENSOR_LOCALE}: Temperature status','sensor.temp.status[temperatureProbeStatus.CPU.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'60','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\n0700.0020.0001.0005 This attribute defines the probe status of the temperature probe.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1501INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28356','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.4.700.20.1.6.{#SNMPINDEX}','10255','{#SENSOR_LOCALE}: Temperature','sensor.temp.value[temperatureProbeReading.Ambient.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,'60','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\n0700.0020.0001.0006 This attribute defines the reading for a temperature probe of type other than temperatureProbeTypeIsDiscrete.  When the value for temperatureProbeType is other than temperatureProbeTypeIsDiscrete,the value returned for this attribute is the temperature that the probeis reading in tenths of degrees Centigrade. When the value for temperatureProbeType is temperatureProbeTypeIsDiscrete, a value is not returned for this attribute.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1502INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28357','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.4.700.20.1.5.{#SNMPINDEX}','10255','{#SENSOR_LOCALE}: Temperature status','sensor.temp.status[temperatureProbeStatus.Ambient.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'60','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\n0700.0020.0001.0005 This attribute defines the probe status of the temperature probe.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1503INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28358','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.4.600.12.1.5.{#SNMPINDEX}','10255','{#PSU_DESCR}: Power supply status','sensor.psu.status[powerSupplyStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'59','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\n0600.0012.0001.0005 This attribute defines the status of the power supply.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1504INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28359','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.4.700.12.1.5.{#SNMPINDEX}','10255','{#FAN_DESCR}: Fan status','sensor.fan.status[coolingDeviceStatus.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'60','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\n0700.0012.0001.0005 This attribute defines the probe status of the cooling device.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1505INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28360','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.4.700.12.1.6.{#SNMPINDEX}','10255','{#FAN_DESCR}: Fan speed','sensor.fan.speed[coolingDeviceReading.{#SNMPINDEX}]','5m','30d','365d','0','3','','rpm','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\n0700.0012.0001.0006 This attribute defines the reading for a cooling device\r\nof subtype other than coolingDeviceSubTypeIsDiscrete.  When the value\r\nfor coolingDeviceSubType is other than coolingDeviceSubTypeIsDiscrete, the\r\nvalue returned for this attribute is the speed in RPM or the OFF/ON value\r\nof the cooling device.  When the value for coolingDeviceSubType is\r\ncoolingDeviceSubTypeIsDiscrete, a value is not returned for this attribute.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1506INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28361','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.24.{#SNMPINDEX}','10255','{#DISK_NAME}: Physical disk status','system.hw.physicaldisk.status[physicalDiskComponentStatus.{#SNMPINDEX}]','3m','30d','0d','0','3','','','','0','','','','',NULL,'61','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe status of the physical disk itself without the propagation of any contained component status.\r\nPossible values:\r\n1: Other\r\n2: Unknown\r\n3: OK\r\n4: Non-critical\r\n5: Critical\r\n6: Non-recoverable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1507INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28362','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.7.{#SNMPINDEX}','10255','{#DISK_NAME}: Physical disk serial number','system.hw.physicaldisk.serialnumber[physicalDiskSerialNo.{#SNMPINDEX}]','1d','30d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe physical disk\'s unique identification number from the manufacturer.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1508INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28363','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.31.{#SNMPINDEX}','10255','{#DISK_NAME}: Physical disk S.M.A.R.T. status','system.hw.physicaldisk.smart_status[physicalDiskSmartAlertIndication.{#SNMPINDEX}]','3m','30d','0d','0','3','','','','0','','','','',NULL,'62','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nIndicates whether the physical disk has received a predictive failure alert.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1509INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28364','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.6.{#SNMPINDEX}','10255','{#DISK_NAME}: Physical disk model name','system.hw.physicaldisk.model[physicalDiskProductID.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe model number of the physical disk.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1510INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28365','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.27.{#SNMPINDEX}','10255','{#DISK_NAME}: Physical disk part number','system.hw.physicaldisk.part_number[physicalDiskPartNumber.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe part number of the disk.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1511INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28366','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.35.{#SNMPINDEX}','10255','{#DISK_NAME}: Physical disk media type','system.hw.physicaldisk.media_type[physicalDiskMediaType.{#SNMPINDEX}]','1h','2w','0d','0','3','','','','0','','','','',NULL,'63','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe media type of the physical disk. Possible Values:\r\n1: The media type could not be determined.\r\n2: Hard Disk Drive (HDD).\r\n3: Solid State Drive (SSD).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1512INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28367','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.11.{#SNMPINDEX}','10255','{#DISK_NAME}: Disk size','system.hw.physicaldisk.size[physicalDiskCapacityInMB.{#SNMPINDEX}]','1h','2w','0d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe size of the physical disk in megabytes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1513INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28368','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.13.{#SNMPINDEX}','10255','Disk {#SNMPVALUE}({#DISK_NAME}): Layout type','system.hw.virtualdisk.layout[virtualDiskLayout.{#SNMPINDEX}]','1h','2w','365d','0','3','','','','0','','','','',NULL,'65','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe virtual disk\'s RAID type.\r\nPossible values:\r\n1: Not one of the following\r\n2: RAID-0\r\n3: RAID-1\r\n4: RAID-5\r\n5: RAID-6\r\n6: RAID-10\r\n7: RAID-50\r\n8: RAID-60\r\n9: Concatenated RAID 1\r\n10: Concatenated RAID 5','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1514INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28369','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.30.{#SNMPINDEX}','10255','Disk {#SNMPVALUE}({#DISK_NAME}): Current state','system.hw.virtualdisk.state[virtualDiskOperationalState.{#SNMPINDEX}]','3m','2w','365d','0','3','','','','0','','','','',NULL,'66','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe state of the virtual disk when there are progressive operations ongoing.\r\nPossible values:\r\n1: There is no active operation running.\r\n2: The virtual disk configuration has changed. The physical disks included in the virtual disk are being modified to support the new configuration.\r\n3: A Consistency Check (CC) is being performed on the virtual disk.\r\n4: The virtual disk is being initialized.\r\n5: BackGround Initialization (BGI) is being performed on the virtual disk.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1515INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28370','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.11.{#SNMPINDEX}','10255','Disk {#SNMPVALUE}({#DISK_NAME}): Read policy','system.hw.virtualdisk.readpolicy[virtualDiskReadPolicy.{#SNMPINDEX}]','1h','2w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe read policy used by the controller for read operations on this virtual disk.\r\nPossible values:\r\n1: No Read Ahead.\r\n2: Read Ahead.\r\n3: Adaptive Read Ahead.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1516INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28371','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.10.{#SNMPINDEX}','10255','Disk {#SNMPVALUE}({#DISK_NAME}): Write policy','system.hw.virtualdisk.writepolicy[virtualDiskWritePolicy.{#SNMPINDEX}]','1h','2w','365d','0','3','','','','0','','','','',NULL,'67','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe write policy used by the controller for write operations on this virtual disk.\r\nPossible values:\r\n1: Write Through.\r\n2: Write Back.\r\n3: Force Write Back.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1517INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28372','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.6.{#SNMPINDEX}','10255','Disk {#SNMPVALUE}({#DISK_NAME}): Disk size','system.hw.virtualdisk.size[virtualDiskSizeInMB.{#SNMPINDEX}]','1h','2w','0d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe size of the virtual disk in megabytes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1518INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28373','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4.{#SNMPINDEX}','10255','Disk {#SNMPVALUE}({#DISK_NAME}): Status','system.hw.virtualdisk.status[virtualDiskState.{#SNMPINDEX}]','3m','2w','365d','0','3','','','','0','','','','',NULL,'69','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe current state of this virtual disk (which includes any member physical disks.)\r\nPossible states:\r\n1: The current state could not be determined.\r\n2: The virtual disk is operating normally or optimally.\r\n3: The virtual disk has encountered a failure. The data on disk is lost or is about to be lost.\r\n4: The virtual disk encounterd a failure with one or all of the constituent redundant physical disks.\r\nThe data on the virtual disk might no longer be fault tolerant.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1519INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28374','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.38.{#SNMPINDEX}','10255','{#CNTLR_NAME}: Disk array controller status','system.hw.diskarray.status[controllerComponentStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','',NULL,'59','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe status of the controller itself without the propagation of any contained component status.\r\nPossible values:\r\n1: Other\r\n2: Unknown\r\n3: OK\r\n4: Non-critical\r\n5: Critical\r\n6: Non-recoverable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1520INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28375','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.2.{#SNMPINDEX}','10255','{#CNTLR_NAME}: Disk array controller model','system.hw.diskarray.model[controllerName.{#SNMPINDEX}]','1d','30d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nThe controller\'s name as represented in Storage Management.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1521INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28376','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.4.{#SNMPINDEX}','10255','Battery {#BATTERY_NUM}: Disk array cache controller battery status','system.hw.diskarray.cache.battery.status[batteryState.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','',NULL,'64','','','0','','','','','2',NULL,'','MIB: IDRAC-MIB-SMIv2\r\nCurrent state of battery.\r\nPossible values:\r\n1: The current state could not be determined.\r\n2: The battery is operating normally.\r\n3: The battery has failed and needs to be replaced.\r\n4: The battery temperature is high or charge level is depleting.\r\n5: The battery is missing or not detected.\r\n6: The battery is undergoing the re-charge phase.\r\n7: The battery voltage or charge level is below the threshold.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1522INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28388','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.2.6.1.0','10256','System: Temperature status','sensor.temp.status[cpqHeThermalCondition.0]','3m','2w','0d','0','3','','','','0','','','','',NULL,'54','','','0','','','','','0',NULL,'','MIB: CPQHLTH-MIB\r\nThis value specifies the overall condition of the system\'s thermal environment.\r\nThis value will be one of the following:\r\nother(1)  Temperature could not be determined.\r\nok(2)  The temperature sensor is within normal operating range.\r\ndegraded(3)  The temperature sensor is outside of normal operating range.\r\nfailed(4)  The temperature sensor detects a condition that could  permanently damage the system.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1523INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28390','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.2.2.4.2.0','10256','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: CPQSINFO-MIB\r\nThe machine product name.The name of the machine used in this system.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1524INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28391','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.2.2.2.1.0','10256','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: CPQSINFO-MIB\r\nThe serial number of the physical system unit. The string will be empty if the system does not report the serial number function.','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1525INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28392','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.6.2.6.8.1.1,{#SENSOR_LOCALE},1.3.6.1.4.1.232.6.2.6.8.1.3]','10256','Temperature Discovery','tempDescr.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Temperature Sensor Entries: CPQHLTH-MIB::cpqHeTemperatureTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1526INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28393','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.6.2.6.8.1.1,{#SENSOR_LOCALE},1.3.6.1.4.1.232.6.2.6.8.1.3]','10256','Temperature Discovery Ambient','tempDescr.discovery.ambient','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Temperature Sensor Entries: CPQHLTH-MIB::cpqHeTemperatureTable with ambient(11) and 0.1 index filter','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1527INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28394','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.6.2.6.8.1.1,{#SENSOR_LOCALE},1.3.6.1.4.1.232.6.2.6.8.1.3]','10256','Temperature Discovery CPU','tempDescr.discovery.cpu','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Temperature Sensor Entries: CPQHLTH-MIB::cpqHeTemperatureTable with cpu(6) filter','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1528INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28395','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.6.2.6.8.1.1,{#SENSOR_LOCALE},1.3.6.1.4.1.232.6.2.6.8.1.3]','10256','Temperature Discovery Memory','tempDescr.discovery.memory','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Temperature Sensor Entries: CPQHLTH-MIB::cpqHeTemperatureTable with memory(7) filter','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1529INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28396','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.6.2.6.8.1.1,{#SENSOR_LOCALE},1.3.6.1.4.1.232.6.2.6.8.1.3]','10256','Temperature Discovery PSU','tempDescr.discovery.psu','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Temperature Sensor Entries: CPQHLTH-MIB::cpqHeTemperatureTable with powerSupply(10) filter','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1530INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28397','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.6.2.6.8.1.1,{#SENSOR_LOCALE},1.3.6.1.4.1.232.6.2.6.8.1.3]','10256','Temperature Discovery System','tempDescr.discovery.io','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Temperature Sensor Entries: CPQHLTH-MIB::cpqHeTemperatureTable with system(3) filter','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1531INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28398','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.6.2.9.3.1.5,{#CHASSIS_NUM},1.3.6.1.4.1.232.6.2.9.3.1.1,{#BAY_NUM},1.3.6.1.4.1.232.6.2.9.3.1.2]','10256','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','CPQHLTH-MIB::cpqHeFltTolPowerSupplyStatus','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1532INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28399','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.6.2.6.7.1.9]','10256','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','CPQHLTH-MIB::cpqHeFltTolFanCondition','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1533INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28400','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.3.2.2.1.1.1,{#CNTLR_SLOT},1.3.6.1.4.1.232.3.2.2.1.1.5,{#CNTLR_LOCATION},1.3.6.1.4.1.232.3.2.2.1.1.20]','10256','Array Controller Discovery','array.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Array controllers: CPQIDA-MIB::cpqDaCntlrTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1534INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28401','4','{$SNMP_COMMUNITY}','discovery[{#CACHE_STATUS},1.3.6.1.4.1.232.3.2.2.2.1.2,{#CACHE_CNTRL_INDEX},1.3.6.1.4.1.232.3.2.2.2.1.1]','10256','Array Controller Cache Discovery','array.cache.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Array controllers: CPQIDA-MIB::cpqDaAccelTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1535INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28402','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.3.2.5.1.1.5,{#DISK_LOCATION},1.3.6.1.4.1.232.3.2.5.1.1.64]','10256','Physical Disk Discovery','physicalDisk.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning  table of physical drive entries CPQIDA-MIB::cpqDaPhyDrvTable.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1536INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28403','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.232.3.2.3.1.1.2,{#DISK_NAME},1.3.6.1.4.1.232.3.2.3.1.1.14]','10256','Virtual Disk Discovery','virtualdisk.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','CPQIDA-MIB::cpqDaLogDrvTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1537INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28404','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.2.6.8.1.4.{#SNMPINDEX}','10256','{#SNMPINDEX}: Temperature','sensor.temp.value[cpqHeTemperatureCelsius.{#SNMPINDEX}]','6m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CPQHLTH-MIB\r\nTemperature readings of testpoint: {#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1538INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28405','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.2.6.8.1.3.{#SNMPINDEX}','10256','{#SNMPINDEX}: Temperature sensor location','sensor.temp.locale[cpqHeTemperatureLocale.{#SNMPINDEX}]','1h','1w','0d','0','3','','','','0','','','','',NULL,'55','','','0','','','','','2',NULL,'','MIB: CPQHLTH-MIB\r\nThis specifies the location of the temperature sensor present in the system.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1539INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28406','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.2.6.8.1.4.{#SNMPINDEX}','10256','Ambient: Temperature','sensor.temp.value[cpqHeTemperatureCelsius.Ambient.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CPQHLTH-MIB\r\nTemperature readings of testpoint: Ambient','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1540INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28407','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.2.6.8.1.4.{#SNMPINDEX}','10256','CPU-{#SNMPINDEX}: Temperature','sensor.temp.value[cpqHeTemperatureCelsius.CPU.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CPQHLTH-MIB\r\nTemperature readings of testpoint: CPU-{#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1541INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28408','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.2.6.8.1.4.{#SNMPINDEX}','10256','Memory-{#SNMPINDEX}: Temperature','sensor.temp.value[cpqHeTemperatureCelsius.Memory.{#SNMPINDEX}]','6m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CPQHLTH-MIB\r\nTemperature readings of testpoint: Memory-{#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1542INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28409','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.2.6.8.1.4.{#SNMPINDEX}','10256','PSU-{#SNMPINDEX}: Temperature','sensor.temp.value[cpqHeTemperatureCelsius.PSU.{#SNMPINDEX}]','6m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CPQHLTH-MIB\r\nTemperature readings of testpoint: PSU-{#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1543INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28410','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.2.6.8.1.4.{#SNMPINDEX}','10256','System-{#SNMPINDEX}: Temperature','sensor.temp.value[cpqHeTemperatureCelsius.System.{#SNMPINDEX}]','6m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CPQHLTH-MIB\r\nTemperature readings of testpoint: System-{#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1544INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28411','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.2.9.3.1.4.{#SNMPINDEX}','10256','Chassis {#CHASSIS_NUM}, bay {#BAY_NUM}: Power supply status','sensor.psu.status[cpqHeFltTolPowerSupplyCondition.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'54','','','0','','','','','2',NULL,'','MIB: CPQHLTH-MIB\r\nThe condition of the power supply. This value will be one of the following:\r\nother(1)  The status could not be determined or not present.\r\nok(2)  The power supply is operating normally.\r\ndegraded(3)  A temperature sensor, fan or other power supply component is  outside of normal operating range.\r\nfailed(4)  A power supply component detects a condition that could  permanently damage the system.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1545INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28412','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.2.6.7.1.9.{#SNMPINDEX}','10256','Fan {#SNMPINDEX}: Fan status','sensor.fan.status[cpqHeFltTolFanCondition.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','',NULL,'54','','','0','','','','','2',NULL,'','MIB: CPQHLTH-MIB\r\nThe condition of the fan.\r\nThis value will be one of the following:\r\nother(1)  Fan status detection is not supported by this system or driver.\r\nok(2)  The fan is operating properly.\r\ndegraded(2)  A redundant fan is not operating properly.\r\nfailed(4)  A non-redundant fan is not operating properly.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1546INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28413','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.2.1.1.6.{#SNMPINDEX}','10256','{#CNTLR_LOCATION}: Disk array controller status','system.hw.diskarray.status[cpqDaCntlrCondition.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','',NULL,'54','','','0','','','','','2',NULL,'','MIB: CPQIDA-MIB\r\nThis value represents the overall condition of this controller,\r\nand any associated logical drives,physical drives, and array accelerators.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1547INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28414','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.2.1.1.2.{#SNMPINDEX}','10256','{#CNTLR_LOCATION}: Disk array controller model','system.hw.diskarray.model[cpqDaCntlrModel.{#SNMPINDEX}]','1d','30d','0d','0','3','','','','0','','','','',NULL,'56','','','0','','','','','2',NULL,'','MIB: CPQIDA-MIB\r\nArray Controller Model. The type of controller card.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1548INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28415','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.2.2.1.2.{#SNMPINDEX}','10256','#{#CACHE_CNTRL_INDEX}: Disk array cache controller status','system.hw.diskarray.cache.status[cpqDaAccelStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','',NULL,'71','','','0','','','','','2',NULL,'','MIB: CPQIDA-MIB\r\nCache Module/Operations Status. This describes the status of the cache module and/or cache operations.\r\nNote that for some controller models, a cache module board that physically attaches to the controller or chipset may not be an available option.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1549INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28416','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.2.2.1.6.{#SNMPINDEX}','10256','#{#CACHE_CNTRL_INDEX}: Disk array cache controller battery status','system.hw.diskarray.cache.battery.status[cpqDaAccelBattery.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','',NULL,'72','','','0','','','','','2',NULL,'','MIB: CPQIDA-MIB\r\nCache Module Board Backup Power Status. This monitors the status of each backup power source on the board.\r\nThe backup power source can only recharge when the system has power applied. The type of backup power source used is indicated by cpqDaAccelBackupPowerSource.\r\nThe following values are valid:\r\nOther (1)  Indicates that the instrument agent does not recognize  backup power status.  You may need to update your software.\r\n\r\nOk (2)  The backup power source is fully charged.\r\n\r\nRecharging (3)  The array controller has one or more cache module backup power  sources that are recharging.\r\nCache module operations such as Battery/Flash Backed Write Cache, Expansion, Extension and Migration are temporarily suspended until the backup power source is fully charged.\r\nCache module operations will automatically resume  when charging is complete.\r\n\r\nFailed (4)  The battery pack is below the sufficient voltage level and  has not recharged in 36 hours.\r\nYour Cache Module board  needs to be serviced.\r\n\r\nDegraded (5)  The battery is still operating, however, one of the batteries  in the pack has failed to recharge properly.\r\nYour Cache  Module board should be serviced as soon as possible.\r\n\r\nNotPresent (6)  A backup power source is not present on the cache module board. Some controllers do not have backup power sources.\r\n\r\nCapacitor Failed (7)  The flash backed cache module capacitor is below the sufficient voltage level and has not recharged in 10 minutes.  Your Cache Module board needs to be serviced.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1550INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28417','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.5.1.1.6.{#SNMPINDEX}','10256','{#DISK_LOCATION}: Physical disk status','system.hw.physicaldisk.status[cpqDaPhyDrvStatus.{#SNMPINDEX}]','3m','30d','0d','0','3','','','','0','','','','',NULL,'57','','','0','','','','','2',NULL,'','MIB: CPQIDA-MIB\r\nPhysical Drive Status. This shows the status of the physical drive. The following values are valid for the physical drive status:\r\nother (1)  Indicates that the instrument agent does not recognize  the drive.\r\nYou may need to upgrade your instrument agent  and/or driver software.\r\nok (2)  Indicates the drive is functioning properly.\r\nfailed (3)  Indicates that the drive is no longer operating and  should be replaced.\r\npredictiveFailure(4)  Indicates that the drive has a predictive failure error and  should be replaced.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1551INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28418','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.5.1.1.57.{#SNMPINDEX}','10256','{#DISK_LOCATION}: Physical disk S.M.A.R.T. status','system.hw.physicaldisk.smart_status[cpqDaPhyDrvSmartStatus.{#SNMPINDEX}]','3m','30d','0d','0','3','','','','0','','','','',NULL,'70','','','0','','','','','2',NULL,'','MIB: CPQIDA-MIB\r\nPhysical Drive S.M.A.R.T Status.The following values are defined:\r\nother(1)  The agent is unable to determine if the status of S.M.A.R.T  predictive failure monitoring for this drive.\r\nok(2)  Indicates the drive is functioning properly.\r\nreplaceDrive(3)  Indicates that the drive has a S.M.A.R.T predictive failure  error and should be replaced.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1552INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28419','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.5.1.1.51.{#SNMPINDEX}','10256','{#DISK_LOCATION}: Physical disk serial number','system.hw.physicaldisk.serialnumber[cpqDaPhyDrvSerialNum.{#SNMPINDEX}]','1d','30d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CPQIDA-MIB\r\nPhysical Drive Serial Number.\r\nThis is the serial number assigned to the physical drive.\r\nThis value is based upon the serial number as returned by the SCSI inquiry command\r\nbut may have been modified due to space limitations.  This can be used for identification purposes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1553INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28420','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.5.1.1.3.{#SNMPINDEX}','10256','{#DISK_LOCATION}: Physical disk model name','system.hw.physicaldisk.model[cpqDaPhyDrvModel.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CPQIDA-MIB\r\nPhysical Drive Model.This is a text description of the physical drive.\r\nThe text that appears depends upon who manufactured the drive and the drive type.\r\nIf a drive fails, note the model to identify the type of drive necessary for replacement.\r\nIf a model number is not present, you may not have properly initialized the drive array to which the physical drive is attached for monitoring.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1554INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28421','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.5.1.1.69.{#SNMPINDEX}','10256','{#DISK_LOCATION}: Physical disk media type','system.hw.physicaldisk.media_type[cpqDaPhyDrvMediaType.{#SNMPINDEX}]','1h','2w','0d','0','3','','','','0','','','','',NULL,'73','','','0','','','','','2',NULL,'','MIB: CPQIDA-MIB\r\nDrive Array Physical Drive Media Type.The following values are defined:\r\nother(1)  The instrument agent is unable to determine the physical drives media type.\r\nrotatingPlatters(2)  The physical drive media is composed of rotating platters.\r\nsolidState(3)  The physical drive media is composed of solid state electronics.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1555INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28422','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.5.1.1.45.{#SNMPINDEX}','10256','{#DISK_LOCATION}: Disk size','system.hw.physicaldisk.size[cpqDaPhyDrvMediaType.{#SNMPINDEX}]','1h','2w','0d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CPQIDA-MIB\r\nPhysical Drive Size in MB.\r\nThis is the size of the physical drive in megabytes.\r\nThis value is calculated using the value 1,048,576 (2^20) as a megabyte.\r\nDrive manufacturers sometimes use the number 1,000,000 as a megabyte when giving drive capacities so this value may differ\r\nfrom the advertised size of a drive. This field is only applicable for controllers which support SCSI drives,\r\nand therefore is not supported by the IDA or IDA-2 controllers. The field will contain 0xFFFFFFFF if the drive capacity cannot be calculated\r\nor if the controller does not support SCSI drives.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1556INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28423','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.3.1.1.4.{#SNMPINDEX}','10256','Disk {#SNMPINDEX}({#DISK_NAME}): Status','system.hw.virtualdisk.status[cpqDaLogDrvStatus.{#SNMPINDEX}]','3m','2w','365d','0','3','','','','0','','','','',NULL,'75','','','0','','','','','2',NULL,'','Logical Drive Status.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1557INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28424','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.3.1.1.3.{#SNMPINDEX}','10256','Disk {#SNMPINDEX}({#DISK_NAME}): Layout type','system.hw.virtualdisk.layout[cpqDaLogDrvFaultTol.{#SNMPINDEX}]','1h','2w','365d','0','3','','','','0','','','','',NULL,'74','','','0','','','','','2',NULL,'','Logical Drive Fault Tolerance.\r\nThis shows the fault tolerance mode of the logical drive.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1558INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28425','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.3.2.3.1.1.9.{#SNMPINDEX}','10256','Disk {#SNMPINDEX}({#DISK_NAME}): Disk size','system.hw.virtualdisk.size[cpqDaLogDrvSize.{#SNMPINDEX}]','1h','2w','0d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','Logical Drive Size.\r\nThis is the size of the logical drive in megabytes.  This value\r\nis calculated using the value 1,048,576 (2^20) as a megabyte.\r\nDrive manufacturers sometimes use the number 1,000,000 as a\r\nmegabyte when giving drive capacities so this value may\r\ndiffer from the advertised size of a drive.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1559INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28437','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.4.1.0','10257','Overall system health status','system.status[systemHealthStat.0]','30s','2w','0d','0','3','','','','0','','','','',NULL,'58','','','0','','','','','0',NULL,'','MIB: IMM-MIB\r\nIndicates status of system health for the system in which the IMM resides. Value of \'nonRecoverable\' indicates a severe error has occurred and the system may not be functioning. A value of \'critical\' indicates that a error has occurred but the system is currently functioning properly. A value of \'nonCritical\' indicates that a condition has occurred that may change the state of the system in the future but currently the system is working properly. A value of \'normal\' indicates that the system is operating normally.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1560INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28438','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.5.2.1.5.0','10257','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: IMM-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1561INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28439','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.5.2.1.3.0','10257','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: IMM-MIB\r\nMachine serial number VPD information','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1562INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28440','1','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2.3.51.3.1.1.2.1.2]','10257','Temperature Discovery','tempDescr.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning IMM-MIB::tempTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1563INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28441','1','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2.3.51.3.1.1.2.1.2]','10257','Temperature Discovery Ambient','tempDescr.discovery.ambient','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning IMM-MIB::tempTable with Ambient filter','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1564INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28442','1','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2.3.51.3.1.1.2.1.2]','10257','Temperature Discovery CPU','tempDescr.discovery.cpu','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning IMM-MIB::tempTable with CPU filter','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1565INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28443','1','{$SNMP_COMMUNITY}','discovery[{#PSU_DESCR},1.3.6.1.4.1.2.3.51.3.1.11.2.1.2]','10257','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','IMM-MIB::powerFruName','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1566INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28444','1','{$SNMP_COMMUNITY}','discovery[{#FAN_DESCR},1.3.6.1.4.1.2.3.51.3.1.3.2.1.2]','10257','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','IMM-MIB::fanDescr','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1567INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28445','1','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2.3.51.3.1.12.2.1.1]','10257','Physical Disk Discovery','physicalDisk.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1568INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28446','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.1.2.1.3.{#SNMPINDEX}','10257','{#SNMPVALUE}: Temperature','sensor.temp.value[tempReading.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nTemperature readings of testpoint: {#SNMPVALUE}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1569INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28447','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.1.2.1.3.{#SNMPINDEX}','10257','Ambient: Temperature','sensor.temp.value[tempReading.Ambient.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nTemperature readings of testpoint: Ambient','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1570INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28448','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.1.2.1.3.{#SNMPINDEX}','10257','CPU: Temperature','sensor.temp.value[tempReading.CPU.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nTemperature readings of testpoint: CPU','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1571INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28449','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.11.2.1.6.{#SNMPINDEX}','10257','{#PSU_DESCR}: Power supply status','sensor.psu.status[powerHealthStatus.{#SNMPINDEX}]','3m','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nA description of the power module status.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1572INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28450','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.3.2.1.10.{#SNMPINDEX}','10257','{#FAN_DESCR}: Fan status','sensor.fan.status[fanHealthStatus.{#SNMPINDEX}]','3m','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nA description of the fan component status.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1573INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28451','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.3.2.1.3.{#SNMPINDEX}','10257','{#FAN_DESCR}: Fan speed, %','sensor.fan.speed.percentage[fanSpeed.{#SNMPINDEX}]','5m','30d','365d','0','3','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nFan speed expressed in percent(%) of maximum RPM.\r\nAn octet string expressed as \'ddd% of maximum\' where:d is a decimal digit or blank space for a leading zero.\r\nIf the fan is determined not to be running or the fan speed cannot be determined, the string will indicate \'Offline\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1574INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28452','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.12.2.1.3.{#SNMPINDEX}','10257','{#SNMPINDEX}: Physical disk status','system.hw.physicaldisk.status[diskHealthStatus.{#SNMPINDEX}]','3m','30d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1575INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28453','1','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.12.2.1.2.{#SNMPINDEX}','10257','{#SNMPINDEX}: Physical disk part number','system.hw.physicaldisk.part_number[diskFruName.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\ndisk module FRU name.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1576INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28465','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.4.1.0','10258','Overall system health status','system.status[systemHealthStat.0]','30s','2w','0d','0','3','','','','0','','','','',NULL,'58','','','0','','','','','0',NULL,'','MIB: IMM-MIB\r\nIndicates status of system health for the system in which the IMM resides. Value of \'nonRecoverable\' indicates a severe error has occurred and the system may not be functioning. A value of \'critical\' indicates that a error has occurred but the system is currently functioning properly. A value of \'nonCritical\' indicates that a condition has occurred that may change the state of the system in the future but currently the system is working properly. A value of \'normal\' indicates that the system is operating normally.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1577INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28466','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.5.2.1.5.0','10258','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: IMM-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1578INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28467','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.5.2.1.3.0','10258','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: IMM-MIB\r\nMachine serial number VPD information','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1579INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28468','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2.3.51.3.1.1.2.1.2]','10258','Temperature Discovery','tempDescr.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning IMM-MIB::tempTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1580INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28469','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2.3.51.3.1.1.2.1.2]','10258','Temperature Discovery Ambient','tempDescr.discovery.ambient','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning IMM-MIB::tempTable with Ambient filter','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1581INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28470','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2.3.51.3.1.1.2.1.2]','10258','Temperature Discovery CPU','tempDescr.discovery.cpu','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning IMM-MIB::tempTable with CPU filter','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1582INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28471','4','{$SNMP_COMMUNITY}','discovery[{#PSU_DESCR},1.3.6.1.4.1.2.3.51.3.1.11.2.1.2]','10258','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','IMM-MIB::powerFruName','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1583INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28472','4','{$SNMP_COMMUNITY}','discovery[{#FAN_DESCR},1.3.6.1.4.1.2.3.51.3.1.3.2.1.2]','10258','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','IMM-MIB::fanDescr','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1584INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28473','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.2.3.51.3.1.12.2.1.1]','10258','Physical Disk Discovery','physicalDisk.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1585INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28474','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.1.2.1.3.{#SNMPINDEX}','10258','{#SNMPVALUE}: Temperature','sensor.temp.value[tempReading.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nTemperature readings of testpoint: {#SNMPVALUE}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1586INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28475','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.1.2.1.3.{#SNMPINDEX}','10258','Ambient: Temperature','sensor.temp.value[tempReading.Ambient.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nTemperature readings of testpoint: Ambient','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1587INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28476','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.1.2.1.3.{#SNMPINDEX}','10258','CPU: Temperature','sensor.temp.value[tempReading.CPU.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nTemperature readings of testpoint: CPU','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1588INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28477','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.11.2.1.6.{#SNMPINDEX}','10258','{#PSU_DESCR}: Power supply status','sensor.psu.status[powerHealthStatus.{#SNMPINDEX}]','3m','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nA description of the power module status.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1589INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28478','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.3.2.1.10.{#SNMPINDEX}','10258','{#FAN_DESCR}: Fan status','sensor.fan.status[fanHealthStatus.{#SNMPINDEX}]','3m','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nA description of the fan component status.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1590INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28479','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.3.2.1.3.{#SNMPINDEX}','10258','{#FAN_DESCR}: Fan speed, %','sensor.fan.speed.percentage[fanSpeed.{#SNMPINDEX}]','5m','30d','365d','0','3','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\nFan speed expressed in percent(%) of maximum RPM.\r\nAn octet string expressed as \'ddd% of maximum\' where:d is a decimal digit or blank space for a leading zero.\r\nIf the fan is determined not to be running or the fan speed cannot be determined, the string will indicate \'Offline\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1591INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28480','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.12.2.1.3.{#SNMPINDEX}','10258','{#SNMPINDEX}: Physical disk status','system.hw.physicaldisk.status[diskHealthStatus.{#SNMPINDEX}]','3m','30d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1592INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28481','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2.3.51.3.1.12.2.1.2.{#SNMPINDEX}','10258','{#SNMPINDEX}: Physical disk part number','system.hw.physicaldisk.part_number[diskFruName.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: IMM-MIB\r\ndisk module FRU name.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1593INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28493','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.21317.1.3.1.2,{#SENSOR_DESCR},1.3.6.1.4.1.21317.1.3.1.13]','10259','Temperature Discovery','tempDescr.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected temp sensors (Value = 0)','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1594INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28494','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.21317.1.3.1.2,{#SENSOR_DESCR},1.3.6.1.4.1.21317.1.3.1.13]','10259','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning ATEN-IPMI-MIB::sensorTable with filter: not connected FAN sensors (Value = 0)','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1595INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28495','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.21317.1.3.1.2.{#SNMPINDEX}','10259','{#SENSOR_DESCR}: Temperature','sensor.temp.value[sensorReading.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ATEN-IPMI-MIB\r\nA textual string containing information about the interface.\r\nThis string should include the name of the manufacturer, the product name and the version of the interface hardware/software.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1596INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28496','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.21317.1.3.1.2.{#SNMPINDEX}','10259','{#SENSOR_DESCR}: Fan speed, %','sensor.fan.speed.percentage[sensorReading.{#SNMPINDEX}]','5m','30d','365d','0','3','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: ATEN-IPMI-MIB\r\nA textual string containing information about the interface.\r\nThis string should include the name of the manufacturer, the product name and the version of the interface hardware/software.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1597INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28497','0','','','10001','CPU guest time','system.cpu.util[,guest]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time spent running a virtual CPU for guest operating systems','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1598INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28499','0','','','10001','CPU guest nice time','system.cpu.util[,guest_nice]','1m','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The time spent running a niced guest (virtual CPU for guest operating systems)','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1599INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28501','16','','','10260','jk-8009 bytes received per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_AJP}\\"", bytesReceived]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1600INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28502','16','','','10260','Maximum number of active sessions so far','jmx["Catalina:type=Manager,context=/,host=localhost",maxActive]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1601INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28503','16','','','10260','http-8080 threads busy','jmx["Catalina:type=ThreadPool,name=\\"{$PROTOCOL_HANDLER_HTTP}\\"",currentThreadsBusy]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1602INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28504','16','','','10260','http-8080 threads allocated','jmx["Catalina:type=ThreadPool,name=\\"{$PROTOCOL_HANDLER_HTTP}\\"",currentThreadCount]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1603INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28505','16','','','10260','http-8443 threads max','jmx["Catalina:type=ThreadPool,name=\\"{$PROTOCOL_HANDLER_HTTPS}\\"",maxThreads]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1604INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28506','16','','','10260','http-8443 threads busy','jmx["Catalina:type=ThreadPool,name=\\"{$PROTOCOL_HANDLER_HTTPS}\\"",currentThreadsBusy]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1605INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28507','16','','','10260','http-8443 threads allocated','jmx["Catalina:type=ThreadPool,name=\\"{$PROTOCOL_HANDLER_HTTPS}\\"",currentThreadCount]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1606INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28508','16','','','10260','jk-8009 threads max','jmx["Catalina:type=ThreadPool,name=\\"{$PROTOCOL_HANDLER_AJP}\\"",maxThreads]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1607INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28509','16','','','10260','jk-8009 threads busy','jmx["Catalina:type=ThreadPool,name=\\"{$PROTOCOL_HANDLER_AJP}\\"",currentThreadsBusy]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1608INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28510','16','','','10260','jk-8009 threads allocated','jmx["Catalina:type=ThreadPool,name=\\"{$PROTOCOL_HANDLER_AJP}\\"",currentThreadCount]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1609INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28511','16','','','10260','Tomcat version','jmx["Catalina:type=Server",serverInfo]','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1610INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28512','16','','','10260','http-8443 gzip compression','jmx["Catalina:type=ProtocolHandler,port=8443",compression]','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1611INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28513','16','','','10260','http-8080 gzip compression','jmx["Catalina:type=ProtocolHandler,port=8080",compression]','1h','1w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1612INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28514','16','','','10260','Number of sessions created by this manager per second','jmx["Catalina:type=Manager,context=/,host=localhost",sessionCounter]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1613INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28515','16','','','10260','Number of sessions we rejected due to maxActive being reached','jmx["Catalina:type=Manager,context=/,host=localhost",rejectedSessions]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1614INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28516','16','','','10260','The maximum number of active Sessions allowed, or -1 for no limit','jmx["Catalina:type=Manager,context=/,host=localhost",maxActiveSessions]','1h','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1615INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28517','16','','','10260','jk-8009 bytes sent per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_AJP}\\"",bytesSent]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1616INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28518','16','','','10260','Number of active sessions at this moment','jmx["Catalina:type=Manager,context=/,host=localhost",activeSessions]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1617INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28519','16','','','10260','http-8080 requests per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_HTTP}\\"",requestCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1618INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28520','16','','','10260','http-8080 request processing time','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_HTTP}\\"",processingTime]','1m','1w','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1619INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28521','16','','','10260','http-8080 errors per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_HTTP}\\"",errorCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1620INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28522','16','','','10260','http-8080 bytes sent per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_HTTP}\\"",bytesSent]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1621INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28523','16','','','10260','http-8080 bytes received per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_HTTP}\\"",bytesReceived]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1622INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28524','16','','','10260','http-8443 requests per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_HTTPS}\\"",requestCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1623INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28525','16','','','10260','http-8443 request processing time','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_HTTPS}\\"",processingTime]','1m','1w','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1624INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28526','16','','','10260','http-8443 errors per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_HTTPS}\\"",errorCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1625INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28527','16','','','10260','http-8443 bytes sent per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_HTTPS}\\"", bytesSent]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1626INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28528','16','','','10260','http-8443 bytes received per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_HTTPS}\\"",bytesReceived]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1627INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28529','16','','','10260','jk-8009 requests per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_AJP}\\"",requestCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1628INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28530','16','','','10260','jk-8009 request processing time','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_AJP}\\"",processingTime]','1m','1w','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1629INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28531','16','','','10260','jk-8009 errors per second','jmx["Catalina:type=GlobalRequestProcessor,name=\\"{$PROTOCOL_HANDLER_AJP}\\"",errorCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1630INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28532','16','','','10260','http-8080 threads max','jmx["Catalina:type=ThreadPool,name=\\"{$PROTOCOL_HANDLER_HTTP}\\"",maxThreads]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1631INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28533','5','','','10261','Zabbix stats','zabbix[stats,{$ADDRESS},{$PORT}]','1m','0','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Zabbix server statistics master item.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1632INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28534','5','','','10261','Zabbix stats queue','zabbix[stats,{$ADDRESS},{$PORT},queue]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1633INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28535','5','','','10261','Zabbix stats queue over $5','zabbix[stats,{$ADDRESS},{$PORT},queue,10m]','10m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1634INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28576','5','','','10262','Zabbix stats','zabbix[stats,{$ADDRESS},{$PORT}]','1m','0','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Zabbix proxy statistics master item.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1635INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28577','5','','','10262','Zabbix stats queue','zabbix[stats,{$ADDRESS},{$PORT},queue]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1636INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28578','5','','','10262','Zabbix stats queue over $5','zabbix[stats,{$ADDRESS},{$PORT},queue,10m]','10m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1637INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28613','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.2636.3.1.13.1.8.{#SNMPINDEX}','10231','{#SNMPVALUE}: CPU utilization','system.cpu.util[jnxOperatingCPU.{#SNMPINDEX}]','3m','30d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: JUNIPER-MIB\r\nThe CPU utilization in percentage of this subject. Zero if unavailable or inapplicable.\r\nReference: http://kb.juniper.net/library/CUSTOMERSERVICE/GLOBAL_JTAC/BK26199/SRX%20SNMP%20Monitoring%20Guide_v1.1.pdf','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1638INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28625','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_LOCATION},1.3.6.1.4.1.9.9.719.1.9.44.1.2]','10263','Temperature Discovery','temp.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1639INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28626','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_LOCATION},1.3.6.1.4.1.9.9.719.1.41.2.1.2]','10263','Temperature CPU Discovery','temp.cpu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1640INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28627','4','{$SNMP_COMMUNITY}','discovery[{#PSU_LOCATION},1.3.6.1.4.1.9.9.719.1.15.56.1.2]','10263','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1641INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28628','4','{$SNMP_COMMUNITY}','discovery[{#UNIT_LOCATION},1.3.6.1.4.1.9.9.719.1.9.35.1.2]','10263','Unit Discovery','unit.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1642INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28629','4','{$SNMP_COMMUNITY}','discovery[{#FAN_LOCATION},1.3.6.1.4.1.9.9.719.1.15.12.1.2]','10263','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1643INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28630','4','{$SNMP_COMMUNITY}','discovery[{#DISK_LOCATION},1.3.6.1.4.1.9.9.719.1.45.4.1.2]','10263','Physical Disk Discovery','physicalDisk.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of physical drive entries CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageLocalDiskTable.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1644INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28631','4','{$SNMP_COMMUNITY}','discovery[{#VDISK_LOCATION},1.3.6.1.4.1.9.9.719.1.45.8.1.2]','10263','Virtual Disk Discovery','virtualdisk.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageLocalLunTable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1645INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28632','4','{$SNMP_COMMUNITY}','discovery[{#DISKARRAY_LOCATION},1.3.6.1.4.1.9.9.719.1.45.1.1.2]','10263','Array Controller Discovery','array.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Array controllers: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageControllerTable.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1646INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28633','4','{$SNMP_COMMUNITY}','discovery[{#DISKARRAY_CACHE_LOCATION},1.3.6.1.4.1.9.9.719.1.45.11.1.2]','10263','Array Controller Cache Discovery','array.cache.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','Scanning table of Array controllers: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageControllerTable.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1647INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28634','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.9.44.1.4.{#SNMPINDEX}','10263','{#SENSOR_LOCATION}.Ambient: Temperature','sensor.temp.value[cucsComputeRackUnitMbTempStatsAmbientTemp.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB\r\nTemperature readings of testpoint: {#SENSOR_LOCATION}.Ambient','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1648INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28635','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.9.44.1.8.{#SNMPINDEX}','10263','{#SENSOR_LOCATION}.Front: Temperature','sensor.temp.value[cucsComputeRackUnitMbTempStatsFrontTemp.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB\r\nCisco UCS compute:RackUnitMbTempStats:frontTemp managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1649INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28636','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.9.44.1.21.{#SNMPINDEX}','10263','{#SENSOR_LOCATION}.Rear: Temperature','sensor.temp.value[cucsComputeRackUnitMbTempStatsRearTemp.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB\r\nCisco UCS compute:RackUnitMbTempStats:rearTemp managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1650INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28637','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.9.44.1.13.{#SNMPINDEX}','10263','{#SENSOR_LOCATION}.IOH: Temperature','sensor.temp.value[cucsComputeRackUnitMbTempSltatsIoh1Temp.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB\r\nCisco UCS compute:RackUnitMbTempStats:ioh1Temp managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1651INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28638','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.41.2.1.10.{#SNMPINDEX}','10263','{#SENSOR_LOCATION}: Temperature','sensor.temp.value[cucsProcessorEnvStatsTemperature.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB\r\nCisco UCS processor:EnvStats:temperature managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1652INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28639','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.15.56.1.7.{#SNMPINDEX}','10263','{#PSU_LOCATION}: Power supply status','sensor.psu.status[cucsEquipmentPsuOperState.{#SNMPINDEX}]','3m','2w','0','0','3','','','','0','','','','',NULL,'76','','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB\r\nCisco UCS equipment:Psu:operState managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1653INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28640','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.9.35.1.42.{#SNMPINDEX}','10263','{#UNIT_LOCATION}: Overall system health status','system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}]','30s','2w','0','0','3','','','','0','','','','',NULL,'77','','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB\r\nCisco UCS compute:RackUnit:operState managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1654INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28641','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.9.35.1.32.{#SNMPINDEX}','10263','{#UNIT_LOCATION}: Hardware model name','system.hw.model[cucsComputeRackUnitModel.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB\r\nCisco UCS compute:RackUnit:model managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1655INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28642','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.9.35.1.47.{#SNMPINDEX}','10263','{#UNIT_LOCATION}: Hardware serial number','system.hw.serialnumber[cucsComputeRackUnitSerial.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB\r\nCisco UCS compute:RackUnit:serial managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1656INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28643','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.15.12.1.9.{#SNMPINDEX}','10263','{#FAN_LOCATION}: Fan status','sensor.fan.status[cucsEquipmentFanOperState.{#SNMPINDEX}]','3m','2w','0','0','3','','','','0','','','','',NULL,'76','','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB\r\nCisco UCS equipment:Fan:operState managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1657INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28644','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.45.4.1.18.{#SNMPINDEX}','10263','{#DISK_LOCATION}: Physical disk status','system.hw.physicaldisk.status[cucsStorageLocalDiskDiskState.{#SNMPINDEX}]','3m','30d','0','0','3','','','','0','','','','',NULL,'78','','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB\r\nCisco UCS storage:LocalDisk:diskState managed object property.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1658INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28645','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.45.4.1.12.{#SNMPINDEX}','10263','{#DISK_LOCATION}: Physical disk model name','system.hw.physicaldisk.model[cucsStorageLocalDiskSerial.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB\r\nCisco UCS storage:LocalDisk:serial managed object property. Actually returns part number code','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1659INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28646','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.45.4.1.7.{#SNMPINDEX}','10263','{#DISK_LOCATION}: Physical disk media type','system.hw.physicaldisk.media_type[cucsStorageLocalDiskModel.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB\r\nCisco UCS storage:LocalDisk:model managed object property. Actually returns \'HDD\' or \'SSD\'','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1660INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28647','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.45.4.1.13.{#SNMPINDEX}','10263','{#DISK_LOCATION}: Disk size','system.hw.physicaldisk.size[cucsStorageLocalDiskSize.{#SNMPINDEX}]','1h','2w','0d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB\r\nCisco UCS storage:LocalDisk:size managed object property. In MB.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1661INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28648','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.45.8.1.10.{#SNMPINDEX}','10263','{#VDISK_LOCATION}: Status','system.hw.virtualdisk.status[cucsStorageLocalLunPresence.{#SNMPINDEX}]','3m','2w','0','0','3','','','','0','','','','',NULL,'80','','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB\r\nCisco UCS storage:LocalLun:presence managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1662INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28649','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.45.8.1.14.{#SNMPINDEX}','10263','{#VDISK_LOCATION}: Layout type','system.hw.virtualdisk.layout[cucsStorageLocalLunType.{#SNMPINDEX}]','1h','2w','0','0','3','','','','0','','','','',NULL,'79','','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB\r\nCisco UCS storage:LocalLun:type managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1663INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28650','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.45.8.1.13.{#SNMPINDEX}','10263','{#VDISK_LOCATION}: Disk size','system.hw.virtualdisk.size[cucsStorageLocalLunSize.{#SNMPINDEX}]','1h','2w','0','0','3','','B','','0','','','','',NULL,'79','','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB\r\nCisco UCS storage:LocalLun:size managed object property in MB.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1664INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28651','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.45.1.1.6.{#SNMPINDEX}','10263','{#DISKARRAY_LOCATION}: Disk array controller status','system.hw.diskarray.status[cucsStorageControllerOperState.{#SNMPINDEX}]','5m','1w','0','0','3','','','','0','','','','',NULL,'76','','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1665INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28652','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.45.1.1.5.{#SNMPINDEX}','10263','{#DISKARRAY_LOCATION}: Disk array controller model','system.hw.diskarray.model[cucsStorageControllerModel.{#SNMPINDEX}]','1d','30d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1666INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28653','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.719.1.45.11.1.9.{#SNMPINDEX}','10263','{#DISKARRAY_CACHE_LOCATION}: Disk array cache controller battery status','system.hw.diskarray.cache.battery.status[cucsStorageRaidBatteryOperability.{#SNMPINDEX}]','5m','1w','0','0','3','','','','0','','','','',NULL,'76','','','0','','','','','2',NULL,'','MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1667INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28654','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.232.6.1.3.0','10256','Overall system health status','system.status[cpqHeMibCondition.0]','30s','2w','0d','0','3','','','','0','','','','',NULL,'54','','','0','','','','','0',NULL,'','MIB: CPQSINFO-MIB\r\nThe overall condition. This object represents the overall status of the server information represented by this MIB.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1668INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28655','4','{$SNMP_COMMUNITY}','discovery[{#CPU.UTIL},1.3.6.1.2.1.25.3.3.1.2]','10266','CPU utilization','system.cpu.util','1m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe average, over the last minute, of the percentage of time that processors was not idle.\r\nImplementations may approximate this one minute smoothing period if necessary.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1669INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28661','4','{$SNMP_COMMUNITY}','discovery[{#FSNAME},1.3.6.1.2.1.25.2.3.1.3,{#FSTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10264','Storage discovery','vfs.fs.discovery[snmp]','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with storage filter.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1670INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28662','4','{$SNMP_COMMUNITY}','discovery[{#MEMNAME},1.3.6.1.2.1.25.2.3.1.3,{#MEMTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10265','Memory discovery','vm.memory.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with memory filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1671INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28673','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10264','{#FSNAME}: Used space','vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1672INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28674','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10264','{#FSNAME}: Total space','vfs.fs.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main storage allocated to a buffer pool might be modified or the amount of disk space allocated to virtual storage might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1673INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28675','15','','','10264','{#FSNAME}: Space utilization','vfs.fs.pused[storageUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'(last("vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]")/last("vfs.fs.total[hrStorageSize.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Space utilization in % for {#FSNAME}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1674INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28676','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10265','{#MEMNAME}: Used memory','vm.memory.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1675INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28677','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10265','{#MEMNAME}: Total memory','vm.memory.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1676INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28678','15','','','10265','{#MEMNAME}: Memory utilization','vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'last("vm.memory.used[hrStorageUsed.{#SNMPINDEX}]")/last("vm.memory.total[hrStorageSize.{#SNMPINDEX}]")*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1677INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28709','1','{$SNMP_COMMUNITY}','discovery[{#CPU.UTIL},1.3.6.1.2.1.25.3.3.1.2]','10269','CPU utilization','system.cpu.util','1m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe average, over the last minute, of the percentage of time that processors was not idle.\r\nImplementations may approximate this one minute smoothing period if necessary.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1678INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28711','1','{$SNMP_COMMUNITY}','discovery[{#FSNAME},1.3.6.1.2.1.25.2.3.1.3,{#FSTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10267','Storage discovery','vfs.fs.discovery[snmp]','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with storage filter.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1679INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28712','1','{$SNMP_COMMUNITY}','discovery[{#MEMNAME},1.3.6.1.2.1.25.2.3.1.3,{#MEMTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10268','Memory discovery','vm.memory.discovery','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with memory filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1680INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28715','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10267','{#FSNAME}: Used space','vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1681INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28716','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10267','{#FSNAME}: Total space','vfs.fs.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main storage allocated to a buffer pool might be modified or the amount of disk space allocated to virtual storage might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1682INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28717','15','','','10267','{#FSNAME}: Space utilization','vfs.fs.pused[storageUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'(last("vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]")/last("vfs.fs.total[hrStorageSize.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Space utilization in % for {#FSNAME}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1683INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28718','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10268','{#MEMNAME}: Used memory','vm.memory.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1684INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28719','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10268','{#MEMNAME}: Total memory','vm.memory.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1685INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28720','15','','','10268','{#MEMNAME}: Memory utilization','vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'last("vm.memory.used[hrStorageUsed.{#SNMPINDEX}]")/last("vm.memory.total[hrStorageSize.{#SNMPINDEX}]")*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1686INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28727','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10216','Operating system','system.sw.os[sysDescr.0]','1h','2w','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1687INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28731','15','','','10212','{#SNMPVALUE}: Memory utilization','vm.memory.util[vm.memory.util.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'last("vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]")/(last("vm.memory.free[ciscoMemoryPoolFree.{#SNMPINDEX}]")+last("vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1688INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28735','16','','','10169','ClassLoading: Loaded class count','jmx["java.lang:type=ClassLoading","LoadedClassCount"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays number of classes that are currently loaded in the Java virtual machine.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1689INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28736','16','','','10169','MemoryPool: PS Perm Gen used','jmx["java.lang:type=MemoryPool,name=PS Perm Gen","Usage.used"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory usage','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1690INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28737','16','','','10169','MemoryPool: Code Cache committed','jmx["java.lang:type=MemoryPool,name=Code Cache","Usage.committed"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory allocated','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1691INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28738','16','','','10169','MemoryPool: CodeCache maximum size','jmx["java.lang:type=MemoryPool,name=Code Cache","Usage.max"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1692INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28739','16','','','10169','MemoryPool: Code Cache used','jmx["java.lang:type=MemoryPool,name=Code Cache","Usage.used"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory usage','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1693INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28740','16','','','10169','MemoryPool: Perm Gen committed','jmx["java.lang:type=MemoryPool,name=Perm Gen","Usage.committed"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory allocated','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1694INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28741','16','','','10169','MemoryPool: Perm Gen maximum size','jmx["java.lang:type=MemoryPool,name=Perm Gen","Usage.max"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1695INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28742','16','','','10169','MemoryPool: Perm Gen used','jmx["java.lang:type=MemoryPool,name=Perm Gen","Usage.used"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory usage','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1696INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28743','16','','','10169','MemoryPool: PS Old Gen','jmx["java.lang:type=MemoryPool,name=PS Old Gen","Usage.committed"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory allocated','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1697INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28744','16','','','10169','MemoryPool: PS Old Gen maximum size','jmx["java.lang:type=MemoryPool,name=PS Old Gen","Usage.max"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1698INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28745','16','','','10169','MemoryPool: PS Old Gen used','jmx["java.lang:type=MemoryPool,name=PS Old Gen","Usage.used"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory usage','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1699INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28746','16','','','10169','MemoryPool: PS Perm Gen committed','jmx["java.lang:type=MemoryPool,name=PS Perm Gen","Usage.committed"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory allocated','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1700INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28747','16','','','10169','MemoryPool: PS Perm Gen maximum size','jmx["java.lang:type=MemoryPool,name=PS Perm Gen","Usage.max"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1701INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28748','16','','','10169','MemoryPool: Tenured Gen committed','jmx["java.lang:type=MemoryPool,name=Tenured Gen","Usage.committed"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory allocated','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1702INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28749','16','','','10169','MemoryPool: CMS Perm Gen maximum size','jmx["java.lang:type=MemoryPool,name=CMS Perm Gen","Usage.max"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1703INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28750','16','','','10169','MemoryPool: Tenured Gen maximum size','jmx["java.lang:type=MemoryPool,name=Tenured Gen","Usage.max"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1704INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28751','16','','','10169','MemoryPool: Tenured Gen used','jmx["java.lang:type=MemoryPool,name=Tenured Gen","Usage.used"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory usage','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1705INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28752','16','','','10169','OperatingSystem: File descriptors maximum count','jmx["java.lang:type=OperatingSystem","MaxFileDescriptorCount"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','This is the number of file descriptors we can have opened in the same process, as determined by the operating system. You can never have more file descriptors than this number.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1706INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28753','16','','','10169','OperatingSystem: File descriptors opened','jmx["java.lang:type=OperatingSystem","OpenFileDescriptorCount"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','This is the number of opened file descriptors at the moment, if this reaches the MaxFileDescriptorCount, the application will throw an IOException: Too many open files. This could mean youre are opening file descriptors and never closing them.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1707INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28754','16','','','10169','OperatingSystem: Process CPU Load','jmx["java.lang:type=OperatingSystem","ProcessCpuLoad"]','1m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','ProcessCpuLoad represents the CPU load in this process.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1708INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28755','16','','','10169','Runtime: JVM uptime','jmx["java.lang:type=Runtime","Uptime"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1709INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28756','16','','','10169','Runtime: JVM name','jmx["java.lang:type=Runtime","VmName"]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1710INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28757','16','','','10169','Runtime: JVM version','jmx["java.lang:type=Runtime","VmVersion"]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1711INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28758','16','','','10169','Threading: Daemon thread count','jmx["java.lang:type=Threading","DaemonThreadCount"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Number of daemon threads running.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1712INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28759','16','','','10169','Threading: Peak thread count','jmx["java.lang:type=Threading","PeakThreadCount"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Maximum number of threads being executed at the same time since the JVM was started or the peak was reset.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1713INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28760','16','','','10169','Threading: Thread count','jmx["java.lang:type=Threading","ThreadCount"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The number of threads running at the current moment.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1714INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28761','16','','','10169','MemoryPool: CMS Perm Gen used','jmx["java.lang:type=MemoryPool,name=CMS Perm Gen","Usage.used"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory usage','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1715INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28762','16','','','10169','MemoryPool: CMS Perm Gen committed','jmx["java.lang:type=MemoryPool,name=CMS Perm Gen","Usage.committed"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory allocated','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1716INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28763','16','','','10169','ClassLoading: Total loaded class count','jmx["java.lang:type=ClassLoading","TotalLoadedClassCount"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the total number of classes that have been loaded since the Java virtual machine has started execution.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1717INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28764','16','','','10169','GarbageCollector: PS MarkSweep number of collections per second','jmx["java.lang:type=GarbageCollector,name=PS MarkSweep","CollectionCount"]','1m','7d','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the total number of collections that have occurred per second.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1718INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28765','16','','','10169','ClassLoading: Unloaded class count','jmx["java.lang:type=ClassLoading","UnloadedClassCount"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the total number of classes that have been loaded since the Java virtual machine has started execution.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1719INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28766','16','','','10169','Compilation: Name of the current JIT compiler','jmx["java.lang:type=Compilation","Name"]','1m','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the total number of classes unloaded since the Java virtual machine has started execution.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1720INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28767','16','','','10169','Compilation: Accumulated time spent','jmx["java.lang:type=Compilation","TotalCompilationTime"]','1m','7d','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the approximate accumulated elapsed time spent in compilation, in seconds.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1721INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28768','16','','','10169','GarbageCollector: ConcurrentMarkSweep number of collections per second','jmx["java.lang:type=GarbageCollector,name=ConcurrentMarkSweep","CollectionCount"]','1m','7d','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the total number of collections that have occurred per second.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1722INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28769','16','','','10169','GarbageCollector: ConcurrentMarkSweep accumulated time spent in collection','jmx["java.lang:type=GarbageCollector,name=ConcurrentMarkSweep","CollectionTime"]','1m','7d','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the approximate accumulated collection elapsed time, in seconds.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1723INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28770','16','','','10169','GarbageCollector: Copy number of collections per second','jmx["java.lang:type=GarbageCollector,name=Copy","CollectionCount"]','1m','7d','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the total number of collections that have occurred per second.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1724INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28771','16','','','10169','GarbageCollector: Copy accumulated time spent in collection','jmx["java.lang:type=GarbageCollector,name=Copy","CollectionTime"]','1m','7d','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the approximate accumulated collection elapsed time, in seconds.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1725INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28772','16','','','10169','GarbageCollector: MarkSweepCompact number of collections per second','jmx["java.lang:type=GarbageCollector,name=MarkSweepCompact","CollectionCount"]','1m','7d','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the total number of collections that have occurred per second.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1726INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28773','16','','','10169','GarbageCollector: MarkSweepCompact accumulated time spent in collection','jmx["java.lang:type=GarbageCollector,name=MarkSweepCompact","CollectionTime"]','1m','7d','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the approximate accumulated collection elapsed time, in seconds.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1727INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28774','16','','','10169','GarbageCollector: ParNew number of collections per second','jmx["java.lang:type=GarbageCollector,name=ParNew","CollectionCount"]','1m','7d','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the total number of collections that have occurred per second.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1728INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28775','16','','','10169','GarbageCollector: ParNew accumulated time spent in collection','jmx["java.lang:type=GarbageCollector,name=ParNew","CollectionTime"]','1m','7d','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the approximate accumulated collection elapsed time, in seconds.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1729INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28776','16','','','10169','GarbageCollector: PS MarkSweep accumulated time spent in collection','jmx["java.lang:type=GarbageCollector,name=PS MarkSweep","CollectionTime"]','1m','7d','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the approximate accumulated collection elapsed time, in seconds.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1730INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28777','16','','','10169','MemoryPool: CMS Old Gen used','jmx["java.lang:type=MemoryPool,name=CMS Old Gen","Usage.used"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory usage','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1731INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28778','16','','','10169','GarbageCollector: PS Scavenge number of collections per second','jmx["java.lang:type=GarbageCollector,name=PS Scavenge","CollectionCount"]','1m','7d','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the total number of collections that have occurred per second.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1732INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28779','16','','','10169','GarbageCollector: PS Scavenge accumulated time spent in collection','jmx["java.lang:type=GarbageCollector,name=PS Scavenge","CollectionTime"]','1m','7d','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Displays the approximate accumulated collection elapsed time, in seconds.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1733INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28780','16','','','10169','Memory: Heap memory committed','jmx["java.lang:type=Memory","HeapMemoryUsage.committed"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current heap memory allocated. This amount of memory is guaranteed for the Java virtual machine to use.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1734INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28781','16','','','10169','Memory: Heap memory maximum size','jmx["java.lang:type=Memory","HeapMemoryUsage.max"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Maximum amount of heap that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1735INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28782','16','','','10169','Memory: Heap memory used','jmx["java.lang:type=Memory","HeapMemoryUsage.used"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory usage outside the heap.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1736INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28783','16','','','10169','Memory: Non-Heap memory committed','jmx["java.lang:type=Memory","NonHeapMemoryUsage.committed"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory allocated outside the heap. This amount of memory is guaranteed for the Java virtual machine to use.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1737INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28784','16','','','10169','Memory: Non-Heap memory maximum size','jmx["java.lang:type=Memory","NonHeapMemoryUsage.max"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Maximum amount of non-heap memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1738INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28785','16','','','10169','Memory: Non-Heap memory used','jmx["java.lang:type=Memory","NonHeapMemoryUsage.used"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory usage outside the heap','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1739INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28786','16','','','10169','Memory: Object pending finalization count','jmx["java.lang:type=Memory","ObjectPendingFinalizationCount"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The approximate number of objects for which finalization is pending.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1740INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28787','16','','','10169','MemoryPool: CMS Old Gen committed','jmx["java.lang:type=MemoryPool,name=CMS Old Gen","Usage.committed"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Current memory allocated','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1741INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28788','16','','','10169','MemoryPool: CMS Old Gen maximum size','jmx["java.lang:type=MemoryPool,name=CMS Old Gen","Usage.max"]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1742INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28789','16','','','10169','Threading: Total started thread count','jmx["java.lang:type=Threading","TotalStartedThreadCount"]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','The number of threads started since the JVM was launched.','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1743INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28790','3','','','10173','VMware: Event log','vmware.eventlog[{$VMWARE.URL},skip]','1m','7d','0','0','2','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Collect VMware event log. See also: https://www.zabbix.com/documentation/current/manual/config/items/preprocessing/examples#filtering_vmware_event_log_records','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1744INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28791','3','','','10173','VMware: Full name','vmware.fullname[{$VMWARE.URL}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','VMware service full name.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1745INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28792','3','','','10173','VMware: Version','vmware.version[{$VMWARE.URL}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','VMware service version.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1746INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28793','3','','','10174','VMware: Cluster name','vmware.vm.cluster.name[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Cluster name of the guest VM.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1747INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28794','3','','','10174','VMware: Swapped memory','vmware.vm.memory.size.swapped[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The amount of guest physical memory swapped out to the VM\'s swap device by ESX.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1748INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28795','3','','','10174','VMware: Unshared storage space','vmware.vm.storage.unshared[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Total storage space, in bytes, occupied by the virtual machine across all datastores, that is not shared with any other virtual machine.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1749INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28796','3','','','10174','VMware: Uncommitted storage space','vmware.vm.storage.uncommitted[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Additional storage space, in bytes, potentially used by this virtual machine on all datastores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1750INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28797','3','','','10174','VMware: Committed storage space','vmware.vm.storage.committed[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Total storage space, in bytes, committed to this virtual machine across all datastores.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1751INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28798','3','','','10174','VMware: Power state','vmware.vm.powerstate[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','','','0','','','','',NULL,'12','','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The current power state of the virtual machine.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1752INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28799','3','','','10174','VMware: Memory size','vmware.vm.memory.size[{$VMWARE.URL},{HOST.HOST}]','1h','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Total size of configured memory.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1753INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28800','3','','','10174','VMware: Host memory usage','vmware.vm.memory.size.usage.host[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The amount of host physical memory allocated to the VM, accounting for saving from memory sharing with other VMs.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1754INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28801','3','','','10174','VMware: Guest memory usage','vmware.vm.memory.size.usage.guest[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The amount of guest physical memory that is being used by the VM.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1755INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28802','3','','','10174','VMware: Shared memory','vmware.vm.memory.size.shared[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The amount of guest physical memory shared through transparent page sharing.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1756INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28803','3','','','10174','VMware: Number of virtual CPUs','vmware.vm.cpu.num[{$VMWARE.URL},{HOST.HOST}]','1h','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Number of virtual CPUs assigned to the guest.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1757INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28804','3','','','10174','VMware: Private memory','vmware.vm.memory.size.private[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Amount of memory backed by host memory and not being shared.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1758INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28805','3','','','10174','VMware: Compressed memory','vmware.vm.memory.size.compressed[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The amount of memory currently in the compression cache for this VM.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1759INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28806','3','','','10174','VMware: Ballooned memory','vmware.vm.memory.size.ballooned[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The amount of guest physical memory that is currently reclaimed through the balloon driver.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1760INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28807','3','','','10174','VMware: Hypervisor name','vmware.vm.hv.name[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Hypervisor name of the guest VM.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1761INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28808','3','','','10174','VMware: Datacenter name','vmware.vm.datacenter.name[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Datacenter name of the guest VM.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1762INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28809','3','','','10174','VMware: CPU usage','vmware.vm.cpu.usage[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','Hz','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Current upper-bound on CPU usage. The upper-bound is based on the host the virtual machine is current running on, as well as limits configured on the virtual machine itself or any parent resource pool. Valid while the virtual machine is running.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1763INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28810','3','','','10174','VMware: CPU ready','vmware.vm.cpu.ready[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','ms','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Time that the virtual machine was ready, but could not get scheduled to run on the physical CPU during last measurement interval (VMware vCenter/ESXi Server performance counter sampling interval - 20 seconds)','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1764INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28811','3','','','10174','VMware: Uptime','vmware.vm.uptime[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','System uptime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1765INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28812','3','','','10175','VMware: Cluster name','vmware.hv.cluster.name[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Cluster name of the guest VM.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1766INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28813','3','','','10175','VMware: Vendor','vmware.hv.hw.vendor[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The hardware vendor identification.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1767INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28814','3','','','10175','VMware: Version','vmware.hv.version[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Dot-separated version string.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1768INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28815','3','','','10175','VMware: Uptime','vmware.hv.uptime[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','uptime','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','System uptime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1769INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28816','3','','','10175','VMware: Overall status','vmware.hv.status[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','','','0','','','','',NULL,'13','','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The overall alarm status of the host: gray - unknown, green - ok, red - it has a problem, yellow - it might have a problem.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1770INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28817','3','','','10175','VMware: Health state rollup','vmware.hv.sensor.health.state[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','','','0','','','','',NULL,'13','','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The host health state rollup sensor value: gray - unknown, green - ok, red - it has a problem, yellow - it might have a problem.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1771INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28818','3','','','10175','VMware: Number of bytes transmitted','vmware.hv.network.out[{$VMWARE.URL},{HOST.HOST},bps]','{$VMWARE_PERF_INTERVAL}','7d','365d','0','3','','Bps','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','VMware hypervisor network output statistics (bytes per second).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1772INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28819','3','','','10175','VMware: Number of bytes received','vmware.hv.network.in[{$VMWARE.URL},{HOST.HOST},bps]','{$VMWARE_PERF_INTERVAL}','7d','365d','0','3','','Bps','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','VMware hypervisor network input statistics (bytes per second).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1773INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28820','3','','','10175','VMware: Used memory','vmware.hv.memory.used[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Physical memory usage on the host.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1774INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28821','3','','','10175','VMware: Ballooned memory','vmware.hv.memory.size.ballooned[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The amount of guest physical memory that is currently reclaimed through the balloon driver. Sum of all guest VMs.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1775INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28822','3','','','10175','VMware: Bios UUID','vmware.hv.hw.uuid[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The hardware BIOS identification.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1776INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28823','3','','','10175','VMware: CPU usage','vmware.hv.cpu.usage[{$VMWARE.URL},{HOST.HOST}]','1m','7d','365d','0','3','','Hz','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Aggregated CPU usage across all cores on the host in Hz. This is only available if the host is connected.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1777INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28824','3','','','10175','VMware: Model','vmware.hv.hw.model[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The system model identification.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1778INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28825','3','','','10175','VMware: Total memory','vmware.hv.hw.memory[{$VMWARE.URL},{HOST.HOST}]','1h','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The physical memory size.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1779INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28826','3','','','10175','VMware: CPU threads','vmware.hv.hw.cpu.threads[{$VMWARE.URL},{HOST.HOST}]','1h','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Number of physical CPU threads on the host.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1780INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28827','3','','','10175','VMware: CPU cores','vmware.hv.hw.cpu.num[{$VMWARE.URL},{HOST.HOST}]','1h','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Number of physical CPU cores on the host. Physical CPU cores are the processors contained by a CPU package.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1781INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28828','3','','','10175','VMware: CPU model','vmware.hv.hw.cpu.model[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The CPU model.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1782INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28829','3','','','10175','VMware: CPU frequency','vmware.hv.hw.cpu.freq[{$VMWARE.URL},{HOST.HOST}]','1h','7d','365d','0','3','','Hz','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The speed of the CPU cores. This is an average value if there are multiple speeds. The product of CPU frequency and number of cores is approximately equal to the sum of the MHz for all the individual cores on the host.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1783INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28830','3','','','10175','VMware: Full name','vmware.hv.fullname[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','The complete product name, including the version information.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1784INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28831','3','','','10175','VMware: Datacenter name','vmware.hv.datacenter.name[{$VMWARE.URL},{HOST.HOST}]','1h','7d','0','0','1','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Datacenter name of the hypervisor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1785INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28832','3','','','10175','VMware: Number of guest VMs','vmware.hv.vm.num[{$VMWARE.URL},{HOST.HOST}]','1h','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','0',NULL,'','Number of guest virtual machines.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1786INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28833','3','','','10173','Discover VMware clusters','vmware.cluster.discovery[{$VMWARE.URL}]','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','1',NULL,'','Discovery of clusters','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1787INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28834','3','','','10173','Discover VMware datastores','vmware.datastore.discovery[{$VMWARE.URL}]','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1788INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28835','3','','','10173','Discover VMware hypervisors','vmware.hv.discovery[{$VMWARE.URL}]','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','1',NULL,'','Discovery of hypervisors.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1789INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28836','3','','','10173','Discover VMware VMs','vmware.vm.discovery[{$VMWARE.URL}]','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','1',NULL,'','Discovery of guest virtual machines.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1790INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28837','3','','','10174','Network device discovery','vmware.vm.net.if.discovery[{$VMWARE.URL},{HOST.HOST}]','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','1',NULL,'','Discovery of all network devices.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1791INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28838','3','','','10174','Disk device discovery','vmware.vm.vfs.dev.discovery[{$VMWARE.URL},{HOST.HOST}]','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','1',NULL,'','Discovery of all disk devices.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1792INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28839','3','','','10174','Mounted filesystem discovery','vmware.vm.vfs.fs.discovery[{$VMWARE.URL},{HOST.HOST}]','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','1',NULL,'','Discovery of all guest file systems.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1793INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28840','3','','','10175','Datastore discovery','vmware.hv.datastore.discovery[{$VMWARE.URL},{HOST.HOST}]','1h','90d','0','0','4','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','1',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1794INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28841','3','','','10173','VMware: Status of "{#CLUSTER.NAME}" cluster','vmware.cluster.status[{$VMWARE.URL},{#CLUSTER.NAME}]','1m','7d','365d','0','3','','','','0','','','','',NULL,'13','','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware cluster status.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1795INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28842','3','','','10173','VMware: Average read latency of the datastore {#DATASTORE}','vmware.datastore.read[{$VMWARE.URL},{#DATASTORE},latency]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','Amount of time for a read operation from the datastore (milliseconds).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1796INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28843','3','','','10173','VMware: Free space on datastore {#DATASTORE} (percentage)','vmware.datastore.size[{$VMWARE.URL},{#DATASTORE},pfree]','5m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware datastore space in percentage from total.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1797INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28844','3','','','10173','VMware: Total size of datastore {#DATASTORE}','vmware.datastore.size[{$VMWARE.URL},{#DATASTORE}]','5m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware datastore space in bytes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1798INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28845','3','','','10173','VMware: Average write latency of the datastore {#DATASTORE}','vmware.datastore.write[{$VMWARE.URL},{#DATASTORE},latency]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','Amount of time for a write operation to the datastore (milliseconds).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1799INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28846','3','','','10174','VMware: Number of bytes received on interface {#IFDESC}','vmware.vm.net.if.in[{$VMWARE.URL},{HOST.HOST},{#IFNAME},bps]','1m','7d','365d','0','3','','Bps','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine network interface input statistics (bytes per second).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1800INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28847','3','','','10174','VMware: Number of packets received on interface {#IFDESC}','vmware.vm.net.if.in[{$VMWARE.URL},{HOST.HOST},{#IFNAME},pps]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine network interface input statistics (packets per second).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1801INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28848','3','','','10174','VMware: Number of bytes transmitted on interface {#IFDESC}','vmware.vm.net.if.out[{$VMWARE.URL},{HOST.HOST},{#IFNAME},bps]','1m','7d','365d','0','3','','Bps','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine network interface output statistics (bytes per second).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1802INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28849','3','','','10174','VMware: Number of packets transmitted on interface {#IFDESC}','vmware.vm.net.if.out[{$VMWARE.URL},{HOST.HOST},{#IFNAME},pps]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine network interface output statistics (packets per second).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1803INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28850','3','','','10174','VMware: Average number of bytes read from the disk {#DISKDESC}','vmware.vm.vfs.dev.read[{$VMWARE.URL},{HOST.HOST},{#DISKNAME},bps]','1m','7d','365d','0','3','','Bps','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine disk device read statistics (bytes per second).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1804INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28851','3','','','10174','VMware: Average number of reads from the disk {#DISKDESC}','vmware.vm.vfs.dev.read[{$VMWARE.URL},{HOST.HOST},{#DISKNAME},ops]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine disk device read statistics (operations per second).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1805INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28852','3','','','10174','VMware: Average number of bytes written to the disk {#DISKDESC}','vmware.vm.vfs.dev.write[{$VMWARE.URL},{HOST.HOST},{#DISKNAME},bps]','1m','7d','365d','0','3','','Bps','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine disk device write statistics (bytes per second).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1806INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28853','3','','','10174','VMware: Average number of writes to the disk {#DISKDESC}','vmware.vm.vfs.dev.write[{$VMWARE.URL},{HOST.HOST},{#DISKNAME},ops]','1m','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine disk device write statistics (operations per second).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1807INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28854','3','','','10174','VMware: Free disk space on {#FSNAME}','vmware.vm.vfs.fs.size[{$VMWARE.URL},{HOST.HOST},{#FSNAME},free]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine file system statistics (bytes).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1808INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28855','3','','','10174','VMware: Free disk space on {#FSNAME} (percentage)','vmware.vm.vfs.fs.size[{$VMWARE.URL},{HOST.HOST},{#FSNAME},pfree]','1m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine file system statistics (percentages).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1809INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28856','3','','','10174','VMware: Total disk space on {#FSNAME}','vmware.vm.vfs.fs.size[{$VMWARE.URL},{HOST.HOST},{#FSNAME},total]','1h','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine total disk space (bytes).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1810INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28857','3','','','10174','VMware: Used disk space on {#FSNAME}','vmware.vm.vfs.fs.size[{$VMWARE.URL},{HOST.HOST},{#FSNAME},used]','1m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware virtual machine used disk space (bytes).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1811INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28858','3','','','10175','VMware: Average read latency of the datastore {#DATASTORE}','vmware.hv.datastore.read[{$VMWARE.URL},{HOST.HOST},{#DATASTORE},latency]','{$VMWARE_PERF_INTERVAL}','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','Average amount of time for a read operation from the datastore (milliseconds).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1812INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28859','3','','','10175','VMware: Free space on datastore {#DATASTORE} (percentage)','vmware.hv.datastore.size[{$VMWARE.URL},{HOST.HOST},{#DATASTORE},pfree]','5m','7d','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware datastore space in percentage from total.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1813INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28860','3','','','10175','VMware: Total size of datastore {#DATASTORE}','vmware.hv.datastore.size[{$VMWARE.URL},{HOST.HOST},{#DATASTORE}]','5m','7d','365d','0','3','','B','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','VMware datastore space in bytes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1814INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28861','3','','','10175','VMware: Average write latency of the datastore {#DATASTORE}','vmware.hv.datastore.write[{$VMWARE.URL},{HOST.HOST},{#DATASTORE},latency]','{$VMWARE_PERF_INTERVAL}','7d','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','{$VMWARE.USERNAME}','{$VMWARE.PASSWORD}','','','2',NULL,'','Average amount of time for a write operation to the datastore (milliseconds).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1815INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28536','18','','','10261','History index cache, % used','wcache.index.pused','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1816INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28537','18','','','10261','Configuration cache, % used','rcache.buffer.pused','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1817INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28538','18','','','10261','Value cache, % used','vcache.buffer.pused','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1818INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28539','18','','','10261','Value cache hits','vcache.cache.hits','0','1w','365d','0','0','','vps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1819INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28540','18','','','10261','Value cache misses','vcache.cache.misses','0','1w','365d','0','0','','vps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1820INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28541','18','','','10261','Value cache operating mode','vcache.cache.mode','0','1w','365d','0','3','','','','0','','','','',NULL,'15','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1821INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28542','18','','','10261','VMware cache, % used','vmware.buffer.pused','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1822INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28543','18','','','10261','History write cache, % used','wcache.history.pused','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1823INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28544','18','','','10261','Number of processed values per second','wcache.values','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1824INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28545','18','','','10261','Trend write cache, % used','wcache.trend.pused','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1825INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28546','18','','','10261','Utilization of unreachable poller data collector processes, in %','process.unreachable_poller.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1826INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28547','18','','','10261','Number of processed numeric (float) values per second','wcache.values.float','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1827INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28548','18','','','10261','Number of processed log values per second','wcache.values.log','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1828INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28549','18','','','10261','Number of processed not supported values per second','wcache.values.not_supported','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1829INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28550','18','','','10261','Number of processed character values per second','wcache.values.str','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1830INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28551','18','','','10261','Number of processed text values per second','wcache.values.text','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1831INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28552','18','','','10261','Number of processed numeric (unsigned) values per second','wcache.values.uint','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1832INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28553','18','','','10261','Utilization of vmware data collector processes, in %','process.vmware_collector.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1833INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28554','18','','','10261','Preprocessing queue','preprocessing_queue','0','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Count of values enqueued in the preprocessing queue.','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1834INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28555','18','','','10261','Utilization of alerter internal processes, in %','process.alerter.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1835INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28556','18','','','10261','Utilization of ipmi manager internal processes, in %','process.ipmi_manager.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1836INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28557','18','','','10261','Utilization of alert manager internal processes, in %','process.alert_manager.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1837INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28558','18','','','10261','Utilization of configuration syncer internal processes, in %','process.configuration_syncer.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1838INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28559','18','','','10261','Utilization of discoverer data collector processes, in %','process.discoverer.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1839INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28560','18','','','10261','Utilization of escalator internal processes, in %','process.escalator.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1840INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28561','18','','','10261','Utilization of history syncer internal processes, in %','process.history_syncer.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1841INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28562','18','','','10261','Utilization of housekeeper internal processes, in %','process.housekeeper.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1842INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28563','18','','','10261','Utilization of http poller data collector processes, in %','process.http_poller.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1843INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28564','18','','','10261','Utilization of icmp pinger data collector processes, in %','process.icmp_pinger.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1844INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28565','18','','','10261','Utilization of ipmi poller data collector processes, in %','process.ipmi_poller.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1845INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28566','18','','','10261','Utilization of timer internal processes, in %','process.timer.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1846INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28567','18','','','10261','Utilization of java poller data collector processes, in %','process.java_poller.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1847INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28568','18','','','10261','Utilization of poller data collector processes, in %','process.poller.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1848INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28569','18','','','10261','Utilization of preprocessing manager internal processes, in %','process.preprocessing_manager.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1849INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28570','18','','','10261','Utilization of preprocessing worker internal processes, in %','process.preprocessing_worker.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1850INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28571','18','','','10261','Utilization of proxy poller data collector processes, in %','process.proxy_poller.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1851INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28572','18','','','10261','Utilization of self-monitoring internal processes, in %','process.self-monitoring.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1852INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28573','18','','','10261','Utilization of snmp trapper data collector processes, in %','process.snmp_trapper.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1853INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28574','18','','','10261','Utilization of task manager internal processes, in %','process.task_manager.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1854INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28575','18','','','10261','Utilization of trapper data collector processes, in %','process.trapper.avg.busy','0','1w','365d','0','0','','%','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28533','3s','','','','200','1','0','','0','0','0','0','0','0');
1855INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28579','18','','','10262','Utilization of vmware data collector processes, in %','process.vmware_collector.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1856INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28580','18','','','10262','Number of processed numeric (unsigned) values per second','wcache.values.uint','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1857INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28581','18','','','10262','Number of processed text values per second','wcache.values.text','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1858INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28582','18','','','10262','Number of processed character values per second','wcache.values.str','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1859INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28583','18','','','10262','Number of processed not supported values per second','wcache.values.not_supported','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1860INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28584','18','','','10262','Number of processed log values per second','wcache.values.log','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1861INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28585','18','','','10262','Number of processed numeric (float) values per second','wcache.values.float','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1862INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28586','18','','','10262','Number of processed values per second','wcache.values','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1863INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28587','18','','','10262','History index cache, % used','wcache.index.pused','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1864INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28588','18','','','10262','History write cache, % used','wcache.history.pused','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1865INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28589','18','','','10262','VMware cache, % used','vmware.buffer.pused','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1866INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28590','18','','','10262','Configuration cache, % used','rcache.buffer.pused','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1867INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28591','18','','','10262','Utilization of configuration syncer internal processes, in %','process.configuration_syncer.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1868INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28592','18','','','10262','Utilization of data sender internal processes, in %','process.data_sender.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1869INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28593','18','','','10262','Utilization of trapper data collector processes, in %','process.trapper.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1870INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28594','18','','','10262','Utilization of task manager internal processes, in %','process.task_manager.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1871INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28595','18','','','10262','Utilization of snmp trapper data collector processes, in %','process.snmp_trapper.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1872INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28596','18','','','10262','Utilization of self-monitoring internal processes, in %','process.self-monitoring.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1873INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28597','18','','','10262','Utilization of poller data collector processes, in %','process.poller.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1874INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28598','18','','','10262','Utilization of java poller data collector processes, in %','process.java_poller.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1875INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28599','18','','','10262','Utilization of ipmi poller data collector processes, in %','process.ipmi_poller.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1876INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28600','18','','','10262','Utilization of ipmi manager internal processes, in %','process.ipmi_manager.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1877INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28601','18','','','10262','Utilization of icmp pinger data collector processes, in %','process.icmp_pinger.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1878INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28602','18','','','10262','Utilization of http poller data collector processes, in %','process.http_poller.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1879INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28603','18','','','10262','Utilization of housekeeper internal processes, in %','process.housekeeper.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1880INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28604','18','','','10262','Utilization of history syncer internal processes, in %','process.history_syncer.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1881INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28605','18','','','10262','Utilization of heartbeat sender internal processes, in %','process.heartbeat_sender.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1882INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28606','18','','','10262','Utilization of discoverer data collector processes, in %','process.discoverer.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1883INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28607','18','','','10262','Utilization of unreachable poller data collector processes, in %','process.unreachable_poller.avg.busy','0','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','','28576','3s','','','','200','1','0','','0','0','0','0','0','0');
1884INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10020','0','','','10001','Agent ping','agent.ping','1m','1w','365d','0','3','','','','0','','','','','22232','10','','','0','','','','','0',NULL,'','The agent always returns 1 for this item. It could be used in combination with nodata() for availability check.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1885INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10059','0','','','10001','Version of zabbix_agent(d) running','agent.version','1h','1w','0','0','1','','','','0','','','','','22231',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1886INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10073','5','','','10084','Number of processed numeric (float) values per second','zabbix[wcache,values,float]','1m','1w','365d','0','0','','','','0','','','','','10061',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1887INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10074','5','','','10084','Number of processed character values per second','zabbix[wcache,values,str]','1m','1w','365d','0','0','','','','0','','','','','10062',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1888INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10075','5','','','10084','Number of processed log values per second','zabbix[wcache,values,log]','1m','1w','365d','0','0','','','','0','','','','','10063',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1889INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10076','5','','','10084','Number of processed numeric (unsigned) values per second','zabbix[wcache,values,uint]','1m','1w','365d','0','0','','','','0','','','','','10064',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1890INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10077','5','','','10084','Number of processed text values per second','zabbix[wcache,values,text]','1m','1w','365d','0','0','','','','0','','','','','10065',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1891INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('10078','5','','','10084','Number of processed not supported values per second','zabbix[wcache,values,not supported]','1m','1w','365d','0','0','','','','0','','','','','10066',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1892INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22833','0','','','10074','Agent ping','agent.ping','1m','1w','365d','0','3','','','','0','','','','','22232','10','','','0','','','','','0',NULL,'','The agent always returns 1 for this item. It could be used in combination with nodata() for availability check.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1893INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22834','0','','','10074','Version of zabbix_agent(d) running','agent.version','1h','1w','0','0','1','','','','0','','','','','22231',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1894INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22873','0','','','10075','Agent ping','agent.ping','1m','1w','365d','0','3','','','','0','','','','','22232','10','','','0','','','','','0',NULL,'','The agent always returns 1 for this item. It could be used in combination with nodata() for availability check.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1895INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22874','0','','','10075','Version of zabbix_agent(d) running','agent.version','1h','1w','0','0','1','','','','0','','','','','22231',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1896INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22913','0','','','10076','Agent ping','agent.ping','1m','1w','365d','0','3','','','','0','','','','','22232','10','','','0','','','','','0',NULL,'','The agent always returns 1 for this item. It could be used in combination with nodata() for availability check.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1897INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22914','0','','','10076','Version of zabbix_agent(d) running','agent.version','1h','1w','0','0','1','','','','0','','','','','22231',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1898INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22953','0','','','10077','Agent ping','agent.ping','1m','1w','365d','0','3','','','','0','','','','','22232','10','','','0','','','','','0',NULL,'','The agent always returns 1 for this item. It could be used in combination with nodata() for availability check.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1899INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22954','0','','','10077','Version of zabbix_agent(d) running','agent.version','1h','1w','0','0','1','','','','0','','','','','22231',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1900INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22993','0','','','10078','Agent ping','agent.ping','1m','1w','365d','0','3','','','','0','','','','','22232','10','','','0','','','','','0',NULL,'','The agent always returns 1 for this item. It could be used in combination with nodata() for availability check.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1901INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('22994','0','','','10078','Version of zabbix_agent(d) running','agent.version','1h','1w','0','0','1','','','','0','','','','','22231',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1902INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23033','0','','','10079','Agent ping','agent.ping','1m','1w','365d','0','3','','','','0','','','','','22232','10','','','0','','','','','0',NULL,'','The agent always returns 1 for this item. It could be used in combination with nodata() for availability check.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1903INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23034','0','','','10079','Version of zabbix_agent(d) running','agent.version','1h','1w','0','0','1','','','','0','','','','','22231',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1904INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23160','0','','','10081','Agent ping','agent.ping','1m','1w','365d','0','3','','','','0','','','','','22232','10','','','0','','','','','0',NULL,'','The agent always returns 1 for this item. It could be used in combination with nodata() for availability check.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1905INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23161','0','','','10081','Version of zabbix_agent(d) running','agent.version','1h','1w','0','0','1','','','','0','','','','','22231',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1906INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23252','5','','','10084','Utilization of alerter internal processes, in %','zabbix[process,alerter,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22424',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1907INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23253','5','','','10084','Utilization of configuration syncer internal processes, in %','zabbix[process,configuration syncer,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22412',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1908INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23255','5','','','10084','Utilization of discoverer data collector processes, in %','zabbix[process,discoverer,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22430',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1909INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23256','5','','','10084','Utilization of escalator internal processes, in %','zabbix[process,escalator,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22422',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1910INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23257','5','','','10084','Utilization of history syncer internal processes, in %','zabbix[process,history syncer,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22406',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1911INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23258','5','','','10084','Utilization of housekeeper internal processes, in %','zabbix[process,housekeeper,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22408',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1912INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23259','5','','','10084','Utilization of http poller data collector processes, in %','zabbix[process,http poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22402',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1913INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23260','5','','','10084','Utilization of icmp pinger data collector processes, in %','zabbix[process,icmp pinger,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22418',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1914INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23261','5','','','10084','Utilization of ipmi poller data collector processes, in %','zabbix[process,ipmi poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22416',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1915INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23262','5','','','10084','Utilization of java poller data collector processes, in %','zabbix[process,java poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22689',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1916INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23264','5','','','10084','Utilization of poller data collector processes, in %','zabbix[process,poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22399',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1917INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23265','5','','','10084','Utilization of proxy poller data collector processes, in %','zabbix[process,proxy poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22420',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1918INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23266','5','','','10084','Utilization of self-monitoring internal processes, in %','zabbix[process,self-monitoring,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22414',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1919INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23267','5','','','10084','Utilization of snmp trapper data collector processes, in %','zabbix[process,snmp trapper,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','23171',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1920INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23268','5','','','10084','Utilization of timer internal processes, in %','zabbix[process,timer,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22426',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1921INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23269','5','','','10084','Utilization of trapper data collector processes, in %','zabbix[process,trapper,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22404',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1922INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23270','5','','','10084','Utilization of unreachable poller data collector processes, in %','zabbix[process,unreachable poller,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22400',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1923INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23271','5','','','10084','Zabbix queue over 10 minutes','zabbix[queue,10m]','10m','1w','365d','0','3','','','','0','','','','','22219',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1924INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23272','5','','','10084','Zabbix queue','zabbix[queue]','1m','1w','365d','0','3','','','','0','','','','','23251',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1925INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23273','5','','','10084','Zabbix configuration cache, % used','zabbix[rcache,buffer,pused]','1m','1w','365d','0','0','','%','','0','','','','','22189',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1926INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23274','5','','','10084','Zabbix history write cache, % used','zabbix[wcache,history,pused]','1m','1w','365d','0','0','','%','','0','','','','','22183',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1927INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23275','5','','','10084','Zabbix history index cache, % used','zabbix[wcache,index,pused]','1m','1w','365d','0','0','','%','','0','','','','','22396',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1928INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23276','5','','','10084','Zabbix trend write cache, % used','zabbix[wcache,trend,pused]','1m','1w','365d','0','0','','%','','0','','','','','22185',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1929INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23277','5','','','10084','Number of processed values per second','zabbix[wcache,values]','1m','1w','365d','0','0','','','','0','','','','','22187',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1930INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23278','0','','','10084','Network interface discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','22444',NULL,'','','0','','','','','1','1','','Discovery of network interfaces as defined in global regular expression "Network interfaces for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1931INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23279','0','','','10084','Mounted filesystem discovery','vfs.fs.discovery','1h','90d','0','0','4','','','','0','','','','','22450',NULL,'','','0','','','','','1','1','','Discovery of file systems of different types as defined in global regular expression "File systems for discovery".','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1932INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23280','0','','','10084','Incoming network traffic on {#IFNAME}','net.if.in[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','','22446',NULL,'','','0','','','','','2','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1933INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23281','0','','','10084','Outgoing network traffic on {#IFNAME}','net.if.out[{#IFNAME}]','1m','1w','365d','0','3','','bps','','0','','','','','22448',NULL,'','','0','','','','','2','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1934INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23282','0','','','10084','Free inodes on {#FSNAME} (percentage)','vfs.fs.inode[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','','22454',NULL,'','','0','','','','','2','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1935INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23283','0','','','10084','Free disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},free]','1m','1w','365d','0','3','','B','','0','','','','','22452',NULL,'','','0','','','','','2','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1936INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23284','0','','','10084','Free disk space on {#FSNAME} (percentage)','vfs.fs.size[{#FSNAME},pfree]','1m','1w','365d','0','0','','%','','0','','','','','22686',NULL,'','','0','','','','','2','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1937INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23285','0','','','10084','Total disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},total]','1h','1w','365d','0','3','','B','','0','','','','','22456',NULL,'','','0','','','','','2','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1938INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23286','0','','','10084','Used disk space on {#FSNAME}','vfs.fs.size[{#FSNAME},used]','1m','1w','365d','0','3','','B','','0','','','','','22458',NULL,'','','0','','','','','2','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1939INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23289','0','','','10084','Maximum number of opened files','kernel.maxfiles','1h','1w','365d','0','3','','','','0','','','','','10056',NULL,'','','0','','','','','0','1','','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1940INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23290','0','','','10084','Maximum number of processes','kernel.maxproc','1h','1w','365d','0','3','','','','0','','','','','10055',NULL,'','','0','','','','','0','1','','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1941INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23291','0','','','10084','Number of running processes','proc.num[,,run]','1m','1w','365d','0','3','','','','0','','','','','10013',NULL,'','','0','','','','','0','1','','Number of processes in running state.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1942INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23292','0','','','10084','Number of processes','proc.num[]','1m','1w','365d','0','3','','','','0','','','','','10009',NULL,'','','0','','','','','0','1','','Total number of processes in any state.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1943INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23293','0','','','10084','Host boot time','system.boottime','10m','1w','365d','0','3','','unixtime','','0','','','','','17318',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1944INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23294','0','','','10084','Interrupts per second','system.cpu.intr','1m','1w','365d','0','3','','ips','','0','','','','','22683',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1945INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23295','0','','','10084','Processor load (15 min average per core)','system.cpu.load[percpu,avg15]','1m','1w','365d','0','0','','','','0','','','','','22677',NULL,'','','0','','','','','0','1','','The processor load is calculated as system CPU load divided by number of CPU cores.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1946INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23296','0','','','10084','Processor load (1 min average per core)','system.cpu.load[percpu,avg1]','1m','1w','365d','0','0','','','','0','','','','','10010',NULL,'','','0','','','','','0','1','','The processor load is calculated as system CPU load divided by number of CPU cores.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1947INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23297','0','','','10084','Processor load (5 min average per core)','system.cpu.load[percpu,avg5]','1m','1w','365d','0','0','','','','0','','','','','22674',NULL,'','','0','','','','','0','1','','The processor load is calculated as system CPU load divided by number of CPU cores.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1948INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23298','0','','','10084','Context switches per second','system.cpu.switches','1m','1w','365d','0','3','','sps','','0','','','','','22680',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1949INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23299','0','','','10084','CPU idle time','system.cpu.util[,idle]','1m','1w','365d','0','0','','%','','0','','','','','17354',NULL,'','','0','','','','','0','1','','The time the CPU has spent doing nothing.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1950INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23300','0','','','10084','CPU interrupt time','system.cpu.util[,interrupt]','1m','1w','365d','0','0','','%','','0','','','','','22671',NULL,'','','0','','','','','0','1','','The amount of time the CPU has been servicing hardware interrupts.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1951INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23301','0','','','10084','CPU iowait time','system.cpu.util[,iowait]','1m','1w','365d','0','0','','%','','0','','','','','17362',NULL,'','','0','','','','','0','1','','Amount of time the CPU has been waiting for I/O to complete.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1952INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23302','0','','','10084','CPU nice time','system.cpu.util[,nice]','1m','1w','365d','0','0','','%','','0','','','','','17358',NULL,'','','0','','','','','0','1','','The time the CPU has spent running users\' processes that have been niced.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1953INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23303','0','','','10084','CPU softirq time','system.cpu.util[,softirq]','1m','1w','365d','0','0','','%','','0','','','','','22668',NULL,'','','0','','','','','0','1','','The amount of time the CPU has been servicing software interrupts.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1954INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23304','0','','','10084','CPU steal time','system.cpu.util[,steal]','1m','1w','365d','0','0','','%','','0','','','','','22665',NULL,'','','0','','','','','0','1','','The amount of CPU \'stolen\' from this virtual machine by the hypervisor for other tasks (such as running another virtual machine).','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1955INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23305','0','','','10084','CPU system time','system.cpu.util[,system]','1m','1w','365d','0','0','','%','','0','','','','','17360',NULL,'','','0','','','','','0','1','','The time the CPU has spent running the kernel and its processes.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1956INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23306','0','','','10084','CPU user time','system.cpu.util[,user]','1m','1w','365d','0','0','','%','','0','','','','','17356',NULL,'','','0','','','','','0','1','','The time the CPU has spent running users\' processes that are not niced.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1957INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23307','0','','','10084','Host name','system.hostname','1h','1w','0','0','1','','','','0','','','','','10057',NULL,'','','0','','','','','0','1','','System host name.','3','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1958INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23308','0','','','10084','Host local time','system.localtime','1m','1w','365d','0','3','','unixtime','','0','','','','','17352',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1959INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23309','0','','','10084','Free swap space','system.swap.size[,free]','1m','1w','365d','0','3','','B','','0','','','','','10014',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1960INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23310','0','','','10084','Free swap space in %','system.swap.size[,pfree]','1m','1w','365d','0','0','','%','','0','','','','','17350',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1961INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23311','0','','','10084','Total swap space','system.swap.size[,total]','1h','1w','365d','0','3','','B','','0','','','','','10030',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1962INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23312','0','','','10084','System information','system.uname','1h','1w','0','0','1','','','','0','','','','','10058',NULL,'','','0','','','','','0','1','','The information as normally returned by \'uname -a\'.','5','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1963INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23313','0','','','10084','System uptime','system.uptime','10m','1w','365d','0','3','','uptime','','0','','','','','10025',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1964INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23314','0','','','10084','Number of logged in users','system.users.num','1m','1w','365d','0','3','','','','0','','','','','10016',NULL,'','','0','','','','','0','1','','Number of users who are currently logged in.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1965INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23315','0','','','10084','Checksum of /etc/passwd','vfs.file.cksum[/etc/passwd]','1h','1w','365d','0','3','','','','0','','','','','10019',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1966INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23316','0','','','10084','Available memory','vm.memory.size[available]','1m','1w','365d','0','3','','B','','0','','','','','22181',NULL,'','','0','','','','','0','1','','Available memory is defined as free+cached+buffers memory.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1967INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23317','0','','','10084','Total memory','vm.memory.size[total]','1h','1w','365d','0','3','','B','','0','','','','','10026',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1968INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23319','0','','','10001','Host name of zabbix_agentd running','agent.hostname','1h','1w','0','0','1','','','','0','','','','','23318',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1969INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23320','0','','','10074','Host name of zabbix_agentd running','agent.hostname','1h','1w','0','0','1','','','','0','','','','','23318',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1970INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23321','0','','','10075','Host name of zabbix_agentd running','agent.hostname','1h','1w','0','0','1','','','','0','','','','','23318',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1971INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23322','0','','','10076','Host name of zabbix_agentd running','agent.hostname','1h','1w','0','0','1','','','','0','','','','','23318',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1972INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23323','0','','','10077','Host name of zabbix_agentd running','agent.hostname','1h','1w','0','0','1','','','','0','','','','','23318',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1973INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23324','0','','','10078','Host name of zabbix_agentd running','agent.hostname','1h','1w','0','0','1','','','','0','','','','','23318',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1974INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23325','0','','','10079','Host name of zabbix_agentd running','agent.hostname','1h','1w','0','0','1','','','','0','','','','','23318',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1975INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23326','0','','','10081','Host name of zabbix_agentd running','agent.hostname','1h','1w','0','0','1','','','','0','','','','','23318',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1976INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23328','5','','','10084','Utilization of vmware data collector processes, in %','zabbix[process,vmware collector,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','22401',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1977INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23620','5','','','10084','Zabbix value cache, % used','zabbix[vcache,buffer,pused]','1m','1w','365d','0','0','','%','','0','','','','','22191',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1978INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23625','5','','','10084','Zabbix value cache hits','zabbix[vcache,cache,hits]','1m','1w','365d','0','0','','vps','','0','','','','','22196',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1979INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23628','5','','','10084','Zabbix value cache misses','zabbix[vcache,cache,misses]','1m','1w','365d','0','0','','vps','','0','','','','','22199',NULL,'','','0','','','','','0',NULL,'','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1980INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23635','5','','','10084','Zabbix vmware cache, % used','zabbix[vmware,buffer,pused]','1m','1w','365d','0','0','','%','','0','','','','','23634',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1981INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23662','5','','','10084','Zabbix value cache operating mode','zabbix[vcache,cache,mode]','1m','1w','365d','0','3','','','','0','','','','','23661','15','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1982INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23664','5','','','10084','Utilization of task manager internal processes, in %','zabbix[process,task manager,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','23663',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1983INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('25367','5','','','10084','Utilization of ipmi manager internal processes, in %','zabbix[process,ipmi manager,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','25366',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1984INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('25371','5','','','10084','Utilization of alert manager internal processes, in %','zabbix[process,alert manager,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','25370',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1985INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('25667','5','','','10084','Utilization of preprocessing manager internal processes, in %','zabbix[process,preprocessing manager,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','25665',NULL,'','','0','','','','','0',NULL,'','','0','30','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1986INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('25668','5','','','10084','Utilization of preprocessing worker internal processes, in %','zabbix[process,preprocessing worker,avg,busy]','1m','1w','365d','0','0','','%','','0','','','','','25666',NULL,'','','0','','','','','0',NULL,'','','0','30','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1987INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27138','3','','','10203','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27067','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1988INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27139','3','','','10203','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27066',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1989INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27140','3','','','10203','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27065',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1990INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27149','3','','','10204','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27067','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1991INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27150','3','','','10204','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27066',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1992INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27151','3','','','10204','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27065',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1993INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27180','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10207','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1994INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27181','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10207','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1995INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27182','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10207','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1996INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27183','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10207','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1997INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27184','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10207','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1998INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27185','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10207','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
1999INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27186','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10207','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2000INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27187','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10207','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2001INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27188','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10207','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2002INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27189','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10207','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2003INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27190','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10207','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2004INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27191','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10207','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2005INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27195','17','','','10207','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2006INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27196','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10207','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2007INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27197','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10207','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2008INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27198','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10207','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2009INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27199','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10207','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2010INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27200','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10207','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2011INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27202','5','','','10207','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2012INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27215','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10208','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2013INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27216','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10208','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2014INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27217','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10208','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2015INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27218','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10208','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2016INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27219','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10208','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2017INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27220','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10208','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2018INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27221','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10208','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2019INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27222','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10208','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2020INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27223','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10208','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2021INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27224','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10208','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2022INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27228','17','','','10208','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2023INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27229','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10208','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2024INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27230','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10208','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2025INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27231','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10208','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2026INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27232','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10208','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2027INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27233','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10208','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2028INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27235','5','','','10208','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2029INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27251','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10210','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2030INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27252','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10210','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2031INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27253','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10210','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2032INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27254','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10210','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2033INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27255','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10210','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2034INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27256','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10210','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2035INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27257','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10210','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2036INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27258','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10210','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2037INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27259','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10210','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2038INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27260','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10210','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2039INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27264','17','','','10210','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2040INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27265','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10210','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2041INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27266','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10210','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2042INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27267','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10210','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2043INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27268','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10210','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2044INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27269','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10210','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2045INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27271','5','','','10210','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2046INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27272','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10211','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2047INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27273','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10211','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2048INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27274','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10211','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2049INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27275','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10211','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2050INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27276','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10211','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2051INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27277','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10211','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2052INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27278','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10211','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2053INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27279','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10211','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2054INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27280','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10211','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2055INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27281','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10211','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2056INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27285','17','','','10211','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2057INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27286','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10211','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2058INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27287','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10211','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2059INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27288','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10211','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2060INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27289','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10211','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2061INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27290','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10211','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2062INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27292','5','','','10211','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2063INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27298','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.2.1.53.0','10210','Memory utilization','vm.memory.pused[snAgGblDynMemUtil.0]','3m','30d','365d','0','0','','%','','0','','','','','27293',NULL,'','','0','','','','','0',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nThe system dynamic memory utilization, in unit of percentage.\r\nDeprecated: Refer to snAgSystemDRAMUtil.\r\nFor NI platforms, refer to snAgentBrdMemoryUtil100thPercent','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2064INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27299','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.2.1.52.0','10210','CPU utilization','system.cpu.util[snAgGblCpuUtil1MinAvg.0]','3m','30d','365d','0','0','','%','','0','','','','','27294',NULL,'','','0','','','','','0',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nThe statistics collection of 1 minute CPU utilization.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2065INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27300','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.2.1.53.0','10211','Memory utilization','vm.memory.pused[snAgGblDynMemUtil.0]','3m','30d','365d','0','0','','%','','0','','','','','27293',NULL,'','','0','','','','','0',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nThe system dynamic memory utilization, in unit of percentage.\r\nDeprecated: Refer to snAgSystemDRAMUtil.\r\nFor NI platforms, refer to snAgentBrdMemoryUtil100thPercent','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2066INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27301','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.1991.1.1.2.1.52.0','10211','CPU utilization','system.cpu.util[snAgGblCpuUtil1MinAvg.0]','3m','30d','365d','0','0','','%','','0','','','','','27294',NULL,'','','0','','','','','0',NULL,'','MIB: FOUNDRY-SN-AGENT-MIB\r\nThe statistics collection of 1 minute CPU utilization.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2067INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27321','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10218','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2068INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27322','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10218','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2069INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27323','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10218','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2070INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27324','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10218','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2071INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27325','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10218','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2072INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27326','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10218','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2073INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27327','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10218','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2074INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27328','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10218','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2075INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27329','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10218','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2076INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27330','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10218','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2077INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27331','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10218','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2078INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27332','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10218','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2079INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27336','17','','','10218','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2080INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27337','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10218','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2081INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27338','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10218','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2082INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27339','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10218','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2083INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27340','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10218','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2084INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27341','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10218','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2085INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27343','5','','','10218','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2086INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27368','17','','','10220','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2087INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27369','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10220','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2088INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27370','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10220','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2089INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27371','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10220','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2090INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27372','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10220','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2091INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27373','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10220','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2092INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27375','5','','','10220','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2093INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27380','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.2.1.58','10220','CPU utilization','system.cpu.util[avgBusy5]','5m','7d','365d','0','0','','%','','0','','','','','27376',NULL,'','','0','','','','','0',NULL,'','MIB: OLD-CISCO-CPU-MIB\r\n5 minute exponentially-decayed moving average of the CPU busy percentage.\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15215-collect-cpu-util-snmp.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2094INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27382','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.1','10220','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','','27378',NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2095INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27383','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.13.1','10220','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','','27379',NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2096INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27385','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.1','10218','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','','27378',NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2097INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27386','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.13.1','10218','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','','27379',NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2098INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27397','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.48.1.1.1.2]','10218','Memory Discovery','memory.discovery','1h','90d','0','0','4','','','','0','','','','','27390',NULL,'','','0','','','','','1',NULL,'','Discovery of ciscoMemoryPoolTable, a table of memory pool monitoring entries.\r\nhttp://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2099INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27398','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.109.1.1.1.1.5]','10218','CPU Discovery','cpu.discovery','1h','90d','0','0','4','','','','0','','','','','27391',NULL,'','','0','','','','','1',NULL,'','If your IOS device has several CPUs, you must use CISCO-PROCESS-MIB and its object cpmCPUTotal5minRev from the table called cpmCPUTotalTable ,\r\nindexed with cpmCPUTotalIndex .\r\nThis table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,\r\nlike different CPU chips, group of CPUs, or CPUs in different modules/cards.\r\nIn case of a single CPU, cpmCPUTotalTable has only one entry.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2100INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27399','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7,{#ENT_SN},1.3.6.1.2.1.47.1.1.1.1.11]','10218','Entity Serial Numbers Discovery','entity_sn.discovery','1h','90d','0','0','4','','','','0','','','','','27393',NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2101INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27400','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.13.1.3.1.2]','10218','Temperature Discovery','temperature.discovery','1h','90d','0','0','4','','','','0','','','','','27394',NULL,'','','0','','','','','1',NULL,'','Discovery of ciscoEnvMonTemperatureTable (ciscoEnvMonTemperatureDescr), a table of ambient temperature status\r\nmaintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2102INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27401','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_INFO},1.3.6.1.4.1.9.9.13.1.5.1.2]','10218','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','','27395',NULL,'','','0','','','','','1',NULL,'','The table of power supply status maintained by the environmental monitor card.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2103INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27402','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_INFO},1.3.6.1.4.1.9.9.13.1.4.1.2]','10218','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','','27396',NULL,'','','0','','','','','1',NULL,'','The table of fan status maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2104INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27409','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.48.1.1.1.2]','10220','Memory Discovery','memory.discovery','1h','90d','0','0','4','','','','0','','','','','27390',NULL,'','','0','','','','','1',NULL,'','Discovery of ciscoMemoryPoolTable, a table of memory pool monitoring entries.\r\nhttp://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2105INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27410','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7,{#ENT_SN},1.3.6.1.2.1.47.1.1.1.1.11]','10220','Entity Serial Numbers Discovery','entity_sn.discovery','1h','90d','0','0','4','','','','0','','','','','27393',NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2106INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27411','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.13.1.3.1.2]','10220','Temperature Discovery','temperature.discovery','1h','90d','0','0','4','','','','0','','','','','27394',NULL,'','','0','','','','','1',NULL,'','Discovery of ciscoEnvMonTemperatureTable (ciscoEnvMonTemperatureDescr), a table of ambient temperature status\r\nmaintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2107INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27412','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_INFO},1.3.6.1.4.1.9.9.13.1.5.1.2]','10220','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','','27395',NULL,'','','0','','','','','1',NULL,'','The table of power supply status maintained by the environmental monitor card.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2108INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27413','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_INFO},1.3.6.1.4.1.9.9.13.1.4.1.2]','10220','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','','27396',NULL,'','','0','','','','','1',NULL,'','The table of fan status maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2109INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27425','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.48.1.1.1.6.{#SNMPINDEX}','10218','{#SNMPVALUE}: Free memory','vm.memory.free[ciscoMemoryPoolFree.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','27415',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-MEMORY-POOL-MIB\r\nIndicates the number of bytes from the memory pool that are currently unused on the managed device. Note that the sum of ciscoMemoryPoolUsed and ciscoMemoryPoolFree is the total amount of memory in the pool\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2110INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27426','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.48.1.1.1.5.{#SNMPINDEX}','10218','{#SNMPVALUE}: Used memory','vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','27416',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-MEMORY-POOL-MIB\r\nIndicates the number of bytes from the memory pool that are currently in use by applications on the managed device.\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2111INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27427','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.109.1.1.1.1.8.{#SNMPINDEX}','10218','#{#SNMPINDEX}: CPU utilization','system.cpu.util[cpmCPUTotal5minRev.{#SNMPINDEX}]','5m','7d','365d','0','0','','%','','0','','','','','27417',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-PROCESS-MIB\r\nThe cpmCPUTotal5minRev MIB object provides a more accurate view of the performance of the router over time than the MIB objects cpmCPUTotal1minRev and cpmCPUTotal5secRev . These MIB objects are not accurate because they look at CPU at one minute and five second intervals, respectively. These MIBs enable you to monitor the trends and plan the capacity of your network. The recommended baseline rising threshold for cpmCPUTotal5minRev is 90 percent. Depending on the platform, some routers that run at 90 percent, for example, 2500s, can exhibit performance degradation versus a high-end router, for example, the 7500 series, which can operate fine.\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15215-collect-cpu-util-snmp.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2112INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27428','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.{#SNMPINDEX}','10218','{#ENT_NAME}: Hardware serial number','system.hw.serialnumber[entPhysicalSerialNum.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','','27419',NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2113INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27429','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.3.1.6.{#SNMPINDEX}','10218','{#SNMPVALUE}: Temperature status','sensor.temp.status[ciscoEnvMonTemperatureState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','','27420','28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB\r\nThe current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2114INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27430','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.3.1.3.{#SNMPINDEX}','10218','{#SNMPVALUE}: Temperature','sensor.temp.value[ciscoEnvMonTemperatureValue.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','','27421',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB\r\nThe current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2115INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27431','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.5.1.3.{#SNMPINDEX}','10218','{#SENSOR_INFO}: Power supply status','sensor.psu.status[ciscoEnvMonSupplyState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','','27422','28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2116INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27432','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.4.1.3.{#SNMPINDEX}','10218','{#SENSOR_INFO}: Fan status','sensor.fan.status[ciscoEnvMonFanState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','','27423','28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2117INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27443','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.48.1.1.1.6.{#SNMPINDEX}','10220','{#SNMPVALUE}: Free memory','vm.memory.free[ciscoMemoryPoolFree.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','27415',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-MEMORY-POOL-MIB\r\nIndicates the number of bytes from the memory pool that are currently unused on the managed device. Note that the sum of ciscoMemoryPoolUsed and ciscoMemoryPoolFree is the total amount of memory in the pool\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2118INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27444','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.48.1.1.1.5.{#SNMPINDEX}','10220','{#SNMPVALUE}: Used memory','vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','27416',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-MEMORY-POOL-MIB\r\nIndicates the number of bytes from the memory pool that are currently in use by applications on the managed device.\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2119INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27445','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.{#SNMPINDEX}','10220','{#ENT_NAME}: Hardware serial number','system.hw.serialnumber[entPhysicalSerialNum.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','','27419',NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2120INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27446','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.3.1.6.{#SNMPINDEX}','10220','{#SNMPVALUE}: Temperature status','sensor.temp.status[ciscoEnvMonTemperatureState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','','27420','28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB\r\nThe current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2121INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27447','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.3.1.3.{#SNMPINDEX}','10220','{#SNMPVALUE}: Temperature','sensor.temp.value[ciscoEnvMonTemperatureValue.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','','27421',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB\r\nThe current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2122INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27448','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.5.1.3.{#SNMPINDEX}','10220','{#SENSOR_INFO}: Power supply status','sensor.psu.status[ciscoEnvMonSupplyState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','','27422','28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2123INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27449','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.4.1.3.{#SNMPINDEX}','10220','{#SENSOR_INFO}: Fan status','sensor.fan.status[ciscoEnvMonFanState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','','27423','28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2124INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27450','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10221','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2125INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27451','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10221','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2126INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27452','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10221','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2127INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27453','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10221','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2128INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27454','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10221','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2129INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27455','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10221','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2130INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27456','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10221','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2131INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27457','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10221','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2132INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27458','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10221','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2133INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27459','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10221','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2134INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27460','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10221','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2135INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27461','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10221','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2136INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27465','17','','','10221','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2137INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27466','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10221','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2138INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27467','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10221','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2139INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27468','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10221','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2140INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27469','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10221','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2141INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27470','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10221','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2142INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27472','5','','','10221','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2143INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27486','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10222','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2144INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27487','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10222','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2145INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27488','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10222','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2146INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27489','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10222','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2147INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27490','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10222','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2148INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27491','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10222','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2149INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27492','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10222','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2150INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27493','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10222','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2151INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27494','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10222','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2152INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27495','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10222','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2153INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27499','17','','','10222','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2154INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27500','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10222','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2155INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27501','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10222','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2156INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27502','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10222','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2157INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27503','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10222','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2158INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27504','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10222','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2159INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27506','5','','','10222','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2160INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27520','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10223','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2161INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27521','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10223','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2162INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27522','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10223','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2163INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27523','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10223','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2164INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27524','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10223','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2165INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27525','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10223','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2166INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27526','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10223','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2167INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27527','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10223','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2168INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27528','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10223','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2169INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27529','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10223','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2170INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27530','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10223','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2171INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27531','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10223','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2172INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27535','17','','','10223','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2173INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27536','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10223','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2174INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27537','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10223','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2175INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27538','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10223','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2176INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27539','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10223','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2177INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27540','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10223','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2178INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27542','5','','','10223','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2179INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27556','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10224','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2180INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27557','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10224','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2181INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27558','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10224','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2182INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27559','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10224','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2183INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27560','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10224','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2184INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27561','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10224','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2185INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27562','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10224','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2186INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27563','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10224','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2187INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27564','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10224','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2188INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27565','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10224','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2189INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27566','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10224','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2190INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27567','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10224','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2191INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27571','17','','','10224','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2192INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27572','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10224','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2193INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27573','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10224','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2194INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27574','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10224','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2195INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27575','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10224','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2196INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27576','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10224','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2197INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27578','5','','','10224','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2198INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27596','1','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFNAME},1.3.6.1.2.1.2.2.1.2,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10225','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27068',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2199INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27597','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10225','Interface {#IFDESCR}: Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27069',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2200INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27598','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10225','Interface {#IFDESCR}: Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27076',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2201INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27599','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX}','10225','Interface {#IFDESCR}: Bits received','net.if.in[ifInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27074',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2202INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27600','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10225','Interface {#IFDESCR}: Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27072',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2203INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27601','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10225','Interface {#IFDESCR}: Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27073',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2204INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27602','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX}','10225','Interface {#IFDESCR}: Bits sent','net.if.out[ifOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27075',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2205INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27603','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX}','10225','Interface {#IFDESCR}: Speed','net.if.speed[ifSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27071',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in bits per second.\r\nFor interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,\r\nthis object should contain the nominal bandwidth.\r\nIf the bandwidth of the interface is greater than the maximum value reportable by this object then\r\nthis object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace\'s speed.\r\nFor a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2206INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27604','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10225','Interface {#IFDESCR}: Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27077','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2207INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27605','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10225','Interface {#IFDESCR}: Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27070','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2208INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27606','1','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10225','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27029',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2209INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27607','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10225','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27030','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2210INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27611','17','','','10225','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27146',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2211INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27612','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10225','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27145',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2212INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27613','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10225','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27142',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2213INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27614','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10225','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27147',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2214INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27615','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10225','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27141',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2215INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27616','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10225','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27144',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2216INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27618','5','','','10225','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27143','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2217INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27619','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFNAME},1.3.6.1.2.1.2.2.1.2,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10226','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27078',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2218INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27620','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10226','Interface {#IFDESCR}: Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27079',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2219INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27621','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10226','Interface {#IFDESCR}: Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27086',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2220INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27622','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX}','10226','Interface {#IFDESCR}: Bits received','net.if.in[ifInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27084',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2221INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27623','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10226','Interface {#IFDESCR}: Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27082',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2222INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27624','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10226','Interface {#IFDESCR}: Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27083',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2223INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27625','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX}','10226','Interface {#IFDESCR}: Bits sent','net.if.out[ifOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27085',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2224INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27626','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX}','10226','Interface {#IFDESCR}: Speed','net.if.speed[ifSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27081',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in bits per second.\r\nFor interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,\r\nthis object should contain the nominal bandwidth.\r\nIf the bandwidth of the interface is greater than the maximum value reportable by this object then\r\nthis object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace\'s speed.\r\nFor a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2225INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27627','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10226','Interface {#IFDESCR}: Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27087','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2226INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27628','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10226','Interface {#IFDESCR}: Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27080','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2227INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27629','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10226','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2228INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27630','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10226','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2229INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27634','17','','','10226','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2230INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27635','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10226','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2231INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27636','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10226','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2232INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27637','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10226','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2233INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27638','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10226','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2234INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27639','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10226','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2235INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27641','5','','','10226','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2236INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27642','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10227','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2237INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27643','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10227','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2238INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27644','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10227','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2239INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27645','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10227','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2240INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27646','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10227','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2241INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27647','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10227','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2242INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27648','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10227','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2243INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27649','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10227','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2244INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27650','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10227','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2245INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27651','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10227','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2246INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27652','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10227','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2247INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27653','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10227','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2248INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27657','17','','','10227','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2249INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27658','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10227','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2250INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27659','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10227','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2251INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27660','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10227','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2252INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27661','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10227','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2253INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27662','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10227','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2254INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27664','5','','','10227','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2255INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27722','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10229','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2256INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27723','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10229','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2257INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27724','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10229','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2258INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27725','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10229','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2259INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27726','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10229','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2260INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27727','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10229','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2261INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27728','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10229','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2262INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27729','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10229','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2263INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27730','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10229','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2264INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27731','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10229','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2265INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27732','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10229','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2266INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27733','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10229','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2267INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27737','17','','','10229','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2268INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27738','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10229','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2269INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27739','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10229','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2270INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27740','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10229','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2271INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27741','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10229','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2272INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27742','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10229','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2273INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27744','5','','','10229','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2274INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27756','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10230','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2275INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27757','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10230','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2276INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27758','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10230','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2277INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27759','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10230','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2278INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27760','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10230','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2279INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27761','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10230','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2280INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27762','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10230','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2281INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27763','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10230','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2282INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27764','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10230','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2283INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27765','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10230','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2284INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27769','17','','','10230','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2285INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27770','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10230','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2286INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27771','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10230','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2287INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27772','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10230','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2288INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27773','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10230','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2289INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27774','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10230','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2290INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27776','5','','','10230','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2291INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27788','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10231','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2292INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27789','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10231','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2293INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27790','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10231','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2294INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27791','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10231','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2295INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27792','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10231','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2296INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27793','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10231','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2297INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27794','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10231','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2298INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27795','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10231','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2299INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27796','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10231','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2300INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27797','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10231','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2301INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27798','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10231','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2302INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27799','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10231','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2303INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27803','17','','','10231','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2304INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27804','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10231','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2305INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27805','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10231','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2306INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27806','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10231','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2307INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27807','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10231','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2308INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27808','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10231','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2309INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27810','5','','','10231','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2310INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27872','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10233','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2311INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27873','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10233','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2312INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27874','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10233','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2313INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27875','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10233','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2314INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27876','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10233','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2315INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27877','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10233','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2316INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27878','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10233','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2317INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27879','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10233','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2318INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27880','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10233','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2319INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27881','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10233','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2320INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27885','17','','','10233','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2321INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27886','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10233','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2322INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27887','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10233','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2323INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27888','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10233','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2324INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27889','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10233','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2325INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27890','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10233','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2326INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27892','5','','','10233','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2327INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27909','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10234','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2328INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27910','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10234','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2329INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27911','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10234','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2330INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27912','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10234','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2331INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27913','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10234','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2332INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27914','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10234','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2333INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27915','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10234','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2334INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27916','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10234','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2335INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27917','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10234','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2336INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27918','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10234','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2337INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27922','17','','','10234','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2338INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27923','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10234','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2339INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27924','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10234','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2340INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27925','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10234','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2341INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27926','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10234','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2342INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27927','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10234','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2343INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27929','5','','','10234','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2344INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27944','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10235','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2345INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27945','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10235','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2346INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27946','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10235','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2347INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27947','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10235','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2348INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27948','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10235','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2349INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27949','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10235','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2350INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27950','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10235','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2351INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27951','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10235','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2352INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27952','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10235','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2353INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27953','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10235','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2354INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27954','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10235','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2355INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27955','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10235','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2356INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27959','17','','','10235','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2357INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27960','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10235','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2358INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27961','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10235','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2359INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27962','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10235','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2360INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27963','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10235','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2361INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27964','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10235','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2362INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27966','5','','','10235','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2363INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27976','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFNAME},1.3.6.1.2.1.2.2.1.2,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10236','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27078',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2364INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27977','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10236','Interface {#IFDESCR}: Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27079',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2365INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27978','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10236','Interface {#IFDESCR}: Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27086',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2366INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27979','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX}','10236','Interface {#IFDESCR}: Bits received','net.if.in[ifInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27084',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2367INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27980','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10236','Interface {#IFDESCR}: Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27082',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2368INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27981','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10236','Interface {#IFDESCR}: Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27083',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2369INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27982','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX}','10236','Interface {#IFDESCR}: Bits sent','net.if.out[ifOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27085',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2370INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27983','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX}','10236','Interface {#IFDESCR}: Speed','net.if.speed[ifSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27081',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in bits per second.\r\nFor interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,\r\nthis object should contain the nominal bandwidth.\r\nIf the bandwidth of the interface is greater than the maximum value reportable by this object then\r\nthis object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace\'s speed.\r\nFor a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2371INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27984','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10236','Interface {#IFDESCR}: Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27087','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2372INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27985','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10236','Interface {#IFDESCR}: Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27080','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2373INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27989','17','','','10236','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2374INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27990','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10236','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2375INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27991','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10236','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2376INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27992','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10236','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2377INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27993','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10236','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2378INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27994','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10236','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2379INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27996','5','','','10236','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2380INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28005','1','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFNAME},1.3.6.1.2.1.2.2.1.2,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10237','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27068',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2381INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28006','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10237','Interface {#IFDESCR}: Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27069',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2382INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28007','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10237','Interface {#IFDESCR}: Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27076',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2383INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28008','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX}','10237','Interface {#IFDESCR}: Bits received','net.if.in[ifInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27074',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2384INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28009','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10237','Interface {#IFDESCR}: Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27072',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2385INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28010','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10237','Interface {#IFDESCR}: Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27073',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2386INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28011','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX}','10237','Interface {#IFDESCR}: Bits sent','net.if.out[ifOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27075',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2387INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28012','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX}','10237','Interface {#IFDESCR}: Speed','net.if.speed[ifSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27071',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in bits per second.\r\nFor interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,\r\nthis object should contain the nominal bandwidth.\r\nIf the bandwidth of the interface is greater than the maximum value reportable by this object then\r\nthis object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace\'s speed.\r\nFor a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2388INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28013','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10237','Interface {#IFDESCR}: Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27077','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2389INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28014','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10237','Interface {#IFDESCR}: Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27070','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2390INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28018','17','','','10237','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27146',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2391INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28019','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10237','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27145',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2392INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28020','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10237','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27142',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2393INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28021','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10237','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27147',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2394INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28022','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10237','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27141',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2395INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28023','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10237','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27144',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2396INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28025','5','','','10237','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27143','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2397INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28058','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10248','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2398INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28059','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10248','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2399INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28060','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10248','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2400INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28061','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10248','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2401INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28062','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10248','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2402INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28063','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10248','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2403INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28064','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10248','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2404INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28065','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10248','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2405INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28066','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10248','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2406INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28067','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10248','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2407INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28068','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10248','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2408INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28069','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10248','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2409INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28073','17','','','10248','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2410INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28074','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10248','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2411INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28075','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10248','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2412INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28076','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10248','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2413INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28077','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10248','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2414INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28078','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10248','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2415INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28080','5','','','10248','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2416INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28097','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10249','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27118',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2417INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28098','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10249','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27119',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2418INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28099','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10249','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27126',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2419INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28100','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX}','10249','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27124',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2420INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28101','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10249','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27122',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2421INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28102','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10249','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27123',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2422INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28103','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX}','10249','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27125',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2423INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28104','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10249','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27121',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2424INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28105','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10249','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27127','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2425INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28106','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10249','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27120','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2426INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28110','17','','','10249','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2427INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28111','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10249','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2428INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28112','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10249','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2429INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28113','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10249','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2430INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28114','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10249','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2431INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28115','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10249','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2432INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28117','5','','','10249','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2433INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28118','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10250','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2434INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28119','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10250','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2435INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28120','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10250','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2436INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28121','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10250','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2437INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28122','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10250','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2438INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28123','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10250','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2439INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28124','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10250','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2440INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28125','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10250','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2441INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28126','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10250','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2442INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28127','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10250','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2443INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28128','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10250','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2444INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28129','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10250','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2445INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28133','17','','','10250','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2446INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28134','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10250','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2447INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28135','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10250','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2448INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28136','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10250','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2449INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28137','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10250','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2450INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28138','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10250','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2451INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28140','5','','','10250','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2452INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28175','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10251','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2453INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28176','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10251','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2454INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28177','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10251','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2455INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28178','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10251','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2456INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28179','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10251','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2457INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28180','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10251','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2458INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28181','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10251','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2459INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28182','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10251','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2460INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28183','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10251','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2461INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28184','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10251','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2462INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28188','17','','','10251','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2463INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28189','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10251','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2464INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28190','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10251','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2465INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28191','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10251','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2466INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28192','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10251','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2467INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28193','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10251','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2468INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28195','5','','','10251','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2469INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28207','4','{$SNMP_COMMUNITY}','discovery[{#ENT_CLASS},1.3.6.1.2.1.47.1.1.1.1.5,{#ENT_NAME},1.3.6.1.2.1.47.1.1.1.1.7,{#ENT_SN},1.3.6.1.2.1.47.1.1.1.1.11]','10253','Entity Serial Numbers Discovery','entity_sn.discovery','1h','90d','0','0','4','','','','0','','','','','27393',NULL,'','','0','','','','','1',NULL,'','','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2470INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28208','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.{#SNMPINDEX}','10253','{#ENT_NAME}: Hardware serial number','system.hw.serialnumber[entPhysicalSerialNum.{#SNMPINDEX}]','1h','2w','0','0','1','','','','0','','','','','27419',NULL,'','','0','','','','','2',NULL,'','MIB: ENTITY-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2471INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28209','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.13.1','10253','Hardware model name','system.hw.model','1h','2w','0','0','1','','','','0','','','','','27379',NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2472INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28210','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.47.1.1.1.1.11.1','10253','Hardware serial number','system.hw.serialnumber','1h','2w','0','0','1','','','','0','','','','','27378',NULL,'','','0','','','','','0',NULL,'','MIB: ENTITY-MIB','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2473INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28212','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_INFO},1.3.6.1.4.1.9.9.13.1.4.1.2]','10253','FAN Discovery','fan.discovery','1h','90d','0','0','4','','','','0','','','','','27396',NULL,'','','0','','','','','1',NULL,'','The table of fan status maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2474INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28213','4','{$SNMP_COMMUNITY}','discovery[{#SENSOR_INFO},1.3.6.1.4.1.9.9.13.1.5.1.2]','10253','PSU Discovery','psu.discovery','1h','90d','0','0','4','','','','0','','','','','27395',NULL,'','','0','','','','','1',NULL,'','The table of power supply status maintained by the environmental monitor card.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2475INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28214','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.13.1.3.1.2]','10253','Temperature Discovery','temperature.discovery','1h','90d','0','0','4','','','','0','','','','','27394',NULL,'','','0','','','','','1',NULL,'','Discovery of ciscoEnvMonTemperatureTable (ciscoEnvMonTemperatureDescr), a table of ambient temperature status\r\nmaintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2476INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28215','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.4.1.3.{#SNMPINDEX}','10253','{#SENSOR_INFO}: Fan status','sensor.fan.status[ciscoEnvMonFanState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','','27423','28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2477INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28216','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.5.1.3.{#SNMPINDEX}','10253','{#SENSOR_INFO}: Power supply status','sensor.psu.status[ciscoEnvMonSupplyState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','','27422','28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2478INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28217','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.3.1.6.{#SNMPINDEX}','10253','{#SNMPVALUE}: Temperature status','sensor.temp.status[ciscoEnvMonTemperatureState.{#SNMPINDEX}]','3m','2w','0d','0','3','','','','0','','','','','27420','28','','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB\r\nThe current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2479INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28218','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.13.1.3.1.3.{#SNMPINDEX}','10253','{#SNMPVALUE}: Temperature','sensor.temp.value[ciscoEnvMonTemperatureValue.{#SNMPINDEX}]','3m','30d','365d','0','0','','°C','','0','','','','','27421',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-ENVMON-MIB\r\nThe current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2480INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28219','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.48.1.1.1.2]','10253','Memory Discovery','memory.discovery','1h','90d','0','0','4','','','','0','','','','','27390',NULL,'','','0','','','','','1',NULL,'','Discovery of ciscoMemoryPoolTable, a table of memory pool monitoring entries.\r\nhttp://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2481INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28220','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.48.1.1.1.6.{#SNMPINDEX}','10253','{#SNMPVALUE}: Free memory','vm.memory.free[ciscoMemoryPoolFree.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','27415',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-MEMORY-POOL-MIB\r\nIndicates the number of bytes from the memory pool that are currently unused on the managed device. Note that the sum of ciscoMemoryPoolUsed and ciscoMemoryPoolFree is the total amount of memory in the pool\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2482INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28222','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.48.1.1.1.5.{#SNMPINDEX}','10253','{#SNMPVALUE}: Used memory','vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','27416',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-MEMORY-POOL-MIB\r\nIndicates the number of bytes from the memory pool that are currently in use by applications on the managed device.\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15216-contiguous-memory.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2483INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28223','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10253','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2484INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28224','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10253','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2485INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28225','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10253','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2486INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28226','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10253','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2487INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28227','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10253','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2488INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28228','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10253','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2489INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28229','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10253','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2490INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28230','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10253','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2491INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28231','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10253','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2492INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28232','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10253','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2493INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28236','17','','','10253','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2494INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28237','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10253','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2495INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28238','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10253','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2496INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28239','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10253','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2497INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28240','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10253','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2498INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28241','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10253','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2499INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28243','5','','','10253','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2500INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28245','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.4.1.9.9.109.1.1.1.1.5]','10253','CPU Discovery','cpu.discovery','1h','90d','0','0','4','','','','0','','','','','28244',NULL,'','','0','','','','','1',NULL,'','If your IOS device has several CPUs, you must use CISCO-PROCESS-MIB and its object cpmCPUTotal5minRev from the table called cpmCPUTotalTable ,\r\nindexed with cpmCPUTotalIndex .\r\nThis table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,\r\nlike different CPU chips, group of CPUs, or CPUs in different modules/cards.\r\nIn case of a single CPU, cpmCPUTotalTable has only one entry.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2501INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28247','4','{$SNMP_COMMUNITY}','1.3.6.1.4.1.9.9.109.1.1.1.1.5.{#SNMPINDEX}','10253','{#SNMPVALUE}: CPU utilization','system.cpu.util[cpmCPUTotal5min.{#SNMPINDEX}]','5m','7d','365d','0','0','','%','','0','','','','','28246',NULL,'','','0','','','','','2',NULL,'','MIB: CISCO-PROCESS-MIB\r\nThe overall CPU busy percentage in the last 5 minute\r\nperiod. This object deprecates the avgBusy5 object from\r\nthe OLD-CISCO-SYSTEM-MIB. This object is deprecated\r\nby cpmCPUTotal5minRev which has the changed range\r\nof value (0..100)\r\nReference: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15215-collect-cpu-util-snmp.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2502INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28249','5','','','10084','Zabbix preprocessing queue','zabbix[preprocessing_queue]','1m','1w','365d','0','3','','','','0','','','','','28248',NULL,'','','0','','','','','0',NULL,'','Count of values enqueued in the preprocessing queue.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2503INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28253','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10225','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28252',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2504INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28254','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10237','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28252',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2505INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28256','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10207','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2506INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28257','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10208','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2507INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28258','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10210','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2508INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28259','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10211','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2509INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28260','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10218','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2510INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28261','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10220','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2511INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28262','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10221','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2512INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28263','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10222','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2513INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28264','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10223','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2514INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28265','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10224','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2515INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28266','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10226','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2516INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28267','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10227','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2517INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28268','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10229','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2518INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28269','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10230','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2519INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28270','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10231','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2520INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28271','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10233','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2521INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28272','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10234','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2522INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28273','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10235','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2523INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28274','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10236','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2524INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28275','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10248','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2525INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28276','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10249','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2526INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28277','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10250','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2527INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28278','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10251','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2528INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28279','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10253','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2529INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28280','4','{$SNMP_COMMUNITY}','discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2]','10254','EtherLike-MIB Discovery','net.if.duplex.discovery','1h','90d','0','0','4','','','','0','','','','','27031',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2530INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28281','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX}','10254','Interface {#IFNAME}({#IFALIAS}): Duplex status','net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}]','5m','1w','0d','0','3','','','','0','','','','','27032','19','','','0','','','','','2',NULL,'','MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  \'unknown\' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2531INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28285','17','','','10254','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2532INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28286','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10254','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2533INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28287','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10254','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2534INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28288','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10254','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2535INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28289','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10254','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2536INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28290','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10254','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2537INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28291','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10254','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2538INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28292','5','','','10254','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2539INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28293','4','{$SNMP_COMMUNITY}','discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3]','10254','Network interfaces discovery','net.if.discovery','1h','90d','0','0','4','','','','0','','','','','27098',NULL,'','','0','','','','','1',NULL,'','Discovering interfaces from IF-MIB.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2540INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28294','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX}','10254','Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded','net.if.in.discards[ifInDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27099',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of inbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2541INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28295','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}','10254','Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors','net.if.in.errors[ifInErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27106',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2542INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28296','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.6.{#SNMPINDEX}','10254','Interface {#IFNAME}({#IFALIAS}): Bits received','net.if.in[ifHCInOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27104',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2543INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28297','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX}','10254','Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded','net.if.out.discards[ifOutDiscards.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27102',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe number of outbound packets which were chosen to be discarded\r\neven though no errors had been detected to prevent their being deliverable to a higher-layer protocol.\r\nOne possible reason for discarding such a packet could be to free up buffer space.\r\nDiscontinuities in the value of this counter can occur at re-initialization of the management system,\r\nand at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2544INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28298','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}','10254','Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors','net.if.out.errors[ifOutErrors.{#SNMPINDEX}]','3m','7d','365d','0','3','','','','0','','','','','27103',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2545INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28299','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX}','10254','Interface {#IFNAME}({#IFALIAS}): Bits sent','net.if.out[ifHCOutOctets.{#SNMPINDEX}]','3m','7d','365d','0','3','','bps','','0','','','','','27105',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2546INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28300','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX}','10254','Interface {#IFNAME}({#IFALIAS}): Speed','net.if.speed[ifHighSpeed.{#SNMPINDEX}]','5m','7d','0d','0','3','','bps','','0','','','','','27101',NULL,'','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nAn estimate of the interface\'s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n\' then the speed of the interface is somewhere in the range of `n-500,000\' to`n+499,999\'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2547INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28301','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX}','10254','Interface {#IFNAME}({#IFALIAS}): Operational status','net.if.status[ifOperStatus.{#SNMPINDEX}]','1m','7d','0','0','3','','','','0','','','','','27107','20','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2548INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28302','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX}','10254','Interface {#IFNAME}({#IFALIAS}): Interface type','net.if.type[ifType.{#SNMPINDEX}]','1h','7d','0d','0','3','','','','0','','','','','27100','21','','','0','','','','','2',NULL,'','MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2549INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28333','17','','','10255','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2550INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28334','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10255','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2551INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28335','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10255','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2552INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28336','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10255','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2553INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28337','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10255','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2554INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28338','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10255','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2555INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28339','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10255','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2556INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28340','5','','','10255','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2557INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28380','17','','','10256','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2558INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28381','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10256','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2559INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28382','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10256','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2560INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28383','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10256','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2561INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28384','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10256','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2562INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28385','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10256','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2563INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28386','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10256','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2564INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28387','5','','','10256','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2565INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28429','17','','','10257','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27146',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2566INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28430','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10257','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27145',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2567INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28431','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10257','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27142',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2568INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28432','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10257','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27147',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2569INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28433','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10257','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27141',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2570INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28434','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10257','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27144',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2571INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28435','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10257','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28252',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2572INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28436','5','','','10257','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27143','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2573INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28457','17','','','10258','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2574INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28458','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10258','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2575INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28459','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10258','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2576INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28460','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10258','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2577INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28461','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10258','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2578INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28462','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10258','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2579INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28463','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10258','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2580INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28464','5','','','10258','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2581INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28485','17','','','10259','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2582INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28486','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10259','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2583INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28487','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10259','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2584INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28488','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10259','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2585INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28489','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10259','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2586INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28490','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10259','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2587INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28491','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10259','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2588INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28492','5','','','10259','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2589INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28498','0','','','10084','CPU guest time','system.cpu.util[,guest]','1m','1w','365d','0','0','','%','','0','','','','','28497',NULL,'','','0','','','','','0','1','','The time spent running a virtual CPU for guest operating systems','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2590INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28500','0','','','10084','CPU guest nice time','system.cpu.util[,guest_nice]','1m','1w','365d','0','0','','%','','0','','','','','28499',NULL,'','','0','','','','','0','1','','The time spent running a niced guest (virtual CPU for guest operating systems)','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2591INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28617','17','','','10263','SNMP traps (fallback)','snmptrap.fallback','5m','2w','0','0','2','','','','0','','','','hh:mm:sszyyyy/MM/dd','27157',NULL,'','','0','','','','','0',NULL,'','Item is used to collect all SNMP traps unmatched by other snmptrap items','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2592INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28618','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.4.0','10263','Device contact details','system.contact','1h','2w','0','0','1','','','','0','','','','','27156',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe textual identification of the contact person for this managed node, together with information on how to contact this person.  If no contact information is known, the value is the zero-length string.','23','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2593INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28619','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10263','Device description','system.descr','1h','2w','0','0','1','','','','0','','','','','27153',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nA textual description of the entity.  This value should\r\ninclude the full name and version identification of the system\'s hardware type, software operating-system, and\r\nnetworking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2594INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28620','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.6.0','10263','Device location','system.location','1h','2w','0','0','1','','','','0','','','','','27158',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe physical location of this node (e.g., `telephone closet, 3rd floor\').  If the location is unknown, the value is the zero-length string.','24','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2595INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28621','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.5.0','10263','Device name','system.name','1h','2w','0','0','1','','','','0','','','','','27152',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node\'s fully-qualified domain name.  If the name is unknown, the value is the zero-length string.','3','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2596INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28622','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.2.0','10263','System object ID','system.objectid','1h','2w','0','0','1','','','','0','','','','','27155',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe vendor\'s authoritative identification of the network management subsystem contained in the entity.  This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining`what kind of box\' is being managed.  For example, if vendor`Flintstones, Inc.\' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router\'.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2597INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28623','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.3.0','10263','Device uptime','system.uptime[sysUpTime]','30s','2w','0d','0','3','','uptime','','0','','','','','28255',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB\r\nThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2598INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28624','5','','','10263','SNMP availability','zabbix[host,snmp,available]','1m','2w','0d','0','3','','','','0','','','','','27154','22','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2599INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28656','4','{$SNMP_COMMUNITY}','discovery[{#CPU.UTIL},1.3.6.1.2.1.25.3.3.1.2]','10185','CPU utilization','system.cpu.util','1m','7d','365d','0','0','','%','','0','','','','','28655',NULL,'','','0','','','','','0',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe average, over the last minute, of the percentage of time that processors was not idle.\r\nImplementations may approximate this one minute smoothing period if necessary.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2600INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28663','4','{$SNMP_COMMUNITY}','discovery[{#FSNAME},1.3.6.1.2.1.25.2.3.1.3,{#FSTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10185','Storage discovery','vfs.fs.discovery[snmp]','1h','90d','0','0','4','','','','0','','','','','28661',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with storage filter.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2601INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28664','4','{$SNMP_COMMUNITY}','discovery[{#MEMNAME},1.3.6.1.2.1.25.2.3.1.3,{#MEMTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10185','Memory discovery','vm.memory.discovery','1h','90d','0','0','4','','','','0','','','','','28662',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with memory filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2602INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28679','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10185','{#FSNAME}: Used space','vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28673',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2603INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28680','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10185','{#FSNAME}: Total space','vfs.fs.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28674',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main storage allocated to a buffer pool might be modified or the amount of disk space allocated to virtual storage might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2604INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28681','15','','','10185','{#FSNAME}: Space utilization','vfs.fs.pused[storageUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28675',NULL,'(last("vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]")/last("vfs.fs.total[hrStorageSize.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Space utilization in % for {#FSNAME}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2605INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28682','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10185','{#MEMNAME}: Used memory','vm.memory.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28676',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2606INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28683','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10185','{#MEMNAME}: Total memory','vm.memory.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28677',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2607INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28684','15','','','10185','{#MEMNAME}: Memory utilization','vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28678',NULL,'last("vm.memory.used[hrStorageUsed.{#SNMPINDEX}]")/last("vm.memory.total[hrStorageSize.{#SNMPINDEX}]")*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2608INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28710','1','{$SNMP_COMMUNITY}','discovery[{#CPU.UTIL},1.3.6.1.2.1.25.3.3.1.2]','10184','CPU utilization','system.cpu.util','1m','7d','365d','0','0','','%','','0','','','','','28709',NULL,'','','0','','','','','0',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe average, over the last minute, of the percentage of time that processors was not idle.\r\nImplementations may approximate this one minute smoothing period if necessary.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2609INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28713','1','{$SNMP_COMMUNITY}','discovery[{#FSNAME},1.3.6.1.2.1.25.2.3.1.3,{#FSTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10184','Storage discovery','vfs.fs.discovery[snmp]','1h','90d','0','0','4','','','','0','','','','','28711',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with storage filter.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2610INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28714','1','{$SNMP_COMMUNITY}','discovery[{#MEMNAME},1.3.6.1.2.1.25.2.3.1.3,{#MEMTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10184','Memory discovery','vm.memory.discovery','1h','90d','0','0','4','','','','0','','','','','28712',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with memory filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2611INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28721','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10184','{#FSNAME}: Used space','vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28715',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2612INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28722','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10184','{#FSNAME}: Total space','vfs.fs.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28716',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main storage allocated to a buffer pool might be modified or the amount of disk space allocated to virtual storage might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2613INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28723','15','','','10184','{#FSNAME}: Space utilization','vfs.fs.pused[storageUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28717',NULL,'(last("vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]")/last("vfs.fs.total[hrStorageSize.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Space utilization in % for {#FSNAME}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2614INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28724','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10184','{#MEMNAME}: Used memory','vm.memory.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28718',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2615INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28725','1','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10184','{#MEMNAME}: Total memory','vm.memory.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28719',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2616INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28726','15','','','10184','{#MEMNAME}: Memory utilization','vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28720',NULL,'last("vm.memory.used[hrStorageUsed.{#SNMPINDEX}]")/last("vm.memory.total[hrStorageSize.{#SNMPINDEX}]")*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2617INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28728','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10218','Operating system','system.sw.os[sysDescr.0]','1h','2w','0','0','1','','','','0','','','','','28727',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2618INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28729','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10220','Operating system','system.sw.os[sysDescr.0]','1h','2w','0','0','1','','','','0','','','','','28727',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2619INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28730','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.1.1.0','10253','Operating system','system.sw.os[sysDescr.0]','1h','2w','0','0','1','','','','0','','','','','28727',NULL,'','','0','','','','','0',NULL,'','MIB: SNMPv2-MIB','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2620INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28732','15','','','10218','{#SNMPVALUE}: Memory utilization','vm.memory.util[vm.memory.util.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28731',NULL,'last("vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]")/(last("vm.memory.free[ciscoMemoryPoolFree.{#SNMPINDEX}]")+last("vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2621INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28733','15','','','10220','{#SNMPVALUE}: Memory utilization','vm.memory.util[vm.memory.util.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28731',NULL,'last("vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]")/(last("vm.memory.free[ciscoMemoryPoolFree.{#SNMPINDEX}]")+last("vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2622INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28734','15','','','10253','{#SNMPVALUE}: Memory utilization','vm.memory.util[vm.memory.util.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28731',NULL,'last("vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]")/(last("vm.memory.free[ciscoMemoryPoolFree.{#SNMPINDEX}]")+last("vm.memory.used[ciscoMemoryPoolUsed.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2623INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23287','0','','','10084','Agent ping','agent.ping','1m','1w','365d','0','3','','','','0','','','','','10020','10','','','0','','','','','0','1','','The agent always returns 1 for this item. It could be used in combination with nodata() for availability check.','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2624INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23288','0','','','10084','Version of zabbix_agent(d) running','agent.version','1h','1w','0','0','1','','','','0','','','','','10059',NULL,'','','0','','','','','0','1','','','0','0','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2625INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('23327','0','','','10084','Host name of zabbix_agentd running','agent.hostname','1h','1w','0','0','1','','','','0','','','','','23319',NULL,'','','0','','','','','0','1','','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2626INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27192','3','','','10207','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2627INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27193','3','','','10207','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2628INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27194','3','','','10207','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2629INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27225','3','','','10208','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2630INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27226','3','','','10208','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2631INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27227','3','','','10208','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2632INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27261','3','','','10210','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2633INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27262','3','','','10210','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2634INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27263','3','','','10210','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2635INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27282','3','','','10211','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2636INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27283','3','','','10211','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2637INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27284','3','','','10211','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2638INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27333','3','','','10218','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2639INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27334','3','','','10218','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2640INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27335','3','','','10218','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2641INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27365','3','','','10220','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2642INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27366','3','','','10220','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2643INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27367','3','','','10220','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2644INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27462','3','','','10221','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2645INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27463','3','','','10221','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2646INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27464','3','','','10221','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2647INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27496','3','','','10222','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2648INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27497','3','','','10222','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2649INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27498','3','','','10222','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2650INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27532','3','','','10223','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2651INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27533','3','','','10223','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2652INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27534','3','','','10223','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2653INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27568','3','','','10224','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2654INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27569','3','','','10224','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2655INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27570','3','','','10224','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2656INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27608','3','','','10225','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27138','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2657INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27609','3','','','10225','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27139',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2658INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27610','3','','','10225','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27140',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2659INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27631','3','','','10226','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2660INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27632','3','','','10226','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2661INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27633','3','','','10226','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2662INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27654','3','','','10227','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2663INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27655','3','','','10227','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2664INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27656','3','','','10227','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2665INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27734','3','','','10229','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2666INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27735','3','','','10229','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2667INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27736','3','','','10229','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2668INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27766','3','','','10230','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2669INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27767','3','','','10230','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2670INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27768','3','','','10230','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2671INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27800','3','','','10231','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2672INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27801','3','','','10231','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2673INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27802','3','','','10231','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2674INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27882','3','','','10233','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2675INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27883','3','','','10233','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2676INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27884','3','','','10233','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2677INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27919','3','','','10234','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2678INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27920','3','','','10234','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2679INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27921','3','','','10234','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2680INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27956','3','','','10235','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2681INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27957','3','','','10235','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2682INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27958','3','','','10235','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2683INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27986','3','','','10236','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2684INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27987','3','','','10236','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2685INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('27988','3','','','10236','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2686INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28015','3','','','10237','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27138','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2687INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28016','3','','','10237','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27139',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2688INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28017','3','','','10237','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27140',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2689INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28070','3','','','10248','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2690INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28071','3','','','10248','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2691INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28072','3','','','10248','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2692INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28107','3','','','10249','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2693INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28108','3','','','10249','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2694INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28109','3','','','10249','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2695INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28130','3','','','10250','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2696INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28131','3','','','10250','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2697INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28132','3','','','10250','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2698INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28185','3','','','10251','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2699INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28186','3','','','10251','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2700INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28187','3','','','10251','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2701INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28233','3','','','10253','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2702INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28234','3','','','10253','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2703INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28235','3','','','10253','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2704INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28282','3','','','10254','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2705INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28283','3','','','10254','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2706INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28284','3','','','10254','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2707INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28330','3','','','10255','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2708INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28331','3','','','10255','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2709INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28332','3','','','10255','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2710INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28377','3','','','10256','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2711INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28378','3','','','10256','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2712INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28379','3','','','10256','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2713INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28426','3','','','10257','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27138','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2714INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28427','3','','','10257','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27139',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2715INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28428','3','','','10257','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27140',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2716INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28454','3','','','10258','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2717INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28455','3','','','10258','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2718INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28456','3','','','10258','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2719INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28482','3','','','10259','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2720INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28483','3','','','10259','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2721INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28484','3','','','10259','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2722INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28614','3','','','10263','ICMP ping','icmpping','1m','1w','365d','0','3','','','','0','','','','','27149','1','','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2723INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28615','3','','','10263','ICMP loss','icmppingloss','1m','1w','365d','0','0','','%','','0','','','','','27150',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2724INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28616','3','','','10263','ICMP response time','icmppingsec','1m','1w','365d','0','0','','s','','0','','','','','27151',NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2725INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28657','4','{$SNMP_COMMUNITY}','discovery[{#CPU.UTIL},1.3.6.1.2.1.25.3.3.1.2]','10248','CPU utilization','system.cpu.util','1m','7d','365d','0','0','','%','','0','','','','','28656',NULL,'','','0','','','','','0',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe average, over the last minute, of the percentage of time that processors was not idle.\r\nImplementations may approximate this one minute smoothing period if necessary.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2726INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28658','4','{$SNMP_COMMUNITY}','discovery[{#CPU.UTIL},1.3.6.1.2.1.25.3.3.1.2]','10249','CPU utilization','system.cpu.util','1m','7d','365d','0','0','','%','','0','','','','','28656',NULL,'','','0','','','','','0',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe average, over the last minute, of the percentage of time that processors was not idle.\r\nImplementations may approximate this one minute smoothing period if necessary.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2727INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28659','4','{$SNMP_COMMUNITY}','discovery[{#CPU.UTIL},1.3.6.1.2.1.25.3.3.1.2]','10251','CPU utilization','system.cpu.util','1m','7d','365d','0','0','','%','','0','','','','','28656',NULL,'','','0','','','','','0',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe average, over the last minute, of the percentage of time that processors was not idle.\r\nImplementations may approximate this one minute smoothing period if necessary.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2728INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28660','4','{$SNMP_COMMUNITY}','discovery[{#CPU.UTIL},1.3.6.1.2.1.25.3.3.1.2]','10254','CPU utilization','system.cpu.util','1m','7d','365d','0','0','','%','','0','','','','','28656',NULL,'','','0','','','','','0',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe average, over the last minute, of the percentage of time that processors was not idle.\r\nImplementations may approximate this one minute smoothing period if necessary.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2729INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28665','4','{$SNMP_COMMUNITY}','discovery[{#FSNAME},1.3.6.1.2.1.25.2.3.1.3,{#FSTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10248','Storage discovery','vfs.fs.discovery[snmp]','1h','90d','0','0','4','','','','0','','','','','28663',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with storage filter.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2730INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28666','4','{$SNMP_COMMUNITY}','discovery[{#MEMNAME},1.3.6.1.2.1.25.2.3.1.3,{#MEMTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10248','Memory discovery','vm.memory.discovery','1h','90d','0','0','4','','','','0','','','','','28664',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with memory filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2731INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28667','4','{$SNMP_COMMUNITY}','discovery[{#FSNAME},1.3.6.1.2.1.25.2.3.1.3,{#FSTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10249','Storage discovery','vfs.fs.discovery[snmp]','1h','90d','0','0','4','','','','0','','','','','28663',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with storage filter.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2732INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28668','4','{$SNMP_COMMUNITY}','discovery[{#MEMNAME},1.3.6.1.2.1.25.2.3.1.3,{#MEMTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10249','Memory discovery','vm.memory.discovery','1h','90d','0','0','4','','','','0','','','','','28664',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with memory filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2733INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28669','4','{$SNMP_COMMUNITY}','discovery[{#FSNAME},1.3.6.1.2.1.25.2.3.1.3,{#FSTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10251','Storage discovery','vfs.fs.discovery[snmp]','1h','90d','0','0','4','','','','0','','','','','28663',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with storage filter.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2734INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28670','4','{$SNMP_COMMUNITY}','discovery[{#MEMNAME},1.3.6.1.2.1.25.2.3.1.3,{#MEMTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10251','Memory discovery','vm.memory.discovery','1h','90d','0','0','4','','','','0','','','','','28664',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with memory filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2735INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28671','4','{$SNMP_COMMUNITY}','discovery[{#FSNAME},1.3.6.1.2.1.25.2.3.1.3,{#FSTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10254','Storage discovery','vfs.fs.discovery[snmp]','1h','90d','0','0','4','','','','0','','','','','28663',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with storage filter.','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2736INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28672','4','{$SNMP_COMMUNITY}','discovery[{#MEMNAME},1.3.6.1.2.1.25.2.3.1.3,{#MEMTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]','10254','Memory discovery','vm.memory.discovery','1h','90d','0','0','4','','','','0','','','','','28664',NULL,'','','0','','','','','1',NULL,'','HOST-RESOURCES-MIB::hrStorage discovery with memory filter','0','30d','0','0','','1','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2737INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28685','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10248','{#FSNAME}: Used space','vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28679',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2738INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28686','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10248','{#FSNAME}: Total space','vfs.fs.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28680',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main storage allocated to a buffer pool might be modified or the amount of disk space allocated to virtual storage might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2739INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28687','15','','','10248','{#FSNAME}: Space utilization','vfs.fs.pused[storageUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28681',NULL,'(last("vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]")/last("vfs.fs.total[hrStorageSize.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Space utilization in % for {#FSNAME}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2740INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28688','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10248','{#MEMNAME}: Used memory','vm.memory.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28682',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2741INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28689','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10248','{#MEMNAME}: Total memory','vm.memory.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28683',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2742INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28690','15','','','10248','{#MEMNAME}: Memory utilization','vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28684',NULL,'last("vm.memory.used[hrStorageUsed.{#SNMPINDEX}]")/last("vm.memory.total[hrStorageSize.{#SNMPINDEX}]")*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2743INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28691','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10249','{#FSNAME}: Used space','vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28679',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2744INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28692','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10249','{#FSNAME}: Total space','vfs.fs.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28680',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main storage allocated to a buffer pool might be modified or the amount of disk space allocated to virtual storage might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2745INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28693','15','','','10249','{#FSNAME}: Space utilization','vfs.fs.pused[storageUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28681',NULL,'(last("vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]")/last("vfs.fs.total[hrStorageSize.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Space utilization in % for {#FSNAME}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2746INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28694','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10249','{#MEMNAME}: Used memory','vm.memory.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28682',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2747INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28695','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10249','{#MEMNAME}: Total memory','vm.memory.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28683',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2748INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28696','15','','','10249','{#MEMNAME}: Memory utilization','vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28684',NULL,'last("vm.memory.used[hrStorageUsed.{#SNMPINDEX}]")/last("vm.memory.total[hrStorageSize.{#SNMPINDEX}]")*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2749INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28697','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10251','{#FSNAME}: Used space','vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28679',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2750INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28698','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10251','{#FSNAME}: Total space','vfs.fs.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28680',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main storage allocated to a buffer pool might be modified or the amount of disk space allocated to virtual storage might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2751INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28699','15','','','10251','{#FSNAME}: Space utilization','vfs.fs.pused[storageUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28681',NULL,'(last("vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]")/last("vfs.fs.total[hrStorageSize.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Space utilization in % for {#FSNAME}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2752INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28700','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10251','{#MEMNAME}: Used memory','vm.memory.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28682',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2753INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28701','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10251','{#MEMNAME}: Total memory','vm.memory.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28683',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2754INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28702','15','','','10251','{#MEMNAME}: Memory utilization','vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28684',NULL,'last("vm.memory.used[hrStorageUsed.{#SNMPINDEX}]")/last("vm.memory.total[hrStorageSize.{#SNMPINDEX}]")*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2755INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28703','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10254','{#FSNAME}: Used space','vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28679',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2756INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28704','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10254','{#FSNAME}: Total space','vfs.fs.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28680',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main storage allocated to a buffer pool might be modified or the amount of disk space allocated to virtual storage might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2757INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28705','15','','','10254','{#FSNAME}: Space utilization','vfs.fs.pused[storageUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28681',NULL,'(last("vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]")/last("vfs.fs.total[hrStorageSize.{#SNMPINDEX}]"))*100','','0','','','','','2',NULL,'','Space utilization in % for {#FSNAME}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2758INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28706','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX}','10254','{#MEMNAME}: Used memory','vm.memory.used[hrStorageUsed.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28682',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2759INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28707','4','{$SNMP_COMMUNITY}','1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX}','10254','{#MEMNAME}: Total memory','vm.memory.total[hrStorageSize.{#SNMPINDEX}]','1m','7d','365d','0','3','','B','','0','','','','','28683',NULL,'','','0','','','','','2',NULL,'','MIB: HOST-RESOURCES-MIB\r\nThe size of the storage represented by this entry, in units of hrStorageAllocationUnits.\r\nThis object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.\r\nFor example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2760INSERT INTO `items` (`itemid`,`type`,`snmp_community`,`snmp_oid`,`hostid`,`name`,`key_`,`delay`,`history`,`trends`,`status`,`value_type`,`trapper_hosts`,`units`,`snmpv3_securityname`,`snmpv3_securitylevel`,`snmpv3_authpassphrase`,`snmpv3_privpassphrase`,`formula`,`logtimefmt`,`templateid`,`valuemapid`,`params`,`ipmi_sensor`,`authtype`,`username`,`password`,`publickey`,`privatekey`,`flags`,`interfaceid`,`port`,`description`,`inventory_link`,`lifetime`,`snmpv3_authprotocol`,`snmpv3_privprotocol`,`snmpv3_contextname`,`evaltype`,`jmx_endpoint`,`master_itemid`,`timeout`,`url`,`query_fields`,`posts`,`status_codes`,`follow_redirects`,`post_type`,`headers`,`retrieve_mode`,`request_method`,`output_format`,`verify_peer`,`verify_host`,`allow_traps`) values ('28708','15','','','10254','{#MEMNAME}: Memory utilization','vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}]','1m','7d','365d','0','0','','%','','0','','','','','28684',NULL,'last("vm.memory.used[hrStorageUsed.{#SNMPINDEX}]")/last("vm.memory.total[hrStorageSize.{#SNMPINDEX}]")*100','','0','','','','','2',NULL,'','Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
2761INSERT INTO `optemplate` (`optemplateid`,`operationid`,`templateid`) values ('1','1','10001');
2762INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10010','{13078}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2763INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10011','{13084}>30','Too many processes running on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2764INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10012','{12580}<50','Lack of free swap space on {HOST.NAME}','','0','2','It probably means that the systems requires more physical memory.',NULL,'0','0','0','','0','','0');
2765INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10016','{10199}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2766INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10021','{12583}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0');
2767INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10041','{10204}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2768INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10042','{12553}<1024','Configured max number of opened files is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2769INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10043','{10208}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2770INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10044','{10207}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2771INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10190','{13082}>300','Too many processes on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2772INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13000','{12144}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2773INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13015','{12641}>75','More than 75% used in the configuration cache','','0','3','Consider increasing CacheSize in the zabbix_server.conf configuration file',NULL,'0','0','0','','0','','0');
2774INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13017','{12651}>75','More than 75% used in the history index cache','','0','3','',NULL,'0','0','0','','0','','0');
2775INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13019','{12649}>75','More than 75% used in the trends cache','','0','3','',NULL,'0','0','0','','0','','0');
2776INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13023','{12653}>100','More than 100 items having missing data for more than 10 minutes','','0','2','zabbix[queue,10m] item is collecting data about how many items are missing data for more than 10 minutes (next parameter)',NULL,'0','0','0','','0','','0');
2777INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13025','{12549}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','',NULL,'0','0','0','','0','','0');
2778INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13026','{12926}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2779INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13073','{12645}>75','More than 75% used in the history cache','','0','3','',NULL,'0','0','0','','0','','0');
2780INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13074','{12646}>95','More than 95% used in the value cache','','0','3','',NULL,'0','0','0','','0','','0');
2781INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13080','{13164}>75','Zabbix alerter processes more than 75% busy','','0','3','',NULL,'0','0','1','{13164}<65','0','','0');
2782INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13081','{13170}>75','Zabbix configuration syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13170}<65','0','','0');
2783INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13083','{13172}>75','Zabbix discoverer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13172}<65','0','','0');
2784INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13084','{13174}>75','Zabbix escalator processes more than 75% busy','','0','3','',NULL,'0','0','1','{13174}<65','0','','0');
2785INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13085','{13176}>75','Zabbix history syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13176}<65','0','','0');
2786INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13086','{13178}>75','Zabbix housekeeper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13178}<65','0','','0');
2787INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13087','{13180}>75','Zabbix http poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13180}<65','0','','0');
2788INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13088','{13182}>75','Zabbix icmp pinger processes more than 75% busy','','0','3','',NULL,'0','0','1','{13182}<65','0','','0');
2789INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13089','{13184}>75','Zabbix ipmi poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13184}<65','0','','0');
2790INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13091','{13188}>75','Zabbix poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13188}<65','0','','0');
2791INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13092','{13190}>75','Zabbix proxy poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13190}<65','0','','0');
2792INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13093','{13192}>75','Zabbix self-monitoring processes more than 75% busy','','0','3','',NULL,'0','0','1','{13192}<65','0','','0');
2793INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13094','{13198}>75','Zabbix timer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13198}<65','0','','0');
2794INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13095','{13200}>75','Zabbix trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13200}<65','0','','0');
2795INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13096','{13202}>75','Zabbix unreachable poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13202}<65','0','','0');
2796INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13097','{13204}>75','Zabbix vmware collector processes more than 75% busy','','0','3','',NULL,'0','0','1','{13204}<65','0','','0');
2797INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13243','{13080}>20','Disk I/O is overloaded on {HOST.NAME}','','0','2','OS spends significant time waiting for I/O (input/output) operations. It could be indicator of performance issues with storage system.',NULL,'0','0','0','','0','','0');
2798INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13266','{12592}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2799INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13272','{12598}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2800INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13275','{13186}>75','Zabbix java poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13186}<65','0','','0');
2801INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13285','{13159}=0','Telnet service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2802INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13330','{12717}<1024','Configured max number of opened files is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2803INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13331','{12718}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2804INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13332','{13089}>30','Too many processes running on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2805INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13333','{13088}>300','Too many processes on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2806INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13334','{13087}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2807INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13336','{12723}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2808INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13337','{12724}<50','Lack of free swap space on {HOST.NAME}','','0','2','It probably means that the systems requires more physical memory.',NULL,'0','0','0','','0','','0');
2809INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13338','{12725}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2810INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13339','{12726}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0');
2811INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13340','{12727}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2812INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13341','{12728}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2813INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13342','{12729}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2814INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13343','{12730}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2815INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13346','{12733}<1024','Configured max number of opened files is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2816INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13347','{12734}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2817INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13348','{13074}>30','Too many processes running on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2818INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13349','{13073}>300','Too many processes on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2819INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13350','{13072}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2820INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13352','{12739}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2821INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13353','{12740}<50','Lack of free swap space on {HOST.NAME}','','0','2','It probably means that the systems requires more physical memory.',NULL,'0','0','0','','0','','0');
2822INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13354','{12741}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2823INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13355','{12742}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0');
2824INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13356','{12743}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2825INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13357','{12744}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2826INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13358','{12745}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2827INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13359','{12746}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2828INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13364','{13071}>30','Too many processes running on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2829INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13365','{13070}>300','Too many processes on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2830INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13366','{13069}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2831INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13367','{13068}>20','Disk I/O is overloaded on {HOST.NAME}','','0','2','OS spends significant time waiting for I/O (input/output) operations. It could be indicator of performance issues with storage system.',NULL,'0','0','0','','0','','0');
2832INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13368','{12755}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2833INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13370','{12757}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2834INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13371','{12758}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0');
2835INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13372','{12759}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2836INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13373','{12760}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2837INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13374','{12761}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2838INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13375','{12762}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2839INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13382','{13075}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2840INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13384','{12771}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2841INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13386','{12773}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2842INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13388','{12775}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2843INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13389','{12776}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2844INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13390','{12777}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2845INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13391','{12778}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2846INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13395','{12782}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2847INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13396','{13093}>30','Too many processes running on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2848INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13397','{13092}>300','Too many processes on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2849INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13398','{13091}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2850INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13399','{13090}>20','Disk I/O is overloaded on {HOST.NAME}','','0','2','OS spends significant time waiting for I/O (input/output) operations. It could be indicator of performance issues with storage system.',NULL,'0','0','0','','0','','0');
2851INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13400','{12787}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2852INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13401','{12788}<50','Lack of free swap space on {HOST.NAME}','','0','2','It probably means that the systems requires more physical memory.',NULL,'0','0','0','','0','','0');
2853INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13402','{12789}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2854INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13403','{12790}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0');
2855INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13404','{12791}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2856INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13405','{12792}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2857INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13406','{12793}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2858INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13407','{12794}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2859INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13410','{12797}<1024','Configured max number of opened files is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2860INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13411','{12798}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2861INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13414','{13086}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2862INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13416','{12803}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2863INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13418','{12805}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2864INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13419','{12806}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0');
2865INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13420','{12807}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
2866INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13421','{12808}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2867INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13422','{12809}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2868INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13423','{12810}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2869INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13425','{12812}>0','Host information was changed on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2870INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13428','{12815}<0','{HOST.NAME} has just been restarted','','0','3','',NULL,'0','0','0','','0','','0');
2871INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13430','{13095}>300','Too many processes on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2872INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13431','{12818}<10','Lack of available virtual memory on server {HOST.NAME}','','0','3','',NULL,'0','0','1','{12818}>20','0','','0');
2873INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13433','{12820}<10000','Lack of free memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2874INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13435','{13094}>5','Processor load is too high on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2875INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13439','{12826}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0');
2876INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13441','{13194}>75','Zabbix snmp trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13194}<65','0','','0');
2877INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13507','{12936}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
2878INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13517','{12946}>75','More than 75% used in the configuration cache','','0','3','Consider increasing CacheSize in the zabbix_server.conf configuration file',NULL,'0','0','0','','0','','0');
2879INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13518','{12947}>75','More than 75% used in the history cache','','0','3','',NULL,'0','0','0','','0','','0');
2880INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13519','{12948}>75','More than 75% used in the history index cache','','0','3','',NULL,'0','0','0','','0','','0');
2881INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13520','{12949}>100','More than 100 items having missing data for more than 10 minutes','','0','2','zabbix[queue,10m] item is collecting data about how many items are missing data for more than 10 minutes (next parameter)',NULL,'0','0','0','','0','','0');
2882INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13521','{13206}>75','Zabbix configuration syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13206}<65','0','','0');
2883INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13522','{13208}>75','Zabbix discoverer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13208}<65','0','','0');
2884INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13523','{13210}>75','Zabbix history syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13210}<65','0','','0');
2885INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13524','{13211}>75','Zabbix housekeeper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13211}<65','0','','0');
2886INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13525','{13212}>75','Zabbix http poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13212}<65','0','','0');
2887INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13526','{13213}>75','Zabbix icmp pinger processes more than 75% busy','','0','3','',NULL,'0','0','1','{13213}<65','0','','0');
2888INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13527','{13214}>75','Zabbix ipmi poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13214}<65','0','','0');
2889INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13528','{13215}>75','Zabbix java poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13215}<65','0','','0');
2890INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13529','{13216}>75','Zabbix poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13216}<65','0','','0');
2891INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13530','{13217}>75','Zabbix self-monitoring processes more than 75% busy','','0','3','',NULL,'0','0','1','{13217}<65','0','','0');
2892INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13531','{13218}>75','Zabbix snmp trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13218}<65','0','','0');
2893INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13532','{13219}>75','Zabbix trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13219}<65','0','','0');
2894INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13533','{13220}>75','Zabbix unreachable poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13220}<65','0','','0');
2895INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13534','{13207}>75','Zabbix data sender processes more than 75% busy','','0','3','',NULL,'0','0','1','{13207}<65','0','','0');
2896INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13535','{13209}>75','Zabbix heartbeat sender processes more than 75% busy','','0','3','',NULL,'0','0','1','{13209}<65','0','','0');
2897INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13536','{12965}>75','More than 75% used in the vmware cache','','0','3','',NULL,'0','0','0','','0','','0');
2898INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13544','{12994}=0','FTP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2899INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13545','{12995}=0','HTTP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2900INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13546','{12996}=0','HTTPS service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2901INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13547','{12997}=0','IMAP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2902INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13548','{12998}=0','LDAP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2903INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13549','{13154}=0','NNTP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2904INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13550','{13156}=0','NTP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2905INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13551','{13152}=0','POP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2906INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13552','{13157}=0','SMTP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2907INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13553','{13158}=0','SSH service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0');
2908INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13557','{13160}=1','Zabbix value cache working in low memory mode','','0','4','',NULL,'0','0','0','','0','','0');
2909INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13559','{13196}>75','Zabbix task manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13196}<65','0','','0');
2910INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13561','{13221}<>0','Service "{#SERVICE.NAME}" ({#SERVICE.DISPLAYNAME}) is not running (startup type {#SERVICE.STARTUPNAME})','','0','3','',NULL,'0','2','0','','0','','0');
2911INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13562','{13222}>75','Zabbix ipmi manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13222}<65','0','','0');
2912INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13564','{13224}>75','Zabbix ipmi manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13224}<65','0','','0');
2913INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13565','{13225}>75','Zabbix task manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13225}<65','0','','0');
2914INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13566','{13226}>75','Zabbix alert manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13226}<65','0','','0');
2915INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13568','{13228}>75','Zabbix preprocessing manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13228}<65','0','','0');
2916INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13569','{13229}>75','Zabbix preprocessing worker processes more than 75% busy','','0','3','',NULL,'0','0','1','{13229}<65','0','','0');
2917INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14194','{14305}=0','MySQL is down','','0','2','',NULL,'0','0','0','','0','','0');
2918INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14195','{14306}<1.597 or {14306}>2.019','BB +1.8V SM Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2919INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14196','{14307}<1.646 or {14307}>1.960','BB +1.8V SM Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2920INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14197','{14308}<2.876 or {14308}>3.729','BB +3.3V Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2921INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14198','{14309}<2.970 or {14309}>3.618','BB +3.3V Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2922INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14199','{14310}<2.876 or {14310}>3.729','BB +3.3V STBY Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2923INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14200','{14311}<2.970 or {14311}>3.618','BB +3.3V STBY Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2924INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14201','{14312}<4.362 or {14312}>5.663','BB +5.0V Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2925INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14202','{14313}<4.483 or {14313}>5.495','BB +5.0V Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2926INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14203','{14314}<5 or {14314}>66','BB Ambient Temp Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2927INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14204','{14315}<10 or {14315}>61','BB Ambient Temp Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2928INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14205','{14316}=0','Power','','0','2','',NULL,'0','0','0','','0','','0');
2929INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14206','{14317}<5 or {14317}>90','Baseboard Temp Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2930INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14207','{14318}<10 or {14318}>83','Baseboard Temp Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2931INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14208','{14319}<0.953 or {14319}>1.149','BB +1.05V PCH Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2932INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14209','{14320}<0.985 or {14320}>1.117','BB +1.05V PCH Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2933INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14210','{14321}<0.683 or {14321}>1.543','BB +1.1V P1 Vccp Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2934INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14211','{14322}<0.708 or {14322}>1.501','BB +1.1V P1 Vccp Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2935INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14212','{14323}<1.362 or {14323}>1.635','BB +1.5V P1 DDR3 Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2936INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14213','{14324}<1.401 or {14324}>1.589','BB +1.5V P1 DDR3 Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2937INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14214','{14325}<2.982 or {14325}>3.625','BB +3.3V Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2938INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14215','{14326}<3.067 or {14326}>3.525','BB +3.3V Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2939INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14216','{14327}<2.982 or {14327}>3.625','BB +3.3V STBY Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2940INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14217','{14328}<3.067 or {14328}>3.525','BB +3.3V STBY Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2941INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14218','{14329}<4.471 or {14329}>5.538','BB +5.0V Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2942INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14219','{14330}<4.630 or {14330}>5.380','BB +5.0V Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2943INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14220','{14331}<0 or {14331}>48','Front Panel Temp Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2944INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14221','{14332}<5 or {14332}>44','Front Panel Temp Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2945INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14222','{14333}=0','Power','','0','2','',NULL,'0','0','0','','0','','0');
2946INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14223','{14334}<324','System Fan 2 Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2947INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14224','{14335}<378','System Fan 2 Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2948INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14225','{14336}<324','System Fan 3 Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0');
2949INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14226','{14337}<378','System Fan 3 Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0');
2950INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14251','{14378}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.',NULL,'0','0','0','','0','','0');
2951INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14252','{14379}>{$ICMP_LOSS_WARN} and {14379}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
2952INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14253','{14380}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
2953INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14316','{14513}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
2954INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14317','{14514}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
2955INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14318','{14515}>{$TEMP_WARN:""}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14516}<{$TEMP_WARN:""}-3','0','','0');
2956INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14319','{14517}>{$TEMP_CRIT:""}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14518}<{$TEMP_CRIT:""}-3','0','','0');
2957INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14320','{14519}<{$TEMP_CRIT_LOW:""}','{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{14520}>{$TEMP_CRIT_LOW:""}+3','0','','0');
2958INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14322','{14522}=1 and {14523}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
2959INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14332','{14541}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
2960INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14333','{14542}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
2961INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14336','{14545}=1 and {14546}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
2962INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14337','{14547}=1 and {14548}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
2963INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14339','{14552}>{$TEMP_CRIT:""}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14553}<{$TEMP_CRIT:""}-3','0','','0');
2964INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14340','{14554}<{$TEMP_CRIT_LOW:""}','{#SENSOR_INFO}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{14555}>{$TEMP_CRIT_LOW:""}+3','0','','0');
2965INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14361','{14592}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
2966INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14362','{14593}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
2967INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14363','{14594}=1 and {14595}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
2968INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14364','{14596}=1 and {14597}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
2969INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14365','{14598}=1 and {14599}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
2970INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14372','{14606}>{$TEMP_WARN:""}','{#SENSOR_DESCR}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14607}<{$TEMP_WARN:""}-3','0','','0');
2971INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14373','{14608}>{$TEMP_CRIT:""}','{#SENSOR_DESCR}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14609}<{$TEMP_CRIT:""}-3','0','','0');
2972INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14374','{14610}<{$TEMP_CRIT_LOW:""}','{#SENSOR_DESCR}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{14611}>{$TEMP_CRIT_LOW:""}+3','0','','0');
2973INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14375','{14612}>{$TEMP_WARN:""}','Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14613}<{$TEMP_WARN:""}-3','0','','0');
2974INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14376','{14614}>{$TEMP_CRIT:""}','Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14615}<{$TEMP_CRIT:""}-3','0','','0');
2975INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14377','{14616}<{$TEMP_CRIT_LOW:""}','Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{14617}>{$TEMP_CRIT_LOW:""}+3','0','','0');
2976INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14380','{14620}>{$TEMP_WARN:""}','{#SENSOR_DESCR}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14621}<{$TEMP_WARN:""}-3','0','','0');
2977INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14381','{14622}>{$TEMP_CRIT:""}','{#SENSOR_DESCR}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14623}<{$TEMP_CRIT:""}-3','0','','0');
2978INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14382','{14624}<{$TEMP_CRIT_LOW:""}','{#SENSOR_DESCR}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{14625}>{$TEMP_CRIT_LOW:""}+3','0','','0');
2979INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14383','{14626}=1 and {14627}>0','Unit {#SNMPVALUE}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
2980INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14409','{14669}=1 and {14670}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}\r\nDevice serial number has changed. Ack to close',NULL,'0','0','0','','0','','1');
2981INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14417','{14681}=1 and {14682}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}\r\nDevice serial number has changed. Ack to close',NULL,'0','2','0','','0','','1');
2982INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14456','{14752}>{$CPU_UTIL_MAX}','#{#SNMPINDEX}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
2983INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14457','{14753}>{$MEMORY_UTIL_MAX}','#{#SNMPINDEX}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
2984INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14460','{14756}>{$TEMP_WARN:""}','Device {#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14757}<{$TEMP_WARN:""}-3','0','','0');
2985INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14461','{14758}>{$TEMP_CRIT:""}','Device {#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14759}<{$TEMP_CRIT:""}-3','0','','0');
2986INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14462','{14760}<{$TEMP_CRIT_LOW:""}','Device {#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{14761}>{$TEMP_CRIT_LOW:""}+3','0','','0');
2987INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14463','{14762}=1 and {14763}>0','#{#SNMPVALUE}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
2988INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14473','{14781}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
2989INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14474','{14782}=1 and {14783}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
2990INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14475','{14784}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
2991INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14476','{14785}>{$TEMP_WARN:""}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14786}<{$TEMP_WARN:""}-3','0','','0');
2992INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14477','{14787}>{$TEMP_CRIT:""}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14788}<{$TEMP_CRIT:""}-3','0','','0');
2993INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14478','{14789}<{$TEMP_CRIT_LOW:""}','{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{14790}>{$TEMP_CRIT_LOW:""}+3','0','','0');
2994INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14491','{14811}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
2995INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14492','{14812}=1 and {14813}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
2996INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14493','{14814}=1 and {14815}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
2997INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14494','{14816}>{$MEMORY_UTIL_MAX}','#{#SNMPVALUE}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
2998INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14495','{14817}>{$TEMP_WARN:""}','#{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14818}<{$TEMP_WARN:""}-3','0','','0');
2999INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14496','{14819}>{$TEMP_CRIT:""}','#{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14820}<{$TEMP_CRIT:""}-3','0','','0');
3000INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14497','{14821}<{$TEMP_CRIT_LOW:""}','#{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{14822}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3001INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14510','{14843}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
3002INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14511','{14844}>{$TEMP_WARN:""}','Device: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{14845}<{$TEMP_WARN:""}-3','0','','0');
3003INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14513','{14849}<{$TEMP_CRIT_LOW:""}','Device: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','1','{14850}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3004INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14514','{14851}=1 and {14852}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3005INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14515','{14853}=1 and {14854}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
3006INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14516','{14855}>{$MEMORY_UTIL_MAX}','#{#SNMPVALUE}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3007INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14549','{14912}>{$CPU_UTIL_MAX}','{#MODULE_NAME}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3008INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14550','{14913}>{$MEMORY_UTIL_MAX}','{#MODULE_NAME}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3009INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14551','{14914}>{$TEMP_WARN:""}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14915}<{$TEMP_WARN:""}-3','0','','0');
3010INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14552','{14916}>{$TEMP_CRIT:""}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14917}<{$TEMP_CRIT:""}-3','0','','0');
3011INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14553','{14918}<{$TEMP_CRIT_LOW:""}','{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{14919}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3012INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14556','{14922}=1 and {14923}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
3013INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14557','{14924}=1 and {14925}>0','{#ENT_NAME}: Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','2','2','','0','','1');
3014INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14587','{14977}>{$CPU_UTIL_MAX}','{#ENT_NAME}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3015INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14588','{14978}>{$MEMORY_UTIL_MAX}','{#ENT_NAME}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3016INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14589','{14979}>{$TEMP_WARN:""}','{#ENT_NAME}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14980}<{$TEMP_WARN:""}-3','0','','0');
3017INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14590','{14981}>{$TEMP_CRIT:""}','{#ENT_NAME}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14982}<{$TEMP_CRIT:""}-3','0','','0');
3018INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14591','{14983}<{$TEMP_CRIT_LOW:""}','{#ENT_NAME}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{14984}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3019INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14592','{14985}=1 and {14986}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
3020INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14603','{15005}=1 and {15006}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
3021INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14606','{15013}<{$TEMP_CRIT_LOW:""}','{#SENSOR_INFO}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{15014}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3022INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14607','{15015}=1 and {15016}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
3023INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14621','{15038}=1 and {15039}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3024INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14623','{15041}>{$MEMORY_UTIL_MAX}','{#SNMPVALUE}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3025INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14624','{15042}>{$TEMP_WARN:""}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15043}<{$TEMP_WARN:""}-3','0','','0');
3026INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14625','{15044}>{$TEMP_CRIT:""}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15045}<{$TEMP_CRIT:""}-3','0','','0');
3027INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14626','{15046}<{$TEMP_CRIT_LOW:""}','{#SENSOR_INFO}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{15047}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3028INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14657','{15099}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
3029INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14658','{15100}>{$TEMP_WARN:"Device"}','Device: Temperature is above warning threshold: >{$TEMP_WARN:"Device"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{15101}<{$TEMP_WARN:"Device"}-3','0','','0');
3030INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14659','{15102}>{$TEMP_CRIT:"Device"}','Device: Temperature is above critical threshold: >{$TEMP_CRIT:"Device"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{15103}<{$TEMP_CRIT:"Device"}-3','0','','0');
3031INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14660','{15104}<{$TEMP_CRIT_LOW:"Device"}','Device: Temperature is too low: <{$TEMP_CRIT_LOW:"Device"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','1','{15105}>{$TEMP_CRIT_LOW:"Device"}+3','0','','0');
3032INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14661','{15106}=1 and {15107}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3033INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14662','{15108}=1 and {15109}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
3034INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14663','{15110}>{$CPU_UTIL_MAX}','#{#SNMPINDEX}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3035INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14664','{15111}>{$TEMP_WARN:"CPU"}','CPU: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15112}<{$TEMP_WARN:"CPU"}-3','0','','0');
3036INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14665','{15113}>{$TEMP_CRIT:"CPU"}','CPU: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15114}<{$TEMP_CRIT:"CPU"}-3','0','','0');
3037INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14666','{15115}<{$TEMP_CRIT_LOW:"CPU"}','CPU: Temperature is too low: <{$TEMP_CRIT_LOW:"CPU"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{15116}>{$TEMP_CRIT_LOW:"CPU"}+3','0','','0');
3038INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14667','{15117}>{$STORAGE_UTIL_CRIT}','Disk-{#SNMPINDEX}: Disk space is critically low','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3039INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14668','{15118}>{$STORAGE_UTIL_WARN}','Disk-{#SNMPINDEX}: Disk space is low','','0','2','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3040INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14678','{15136}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
3041INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14679','{15137}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
3042INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14680','{15138}=1 and {15139}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3043INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14683','{15146}<{$TEMP_CRIT_LOW:""}','#{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{15147}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3044INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14696','{15168}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
3045INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14697','{15169}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
3046INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14698','{15170}=1 and {15171}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3047INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14699','{15172}=1 and {15173}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
3048INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14709','{15191}=1 and {15192}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3049INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14710','{15193}=1 and {15194}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
3050INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14711','{15195}>{$CPU_UTIL_MAX}','#{#SNMPVALUE}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3051INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14712','{15196}>{$MEMORY_UTIL_MAX}','#{#SNMPVALUE}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3052INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14722','{15214}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
3053INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14723','{15215}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
3054INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14724','{15216}=1 and {15217}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
3055INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14911','{15683}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0');
3056INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14912','{15684}=1 and {15685}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3057INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14913','{15686}=1 and {15687}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
3058INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14914','{15688}>{$TEMP_WARN:""}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15689}<{$TEMP_WARN:""}-3','0','','0');
3059INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14915','{15690}>{$TEMP_CRIT:""}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15691}<{$TEMP_CRIT:""}-3','0','','0');
3060INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14916','{15692}<{$TEMP_CRIT_LOW:""}','{#SENSOR_INFO}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{15693}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3061INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14917','{15694}>{$MEMORY_UTIL_MAX}','#{#SNMPVALUE}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3062INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14934','{15721}>{$TEMP_CRIT:""}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15722}<{$TEMP_CRIT:""}-3','0','','0');
3063INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14935','{15723}<{$TEMP_CRIT_LOW:""}','{#SENSOR_INFO}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{15724}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3064INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14937','{15726}=1 and {15727}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
3065INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14939','{15729}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling',NULL,'0','2','0','','0','','1');
3066INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14941','{15731}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling',NULL,'0','2','0','','0','','1');
3067INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15161','{16352}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.',NULL,'0','0','0','','0','','0');
3068INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15170','{16375}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.',NULL,'0','0','0','','0','','0');
3069INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15330','{16818}=1','#{#SNMPINDEX}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3070INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15331','{16819}=1','PSU {#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3071INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15332','{16820}=1','PSU {#SNMPVALUE}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3072INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15333','{16821}=1','Fan {#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3073INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15334','{16822}=1','Fan {#SNMPVALUE}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3074INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15335','{16823}>{$TEMP_WARN:""}\r\nor\r\n{16824}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16825}<{$TEMP_WARN:""}-3','0','','0');
3075INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15336','{16826}>{$TEMP_CRIT:""}\r\nor\r\n{16827}={$TEMP_CRIT_STATUS}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16828}<{$TEMP_CRIT:""}-3','0','','0');
3076INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15337','{16829}=1','{#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3077INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15338','{16830}=1','{#SNMPVALUE}: Power supply is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3078INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15339','{16831}=1','{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3079INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15340','{16832}=1','#{#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3080INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15341','{16833}=1','#{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3081INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15344','{16840}=1 or {16841}=1','{#SENSOR_INFO}: Power supply is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3082INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15345','{16842}=1 or {16843}=1','{#SENSOR_INFO}: Power supply is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3083INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15346','{16844}=1 or {16845}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3084INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15347','{16846}=1 or {16847}=1','{#SENSOR_INFO}: Fan is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3085INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15366','{16890}=1','{#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3086INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15367','{16891}=1','{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3087INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15368','{16892}>{$TEMP_CRIT:""}\r\nor\r\n{16893}={$TEMP_CRIT_STATUS}','Device: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{16894}<{$TEMP_CRIT:""}-3','0','','0');
3088INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15369','{16895}=1','PSU {#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3089INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15370','{16896}=1','Fan {#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3090INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15371','{16897}=1 or {16898}=1','{#ENT_NAME}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3091INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15372','{16899}=1 or {16900}=1 or {16901}=1','{#ENT_NAME}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3092INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15373','{16902}=1','{#ENT_DESCR}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3093INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15374','{16903}=1','{#ENT_DESCR}: Fan is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3094INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15375','{16904}=1','{#ENT_DESCR}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3095INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15376','{16905}=1','{#ENT_DESCR}: Power supply is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3096INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15377','{16906}=1','{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3097INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15378','{16907}=1','{#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3098INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15379','{16908}=1','PSU {#PSU_INDEX}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3099INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15380','{16909}=1','PSU {#PSU_INDEX}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3100INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15381','{16910}=1','Fan {#FAN_INDEX}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3101INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15382','{16911}=1','Fan {#FAN_INDEX}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3102INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15383','{16912}=1','Unit {#PSU_UNIT} PSU {#PSU_INDEX}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3103INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15384','{16913}=1','Unit {#PSU_UNIT} PSU {#PSU_INDEX}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3104INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15385','{16914}=1','Unit {#FAN_UNIT} Fan {#FAN_INDEX}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3105INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15386','{16915}=1','Unit {#FAN_UNIT} Fan {#FAN_INDEX}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3106INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15387','{16916}>{$TEMP_WARN:""}\r\nor\r\n{16917}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16918}<{$TEMP_WARN:""}-3','0','','0');
3107INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15388','{16919}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3108INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15389','{16920}=1','{#ENT_NAME}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3109INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15390','{16921}>{$TEMP_WARN:""}\r\nor\r\n{16922}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16923}<{$TEMP_WARN:""}-3','0','','0');
3110INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15391','{16924}=1','{#SENSOR_INFO}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3111INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15392','{16925}=1','{#SENSOR_INFO}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3112INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15393','{16926}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3113INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15394','{16927}=1','{#SENSOR_INFO}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3114INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15395','{16928}=1','#{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3115INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15396','{16929}>{$TEMP_WARN:""}\r\nor\r\n{16930}={$TEMP_WARN_STATUS}','#{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16931}<{$TEMP_WARN:""}-3','0','','0');
3116INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15397','{16932}>{$TEMP_CRIT:""}\r\nor\r\n{16933}={$TEMP_CRIT_STATUS}','#{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16934}<{$TEMP_CRIT:""}-3','0','','0');
3117INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15398','{16935}=1','#{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3118INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15399','{16936}=1','#{#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3119INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15640','{17657}>75','More than 75% used in the vmware cache','','0','3','',NULL,'0','0','0','','0','','0');
3120INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15641','{17658}>75','Zabbix vmware collector processes more than 75% busy','','0','3','',NULL,'0','0','1','{17658}<65','0','','0');
3121INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15642','{17659}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes',NULL,'0','0','0','','0','','1');
3122INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15645','{17662}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes',NULL,'0','0','0','','0','','1');
3123INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15670','{17687}<0 and {17688}>0\r\nand (\r\n{17689}=6 or\r\n{17689}=7 or\r\n{17689}=11 or\r\n{17689}=62 or\r\n{17689}=69 or\r\n{17689}=117\r\n)\r\nand\r\n({17690}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.',NULL,'0','2','1','({17687}>0 and {17691}>0) or\r\n({17690}=2)','0','','1');
3124INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15671','{17692}<0 and {17693}>0\r\nand (\r\n{17694}=6 or\r\n{17694}=7 or\r\n{17694}=11 or\r\n{17694}=62 or\r\n{17694}=69 or\r\n{17694}=117\r\n)\r\nand\r\n({17695}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.',NULL,'0','2','1','({17692}>0 and {17696}>0) or\r\n({17695}=2)','0','','1');
3125INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15692','{17797}<0 and {17798}>0\r\nand (\r\n{17799}=6 or\r\n{17799}=7 or\r\n{17799}=11 or\r\n{17799}=62 or\r\n{17799}=69 or\r\n{17799}=117\r\n)\r\nand\r\n({17800}<>2)','Interface {#IFDESCR}: Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.',NULL,'0','2','1','({17797}>0 and {17801}>0) or\r\n({17800}=2)','0','','1');
3126INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15695','{17812}<0 and {17813}>0\r\nand (\r\n{17814}=6 or\r\n{17814}=7 or\r\n{17814}=11 or\r\n{17814}=62 or\r\n{17814}=69 or\r\n{17814}=117\r\n)\r\nand\r\n({17815}<>2)','Interface {#IFDESCR}: Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.',NULL,'0','2','1','({17812}>0 and {17816}>0) or\r\n({17815}=2)','0','','1');
3127INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15698','{17827}<0 and {17828}>0\r\nand (\r\n{17829}=6 or\r\n{17829}=7 or\r\n{17829}=11 or\r\n{17829}=62 or\r\n{17829}=69 or\r\n{17829}=117\r\n)\r\nand\r\n({17830}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.',NULL,'0','2','1','({17827}>0 and {17831}>0) or\r\n({17830}=2)','0','','1');
3128INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15714','{17859}>{$TEMP_WARN:""}\r\nor\r\n{17860}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Current value: {ITEM.LASTVALUE1}\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17861}<{$TEMP_WARN:""}-3','0','','0');
3129INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15715','{17862}>{$TEMP_CRIT:""}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Current value: {ITEM.LASTVALUE1}\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17863}<{$TEMP_CRIT:""}-3','0','','0');
3130INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15716','{17864}<{$TEMP_CRIT_LOW:""}','{#SENSOR_INFO}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Current value: {ITEM.LASTVALUE1}',NULL,'0','2','1','{17865}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3131INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15717','{17866}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3132INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15718','{17867}=1 and {17868}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}\r\nDevice serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
3133INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15719','{17869}=1','{#ENT_NAME}: Power supply is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3134INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15720','{17870}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for errors',NULL,'0','0','0','','0','','0');
3135INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15721','{17871}=1 or {17872}=1','System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for warnings',NULL,'0','0','0','','0','','0');
3136INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15722','{17873}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for errors',NULL,'0','0','0','','0','','0');
3137INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15728','{17879}=1','System is in unrecoverable state!','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','0','0','','0','','0');
3138INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15729','{17880}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for errors',NULL,'0','0','0','','0','','0');
3139INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15730','{17881}=1','System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for warnings',NULL,'0','0','0','','0','','0');
3140INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15731','{17882}=1 and {17883}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3141INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15732','{17884}=1 and {17885}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nFirmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
3142INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15733','{17886}>{$TEMP_WARN:"CPU"}\r\nor\r\n{17887}={$TEMP_WARN_STATUS}','{#SENSOR_LOCALE}: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17888}<{$TEMP_WARN:"CPU"}-3','0','','0');
3143INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15734','{17889}>{$TEMP_CRIT:"CPU"}\r\nor\r\n{17890}={$TEMP_CRIT_STATUS}\r\nor\r\n{17890}={$TEMP_DISASTER_STATUS}','{#SENSOR_LOCALE}: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17891}<{$TEMP_CRIT:"CPU"}-3','0','','0');
3144INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15735','{17892}<{$TEMP_CRIT_LOW:"CPU"}','{#SENSOR_LOCALE}: Temperature is too low: <{$TEMP_CRIT_LOW:"CPU"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{17893}>{$TEMP_CRIT_LOW:"CPU"}+3','0','','0');
3145INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15736','{17894}>{$TEMP_WARN:"Ambient"}\r\nor\r\n{17895}={$TEMP_WARN_STATUS}','{#SENSOR_LOCALE}: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17896}<{$TEMP_WARN:"Ambient"}-3','0','','0');
3146INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15737','{17897}>{$TEMP_CRIT:"Ambient"}\r\nor\r\n{17898}={$TEMP_CRIT_STATUS}\r\nor\r\n{17898}={$TEMP_DISASTER_STATUS}','{#SENSOR_LOCALE}: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17899}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
3147INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15738','{17900}<{$TEMP_CRIT_LOW:"Ambient"}','{#SENSOR_LOCALE}: Temperature is too low: <{$TEMP_CRIT_LOW:"Ambient"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{17901}>{$TEMP_CRIT_LOW:"Ambient"}+3','0','','0');
3148INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15739','{17902}=1 or {17903}=1','{#PSU_DESCR}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3149INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15740','{17904}=1','{#PSU_DESCR}: Power supply is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3150INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15741','{17905}=1 or {17906}=1 or {17907}=1 or {17908}=1 or {17909}=1','{#FAN_DESCR}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3151INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15742','{17910}=1 or {17911}=1','{#FAN_DESCR}: Fan is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3152INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15743','{17912}=1 or {17913}=1','{#DISK_NAME}: Physical disk failed','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
3153INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15744','{17914}=1','{#DISK_NAME}: Physical disk is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
3154INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15745','{17915}=1 and {17916}>0','{#DISK_NAME}: Disk has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDisk serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
3155INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15746','{17917}=1','{#DISK_NAME}: Physical disk S.M.A.R.T. failed','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nDisk probably requires replacement.',NULL,'0','2','0','','0','','0');
3156INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15747','{17918}=1','Disk {#SNMPVALUE}({#DISK_NAME}): Virtual disk failed','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0');
3157INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15748','{17919}=1','Disk {#SNMPVALUE}({#DISK_NAME}): Virtual disk is in warning state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0');
3158INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15749','{17920}=1','{#CNTLR_NAME}: Disk array controller is in unrecoverable state!','','0','5','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3159INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15750','{17921}=1','{#CNTLR_NAME}: Disk array controller is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3160INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15751','{17922}=1','{#CNTLR_NAME}: Disk array controller is in warning state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3161INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15752','{17923}=1','Battery {#BATTERY_NUM}: Disk array cache controller battery is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3162INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15753','{17924}=1','Battery {#BATTERY_NUM}: Disk array cache controller battery is not in optimal state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3163INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15754','{17925}=1','Battery {#BATTERY_NUM}: Disk array cache controller battery is in critical state!','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3164INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15762','{17933}=1 and {17934}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3165INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15763','{17935}>{$TEMP_WARN:"{#SNMPINDEX}"}','{#SNMPINDEX}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPINDEX}"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17936}<{$TEMP_WARN:"{#SNMPINDEX}"}-3','0','','0');
3166INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15764','{17937}>{$TEMP_CRIT:"{#SNMPINDEX}"}','{#SNMPINDEX}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPINDEX}"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17938}<{$TEMP_CRIT:"{#SNMPINDEX}"}-3','0','','0');
3167INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15765','{17939}<{$TEMP_CRIT_LOW:"{#SNMPINDEX}"}','{#SNMPINDEX}: Temperature is too low: <{$TEMP_CRIT_LOW:"{#SNMPINDEX}"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{17940}>{$TEMP_CRIT_LOW:"{#SNMPINDEX}"}+3','0','','0');
3168INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15766','{17941}>{$TEMP_WARN:"Ambient"}','Ambient: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17942}<{$TEMP_WARN:"Ambient"}-3','0','','0');
3169INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15767','{17943}>{$TEMP_CRIT:"Ambient"}','Ambient: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17944}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
3170INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15768','{17945}<{$TEMP_CRIT_LOW:"Ambient"}','Ambient: Temperature is too low: <{$TEMP_CRIT_LOW:"Ambient"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{17946}>{$TEMP_CRIT_LOW:"Ambient"}+3','0','','0');
3171INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15769','{17947}>{$TEMP_WARN:"CPU"}','CPU-{#SNMPINDEX}: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17948}<{$TEMP_WARN:"CPU"}-3','0','','0');
3172INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15770','{17949}>{$TEMP_CRIT:"CPU"}','CPU-{#SNMPINDEX}: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17950}<{$TEMP_CRIT:"CPU"}-3','0','','0');
3173INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15771','{17951}<{$TEMP_CRIT_LOW:"CPU"}','CPU-{#SNMPINDEX}: Temperature is too low: <{$TEMP_CRIT_LOW:"CPU"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{17952}>{$TEMP_CRIT_LOW:"CPU"}+3','0','','0');
3174INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15772','{17953}>{$TEMP_WARN:"Memory"}','Memory-{#SNMPINDEX}: Temperature is above warning threshold: >{$TEMP_WARN:"Memory"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17954}<{$TEMP_WARN:"Memory"}-3','0','','0');
3175INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15773','{17955}>{$TEMP_CRIT:"Memory"}','Memory-{#SNMPINDEX}: Temperature is above critical threshold: >{$TEMP_CRIT:"Memory"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17956}<{$TEMP_CRIT:"Memory"}-3','0','','0');
3176INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15774','{17957}<{$TEMP_CRIT_LOW:"Memory"}','Memory-{#SNMPINDEX}: Temperature is too low: <{$TEMP_CRIT_LOW:"Memory"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{17958}>{$TEMP_CRIT_LOW:"Memory"}+3','0','','0');
3177INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15775','{17959}>{$TEMP_WARN:"PSU"}','PSU-{#SNMPINDEX}: Temperature is above warning threshold: >{$TEMP_WARN:"PSU"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17960}<{$TEMP_WARN:"PSU"}-3','0','','0');
3178INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15776','{17961}>{$TEMP_CRIT:"PSU"}','PSU-{#SNMPINDEX}: Temperature is above critical threshold: >{$TEMP_CRIT:"PSU"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17962}<{$TEMP_CRIT:"PSU"}-3','0','','0');
3179INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15777','{17963}<{$TEMP_CRIT_LOW:"PSU"}','PSU-{#SNMPINDEX}: Temperature is too low: <{$TEMP_CRIT_LOW:"PSU"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{17964}>{$TEMP_CRIT_LOW:"PSU"}+3','0','','0');
3180INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15778','{17965}>{$TEMP_WARN:"Device"}','System-{#SNMPINDEX}: Temperature is above warning threshold: >{$TEMP_WARN:"Device"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17966}<{$TEMP_WARN:"Device"}-3','0','','0');
3181INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15779','{17967}>{$TEMP_CRIT:"Device"}','System-{#SNMPINDEX}: Temperature is above critical threshold: >{$TEMP_CRIT:"Device"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17968}<{$TEMP_CRIT:"Device"}-3','0','','0');
3182INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15780','{17969}<{$TEMP_CRIT_LOW:"Device"}','System-{#SNMPINDEX}: Temperature is too low: <{$TEMP_CRIT_LOW:"Device"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{17970}>{$TEMP_CRIT_LOW:"Device"}+3','0','','0');
3183INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15781','{17971}=1','Chassis {#CHASSIS_NUM}, bay {#BAY_NUM}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3184INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15782','{17972}=1','Chassis {#CHASSIS_NUM}, bay {#BAY_NUM}: Power supply is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3185INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15783','{17973}=1','Fan {#SNMPINDEX}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3186INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15784','{17974}=1','Fan {#SNMPINDEX}: Fan is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3187INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15785','{17975}=1','{#CNTLR_LOCATION}: Disk array controller is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3188INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15786','{17976}=1','{#CNTLR_LOCATION}: Disk array controller is in warning state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3189INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15787','{17977}=1','#{#CACHE_CNTRL_INDEX}: Disk array cache controller is in critical state!','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3190INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15788','{17978}=1 or {17979}=1 or {17980}=1 or {17981}=1','#{#CACHE_CNTRL_INDEX}: Disk array cache controller is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3191INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15789','{17982}=1','#{#CACHE_CNTRL_INDEX}: Disk array cache controller is not in optimal state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3192INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15790','{17983}=1 or {17984}=1','#{#CACHE_CNTRL_INDEX}: Disk array cache controller battery is in critical state!','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3193INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15791','{17985}=1 or {17986}=1','#{#CACHE_CNTRL_INDEX}: Disk array cache controller battery is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3194INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15792','{17987}=1','{#DISK_LOCATION}: Physical disk failed','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
3195INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15793','{17988}=1','{#DISK_LOCATION}: Physical disk is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
3196INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15794','{17989}=1 or {17990}=1','{#DISK_LOCATION}: Physical disk S.M.A.R.T. failed','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nDisk probably requires replacement.',NULL,'0','2','0','','0','','0');
3197INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15795','{17991}=1 and {17992}>0','{#DISK_LOCATION}: Disk has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDisk serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
3198INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15796','{17993}=1','Disk {#SNMPINDEX}({#DISK_NAME}): Virtual disk failed','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0');
3199INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15797','{17994}=1','Disk {#SNMPINDEX}({#DISK_NAME}): Virtual disk is not in OK state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0');
3200INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15803','{18000}=1','System is in unrecoverable state!','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','0','0','','0','','0');
3201INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15804','{18001}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for errors',NULL,'0','0','0','','0','','0');
3202INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15805','{18002}=1','System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for warnings',NULL,'0','0','0','','0','','0');
3203INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15806','{18003}=1 and {18004}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3204INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15807','{18005}>{$TEMP_WARN:""}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18006}<{$TEMP_WARN:""}-3','0','','0');
3205INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15808','{18007}>{$TEMP_CRIT:""}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18008}<{$TEMP_CRIT:""}-3','0','','0');
3206INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15809','{18009}<{$TEMP_CRIT_LOW:""}','{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18010}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3207INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15810','{18011}>{$TEMP_WARN:"Ambient"}','Ambient: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18012}<{$TEMP_WARN:"Ambient"}-3','0','','0');
3208INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15811','{18013}>{$TEMP_CRIT:"Ambient"}','Ambient: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18014}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
3209INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15812','{18015}<{$TEMP_CRIT_LOW:"Ambient"}','Ambient: Temperature is too low: <{$TEMP_CRIT_LOW:"Ambient"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18016}>{$TEMP_CRIT_LOW:"Ambient"}+3','0','','0');
3210INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15813','{18017}>{$TEMP_WARN:"CPU"}','CPU: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18018}<{$TEMP_WARN:"CPU"}-3','0','','0');
3211INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15814','{18019}>{$TEMP_CRIT:"CPU"}','CPU: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18020}<{$TEMP_CRIT:"CPU"}-3','0','','0');
3212INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15815','{18021}<{$TEMP_CRIT_LOW:"CPU"}','CPU: Temperature is too low: <{$TEMP_CRIT_LOW:"CPU"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18022}>{$TEMP_CRIT_LOW:"CPU"}+3','0','','0');
3213INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15816','{18023}=1','{#PSU_DESCR}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3214INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15817','{18024}=1','{#FAN_DESCR}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3215INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15818','{18025}=1','{#SNMPINDEX}: Physical disk is not in OK state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
3216INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15824','{18031}=1','System is in unrecoverable state!','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','0','0','','0','','0');
3217INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15825','{18032}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for errors',NULL,'0','0','0','','0','','0');
3218INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15826','{18033}=1','System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for warnings',NULL,'0','0','0','','0','','0');
3219INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15827','{18034}=1 and {18035}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
3220INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15828','{18036}>{$TEMP_WARN:""}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18037}<{$TEMP_WARN:""}-3','0','','0');
3221INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15829','{18038}>{$TEMP_CRIT:""}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18039}<{$TEMP_CRIT:""}-3','0','','0');
3222INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15830','{18040}<{$TEMP_CRIT_LOW:""}','{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18041}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3223INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15831','{18042}>{$TEMP_WARN:"Ambient"}','Ambient: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18043}<{$TEMP_WARN:"Ambient"}-3','0','','0');
3224INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15832','{18044}>{$TEMP_CRIT:"Ambient"}','Ambient: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18045}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
3225INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15833','{18046}<{$TEMP_CRIT_LOW:"Ambient"}','Ambient: Temperature is too low: <{$TEMP_CRIT_LOW:"Ambient"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18047}>{$TEMP_CRIT_LOW:"Ambient"}+3','0','','0');
3226INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15834','{18048}>{$TEMP_WARN:"CPU"}','CPU: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18049}<{$TEMP_WARN:"CPU"}-3','0','','0');
3227INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15835','{18050}>{$TEMP_CRIT:"CPU"}','CPU: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18051}<{$TEMP_CRIT:"CPU"}-3','0','','0');
3228INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15836','{18052}<{$TEMP_CRIT_LOW:"CPU"}','CPU: Temperature is too low: <{$TEMP_CRIT_LOW:"CPU"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18053}>{$TEMP_CRIT_LOW:"CPU"}+3','0','','0');
3229INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15837','{18054}=1','{#PSU_DESCR}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3230INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15838','{18055}=1','{#FAN_DESCR}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3231INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15839','{18056}=1','{#SNMPINDEX}: Physical disk is not in OK state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
3232INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15845','{18062}>{$TEMP_WARN:""}','{#SENSOR_DESCR}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18063}<{$TEMP_WARN:""}-3','0','','0');
3233INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15846','{18064}>{$TEMP_CRIT:""}','{#SENSOR_DESCR}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18065}<{$TEMP_CRIT:""}-3','0','','0');
3234INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15847','{18066}<{$TEMP_CRIT_LOW:""}','{#SENSOR_DESCR}: Temperature is too low: <{$TEMP_CRIT_LOW:""}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18067}>{$TEMP_CRIT_LOW:""}+3','0','','0');
3235INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15848','{18068} > ({18069} * 0.7)','70% http-8080 worker threads busy on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
3236INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15849','{18070} > ({18071} * 0.7)','70% http-8443 worker threads busy on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
3237INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15850','{18072} > ({18073}  *0.7)','70% jk-8009 worker threads busy on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0');
3238INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15851','{18074} = 1','gzip compression is off for connector http-8080 on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
3239INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15852','{18075} = 1','gzip compression is off for connector http-8443 on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0');
3240INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15853','{18076}>75','More than 75% used in the configuration cache','','0','3','Consider increasing CacheSize in the zabbix_server.conf configuration file',NULL,'0','0','0','','0','','0');
3241INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15854','{18077}>75','More than 75% used in the history cache','','0','3','Consider increasing HistoryCacheSize in the zabbix_server.conf configuration file',NULL,'0','0','0','','0','','0');
3242INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15855','{18078}>75','More than 75% used in the history index cache','','0','3','Consider increasing HistoryIndexCacheSize in the zabbix_server.conf configuration file',NULL,'0','0','0','','0','','0');
3243INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15856','{18079}>75','More than 75% used in the trends cache','','0','3','Consider increasing TrendCacheSize in the zabbix_server.conf configuration file',NULL,'0','0','0','','0','','0');
3244INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15857','{18080}>75','More than 75% used in the vmware cache','','0','3','Consider increasing VMwareCacheSize in the zabbix_server.conf configuration file',NULL,'0','0','0','','0','','0');
3245INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15858','{18081}>95','More than 95% used in the value cache','','0','3','Consider increasing ValueCacheSize in the zabbix_server.conf configuration file',NULL,'0','0','0','','0','','0');
3246INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15859','{18082}>100','More than 100 items having missing data for more than 10 minutes','','0','2','zabbix[stats,{$IP},{$PORT},queue,10m] item is collecting data about how many items are missing data for more than 10 minutes (next parameter)',NULL,'0','0','0','','0','','0');
3247INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15860','{18083}>75','Zabbix alerter processes more than 75% busy','','0','3','',NULL,'0','0','1','{18083}<65','0','','0');
3248INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15861','{18084}>75','Zabbix alert manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18084}<65','0','','0');
3249INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15862','{18085}>75','Zabbix configuration syncer processes more than 75% busy','','0','3','Zabbix configuration syncer processes more than 75% busy',NULL,'0','0','1','{18085}<65','0','','0');
3250INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15863','{18086}>75','Zabbix discoverer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18086}<65','0','','0');
3251INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15864','{18087}>75','Zabbix escalator processes more than 75% busy','','0','3','',NULL,'0','0','1','{18087}<65','0','','0');
3252INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15865','{18088}>75','Zabbix history syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18088}<65','0','','0');
3253INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15866','{18089}>75','Zabbix housekeeper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18089}<65','0','','0');
3254INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15867','{18090}>75','Zabbix http poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18090}<65','0','','0');
3255INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15868','{18091}>75','Zabbix icmp pinger processes more than 75% busy','','0','3','',NULL,'0','0','1','{18091}<65','0','','0');
3256INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15869','{18092}>75','Zabbix ipmi manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18092}<65','0','','0');
3257INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15870','{18093}>75','Zabbix ipmi poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18093}<65','0','','0');
3258INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15871','{18094}>75','Zabbix java poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18094}<65','0','','0');
3259INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15872','{18095}>75','Zabbix poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18095}<65','0','','0');
3260INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15873','{18096}>75','Zabbix preprocessing manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18096}<65','0','','0');
3261INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15874','{18097}>75','Zabbix preprocessing worker processes more than 75% busy','','0','3','',NULL,'0','0','1','{18097}<65','0','','0');
3262INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15875','{18098}>75','Zabbix proxy poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18098}<65','0','','0');
3263INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15876','{18099}>75','Zabbix self-monitoring processes more than 75% busy','','0','3','',NULL,'0','0','1','{18099}<65','0','','0');
3264INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15877','{18100}>75','Zabbix snmp trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18100}<65','0','','0');
3265INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15878','{18101}>75','Zabbix task manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18101}<65','0','','0');
3266INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15879','{18102}>75','Zabbix timer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18102}<65','0','','0');
3267INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15880','{18103}>75','Zabbix trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18103}<65','0','','0');
3268INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15881','{18104}>75','Zabbix unreachable poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18104}<65','0','','0');
3269INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15882','{18105}=1','Zabbix value cache working in low memory mode','','0','4','',NULL,'0','0','0','','0','','0');
3270INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15883','{18106}>75','Zabbix vmware collector processes more than 75% busy','','0','3','',NULL,'0','0','1','{18106}<65','0','','0');
3271INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15884','{18107}>75','More than 75% used in the configuration cache','','0','3','Consider increasing CacheSize in the zabbix_proxy.conf configuration file',NULL,'0','0','0','','0','','0');
3272INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15885','{18108}>75','More than 75% used in the history cache','','0','3','Consider increasing HistoryCacheSize in the zabbix_proxy.conf configuration file',NULL,'0','0','0','','0','','0');
3273INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15886','{18109}>75','More than 75% used in the history index cache','','0','3','Consider increasing HistoryIndexCacheSize in the zabbix_proxy.conf configuration file',NULL,'0','0','0','','0','','0');
3274INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15887','{18110}>75','More than 75% used in the vmware cache','','0','3','Consider increasing VMwareCacheSize in the zabbix_proxy.conf configuration file',NULL,'0','0','0','','0','','0');
3275INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15888','{18111}>100','More than 100 items having missing data for more than 10 minutes','','0','2','zabbix[stats,{$IP},{$PORT},queue,10m] item is collecting data about how many items are missing data for more than 10 minutes (next parameter)',NULL,'0','0','0','','0','','0');
3276INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15889','{18112}>75','Zabbix configuration syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18112}<65','0','','0');
3277INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15890','{18113}>75','Zabbix data sender processes more than 75% busy','','0','3','',NULL,'0','0','1','{18113}<65','0','','0');
3278INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15891','{18114}>75','Zabbix discoverer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18114}<65','0','','0');
3279INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15892','{18115}>75','Zabbix heartbeat sender processes more than 75% busy','','0','3','',NULL,'0','0','1','{18115}<65','0','','0');
3280INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15893','{18116}>75','Zabbix history syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18116}<65','0','','0');
3281INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15894','{18117}>75','Zabbix housekeeper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18117}<65','0','','0');
3282INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15895','{18118}>75','Zabbix http poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18118}<65','0','','0');
3283INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15896','{18119}>75','Zabbix icmp pinger processes more than 75% busy','','0','3','',NULL,'0','0','1','{18119}<65','0','','0');
3284INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15897','{18120}>75','Zabbix ipmi manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18120}<65','0','','0');
3285INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15898','{18121}>75','Zabbix ipmi poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18121}<65','0','','0');
3286INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15899','{18122}>75','Zabbix java poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18122}<65','0','','0');
3287INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15900','{18123}>75','Zabbix poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18123}<65','0','','0');
3288INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15901','{18124}>75','Zabbix self-monitoring processes more than 75% busy','','0','3','',NULL,'0','0','1','{18124}<65','0','','0');
3289INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15902','{18125}>75','Zabbix snmp trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18125}<65','0','','0');
3290INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15903','{18126}>75','Zabbix task manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18126}<65','0','','0');
3291INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15904','{18127}>75','Zabbix trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18127}<65','0','','0');
3292INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15905','{18128}>75','Zabbix unreachable poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18128}<65','0','','0');
3293INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15906','{18129}>75','Zabbix vmware collector processes more than 75% busy','','0','3','',NULL,'0','0','1','{18129}<65','0','','0');
3294INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15907','{18130}>{$CPU_UTIL_MAX}','{#SNMPVALUE}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0');
3295INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15913','{18136}>{$TEMP_WARN:"Ambient"}','{#SENSOR_LOCATION}.Ambient: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18137}<{$TEMP_WARN:"Ambient"}-3','0','','0');
3296INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15914','{18138}>{$TEMP_CRIT:"Ambient"}','{#SENSOR_LOCATION}.Ambient: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18139}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
3297INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15915','{18140}<{$TEMP_CRIT_LOW:"Ambient"}','{#SENSOR_LOCATION}.Ambient: Temperature is too low: <{$TEMP_CRIT_LOW:"Ambient"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18141}>{$TEMP_CRIT_LOW:"Ambient"}+3','0','','0');
3298INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15916','{18142}>{$TEMP_WARN:"Ambient"}','{#SENSOR_LOCATION}.Front: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18143}<{$TEMP_WARN:"Ambient"}-3','0','','0');
3299INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15917','{18144}>{$TEMP_CRIT:"Ambient"}','{#SENSOR_LOCATION}.Front: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18145}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
3300INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15918','{18146}<{$TEMP_CRIT_LOW:"Ambient"}','{#SENSOR_LOCATION}.Front: Temperature is too low: <{$TEMP_CRIT_LOW:"Ambient"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18147}>{$TEMP_CRIT_LOW:"Ambient"}+3','0','','0');
3301INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15919','{18148}>{$TEMP_WARN:"Ambient"}','{#SENSOR_LOCATION}.Rear: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18149}<{$TEMP_WARN:"Ambient"}-3','0','','0');
3302INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15920','{18150}>{$TEMP_CRIT:"Ambient"}','{#SENSOR_LOCATION}.Rear: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18151}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
3303INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15921','{18152}<{$TEMP_CRIT_LOW:"Ambient"}','{#SENSOR_LOCATION}.Rear: Temperature is too low: <{$TEMP_CRIT_LOW:"Ambient"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18153}>{$TEMP_CRIT_LOW:"Ambient"}+3','0','','0');
3304INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15922','{18154}>{$TEMP_WARN:"Ambient"}','{#SENSOR_LOCATION}.IOH: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18155}<{$TEMP_WARN:"Ambient"}-3','0','','0');
3305INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15923','{18156}>{$TEMP_CRIT:"Ambient"}','{#SENSOR_LOCATION}.IOH: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18157}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
3306INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15924','{18158}<{$TEMP_CRIT_LOW:"Ambient"}','{#SENSOR_LOCATION}.IOH: Temperature is too low: <{$TEMP_CRIT_LOW:"Ambient"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18159}>{$TEMP_CRIT_LOW:"Ambient"}+3','0','','0');
3307INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15925','{18160}>{$TEMP_WARN:"CPU"}','{#SENSOR_LOCATION}: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18161}<{$TEMP_WARN:"CPU"}-3','0','','0');
3308INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15926','{18162}>{$TEMP_CRIT:"CPU"}','{#SENSOR_LOCATION}: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18163}<{$TEMP_CRIT:"CPU"}-3','0','','0');
3309INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15927','{18164}<{$TEMP_CRIT_LOW:"CPU"}','{#SENSOR_LOCATION}: Temperature is too low: <{$TEMP_CRIT_LOW:"CPU"}','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','1','{18165}>{$TEMP_CRIT_LOW:"CPU"}+3','0','','0');
3310INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15928','{18166}=1','{#PSU_LOCATION}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3311INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15929','{18167}=1','{#PSU_LOCATION}: Power supply is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the power supply unit for errors',NULL,'0','2','0','','0','','0');
3312INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15930','{18168}=1 or {18169}=1 or {18170}=1 or {18171}=1','{#UNIT_LOCATION}: System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for errors',NULL,'0','2','0','','0','','0');
3313INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15931','{18172}=1 or {18173}=1 or {18174}=1 or {18175}=1 or {18176}=1','{#UNIT_LOCATION}: System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for warnings',NULL,'0','2','0','','0','','0');
3314INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15932','{18177}=1 and {18178}>0','{#UNIT_LOCATION}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.\r\nDevice serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
3315INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15933','{18179}=1','{#FAN_LOCATION}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3316INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15934','{18180}=1','{#FAN_LOCATION}: Fan is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the fan unit',NULL,'0','2','0','','0','','0');
3317INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15935','{18181}=1','{#DISK_LOCATION}: Physical disk failed','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
3318INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15936','{18182}=1 or {18183}=1','{#DISK_LOCATION}: Physical disk error','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
3319INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15937','{18184}=1','{#VDISK_LOCATION}: Virtual disk is not in OK state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0');
3320INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15938','{18185}=1','{#DISKARRAY_LOCATION}: Disk array controller is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3321INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15939','{18186}=1','{#DISKARRAY_LOCATION}: Disk array controller is in warning state','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3322INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15940','{18187}=1','{#DISKARRAY_LOCATION}: Disk array controller is not in optimal state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3323INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15941','{18188}=1','{#DISKARRAY_CACHE_LOCATION}: Disk array cache controller battery is in critical state!','','0','3','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3324INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15942','{18189}=1','{#DISKARRAY_CACHE_LOCATION}: Disk array cache controller battery is not in optimal state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for faults',NULL,'0','2','0','','0','','0');
3325INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15943','{18190}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for errors',NULL,'0','0','0','','0','','0');
3326INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15944','{18191}=1','System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check the device for warnings',NULL,'0','0','0','','0','','0');
3327INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15946','{18193}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.',NULL,'0','0','0','','0','','0');
3328INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15952','{18199}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and\r\n(({18200}-{18201})<5G or {18202}<1d)','{#FSNAME}: Disk space is critically low (used > {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}%)','','0','3','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 5G.\r\n - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1');
3329INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15953','{18203}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and\r\n(({18204}-{18205})<10G or {18206}<1d)','{#FSNAME}: Disk space is low (used > {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}%)','','0','2','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 10G.\r\n - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1');
3330INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15954','{18207}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.',NULL,'0','2','0','','0','','0');
3331INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15970','({18253}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18254} or\r\n{18255}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18254}) and\r\n{18254}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.',NULL,'0','2','1','{18253}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18254} and\r\n{18255}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18254}','0','','1');
3332INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15971','{18256}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18257}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold',NULL,'0','2','1','{18258}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18259}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3333INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15974','{18267}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.',NULL,'0','0','0','','0','','0');
3334INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15976','{18269}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and\r\n(({18270}-{18271})<5G or {18272}<1d)','{#FSNAME}: Disk space is critically low (used > {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}%)','','0','3','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 5G.\r\n - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1');
3335INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15977','{18273}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and\r\n(({18274}-{18275})<10G or {18276}<1d)','{#FSNAME}: Disk space is low (used > {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}%)','','0','2','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 10G.\r\n - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1');
3336INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15978','{18277}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.',NULL,'0','2','0','','0','','0');
3337INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15982','{$IFCONTROL:"{#IFNAME}"}=1 and ({18287}=2 and {18288}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.',NULL,'0','2','1','{18287}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3338INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15983','({18289}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18290} or\r\n{18291}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18290}) and\r\n{18290}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.',NULL,'0','2','1','{18289}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18290} and\r\n{18291}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18290}','0','','1');
3339INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15984','{18292}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18293}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold',NULL,'0','2','1','{18294}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18295}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3340INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15985','{$IFCONTROL:"{#IFNAME}"}=1 and ({18296}=2 and {18297}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.',NULL,'0','2','1','{18296}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3341INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15986','({18298}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18299} or\r\n{18300}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18299}) and\r\n{18299}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.',NULL,'0','2','1','{18298}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18299} and\r\n{18300}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18299}','0','','1');
3342INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15987','{18301}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18302}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold',NULL,'0','2','1','{18303}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18304}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3343INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16051','{$IFCONTROL:"{#IFNAME}"}=1 and ({18494}=2 and {18495}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.',NULL,'0','2','1','{18494}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3344INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16052','({18496}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18497} or\r\n{18498}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18497}) and\r\n{18497}>0','Interface {#IFDESCR}: High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.',NULL,'0','2','1','{18496}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18497} and\r\n{18498}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18497}','0','','1');
3345INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16053','{18499}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18500}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFDESCR}: High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold',NULL,'0','2','1','{18501}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18502}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3346INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16060','{$IFCONTROL:"{#IFNAME}"}=1 and ({18521}=2 and {18522}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.',NULL,'0','2','1','{18521}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3347INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16061','({18523}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18524} or\r\n{18525}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18524}) and\r\n{18524}>0','Interface {#IFDESCR}: High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.',NULL,'0','2','1','{18523}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18524} and\r\n{18525}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18524}','0','','1');
3348INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16062','{18526}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18527}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFDESCR}: High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold',NULL,'0','2','1','{18528}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18529}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3349INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16069','{$IFCONTROL:"{#IFNAME}"}=1 and ({18548}=2 and {18549}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.',NULL,'0','2','1','{18548}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3350INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16071','{18552}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.',NULL,'0','0','0','','0','','0');
3351INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16072','{18553}=1 and {18554}>0','Operating system description has changed','','0','1','Last value: {ITEM.LASTVALUE1}\r\nOperating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.',NULL,'0','0','2','','0','','1');
3352INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16077','{18562}>{$MEMORY.UTIL.MAX}','{#SNMPVALUE}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.',NULL,'0','2','0','','0','','0');
3353INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16078','{18563}>{$CPU.UTIL.CRIT}','#{#SNMPINDEX}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.',NULL,'0','2','0','','0','','0');
3354INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16079','{18564}>{$CPU.UTIL.CRIT}','{#SNMPVALUE}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.',NULL,'0','2','0','','0','','0');
3355INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16080','{18565}>{$TEMP_WARN:"{#SNMPVALUE}"}\r\nor\r\n{18566}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18567}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0');
3356INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16081','{18568}>{$TEMP_CRIT:"{#SNMPVALUE}"}\r\nor\r\n{18569}={$TEMP_CRIT_STATUS}\r\nor\r\n{18569}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18570}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0');
3357INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16082','{18571}<{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}','{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}','','0','3','Current value: {ITEM.LASTVALUE1}',NULL,'0','2','1','{18572}>{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}+3','0','','0');
3358INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16097','{18602}=1','Compilation: {HOST.NAME} uses suboptimal JIT compiler','','0','1','',NULL,'0','0','0','','0','','1');
3359INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16098','{18603}>{18604}','GarbageCollector: Concurrent Mark Sweep in fire fighting mode','','0','3','',NULL,'0','0','0','','0','','0');
3360INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16099','{18605}>{18606}','GarbageCollector: Mark Sweep Compact in fire fighting mode','','0','3','',NULL,'0','0','0','','0','','0');
3361INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16100','{18607}>{18608}','GarbageCollector: PS Mark Sweep in fire fighting mode','','0','3','',NULL,'0','0','0','','0','','0');
3362INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16101','{18609}>({18610}*{$JMX.HEAP.MEM.USAGE.MAX}/100)','Memory: Heap memory usage more than {$JMX.HEAP.USAGE.MAX}% for {$JMX.HEAP.MEM.USAGE.TIME}','','0','2','',NULL,'0','0','0','','0','','0');
3363INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16102','{18611}>({18612}*{$JMX.NONHEAP.MEM.USAGE.MAX}/100)','Memory: Non-Heap memory usage more than {$JMX.NONHEAP.MEM.USAGE.MAX}% for {$JMX.NONHEAP.MEM.USAGE.TIME}','','0','2','',NULL,'0','0','0','','0','','0');
3364INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16103','{18613}>({18614}*{$JMX.MP.USAGE.MAX:"CMS Old Gen"}/100)','MemoryPool: CMS Old Gen memory usage more than {$JMX.MP.USAGE.MAX:"CMS Old Gen"}% for {$JMX.MP.USAGE.TIME:"CMS Old Gen"}','','0','2','',NULL,'0','0','0','','0','','0');
3365INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16104','{18615}>({18616}*{$JMX.MP.USAGE.MAX:"CMS Perm Gen"}/100)','MemoryPool: CMS Perm Gen memory usage more than {$JMX.MP.USAGE.MAX:"CMS Perm Gen"}% for {$JMX.MP.USAGE.TIME:"CMS Perm Gen"}','','0','2','',NULL,'0','0','0','','0','','0');
3366INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16105','{18617}>({18618}*{$JMX.MP.USAGE.MAX:"Code Cache"}/100)','MemoryPool: Code Cache memory usage more than {$JMX.MP.USAGE.MAX:"Code Cache"}% for {$JMX.MP.USAGE.TIME:"Code Cache"}','','0','2','',NULL,'0','0','0','','0','','0');
3367INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16106','{18619}>({18620}*{$JMX.MP.USAGE.MAX:"Perm Gen"}/100)','MemoryPool: Perm Gen memory usage more than {$JMX.MP.USAGE.MAX:"Perm Gen"}% for {$JMX.MP.USAGE.TIME:"Perm Gen"}','','0','2','',NULL,'0','0','0','','0','','0');
3368INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16107','{18621}>({18622}*{$JMX.MP.USAGE.MAX:"PS Old Gen"}/100)','MemoryPool: PS Old Gen memory usage more than {$JMX.MP.USAGE.MAX:"PS Old Gen"}% for {$JMX.MP.USAGE.TIME:"PS Old Gen"}','','0','2','',NULL,'0','0','0','','0','','0');
3369INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16108','{18623}>({18624}*{$JMX.MP.USAGE.MAX:"PS Perm Gen"}/100)','MemoryPool: PS Perm Gen memory usage more than {$JMX.MP.USAGE.MAX:"PS Perm Gen"}% for {$JMX.MP.USAGE.TIME:"PS Perm Gen"}','','0','2','',NULL,'0','0','0','','0','','0');
3370INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16109','{18625}>({18626}*{$JMX.MP.USAGE.MAX:"Tenured Gen"}/100)','MemoryPool: Tenured Gen memory usage more than {$JMX.MP.USAGE.MAX:"Tenured Gen"}% for {$JMX.MP.USAGE.TIME:"Tenured Gen"}','','0','2','',NULL,'0','0','0','','0','','0');
3371INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16110','{18627}>({18628}*{$JMX.FILE.DESCRIPTORS.MAX}/100)','OperatingSystem: Opened file descriptor count more than {$JMX.FILE.DESCRIPTORS.MAX}% of maximum','','0','2','',NULL,'0','0','0','','0','','0');
3372INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16111','{18629}>{$JMX.CPU.LOAD.MAX}','OperatingSystem: Process CPU Load more than {$JMX.CPU.LOAD.MAX}% for {$JMX.CPU.LOAD.TIME}','','0','3','',NULL,'0','0','0','','0','','0');
3373INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16112','{18630}=1','Runtime: JVM is not reachable','','0','3','',NULL,'0','0','0','','0','','1');
3374INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16113','{18631}<>1','Runtime: {HOST.NAME} runs suboptimal VM type','','0','1','',NULL,'0','0','0','','0','','1');
3375INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16114','{18632}<10m','VMware: {HOST.HOST} has been restarted (uptime < 10m)','','0','2','Uptime is less than 10 minutes',NULL,'0','0','0','','0','','1');
3376INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16115','{18633}=3','VMware: The {HOST.HOST} health is Red','','0','4','One or more components in the appliance might be in an unusable status and the appliance might become unresponsive soon. Security patches might be available.',NULL,'0','0','0','','0','','0');
3377INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16116','{18634}=2','VMware: The {HOST.HOST} health is Yellow','','0','3','One or more components in the appliance might become overloaded soon.',NULL,'0','0','0','','0','','0');
3378INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16117','{18635}=3','VMware: The {HOST.HOST} health is Red','','0','4','One or more components in the appliance might be in an unusable status and the appliance might become unresponsive soon. Security patches might be available.',NULL,'0','0','0','','0','','0');
3379INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16118','{18636}=2','VMware: The {HOST.HOST} health is Yellow','','0','3','One or more components in the appliance might become overloaded soon.',NULL,'0','0','0','','0','','0');
3380INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16119','{18637}<10m','VMware: {HOST.HOST} has been restarted (uptime < 10m)','','0','2','Uptime is less than 10 minutes',NULL,'0','0','0','','0','','1');
3381INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10045','{12927}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0');
3382INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('10047','{12550}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0');
3383INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13075','{12648}>95','More than 95% used in the value cache','','0','3','','13074','0','0','0','','0','','0');
3384INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13328','{12715}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0');
3385INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13329','{12929}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0');
3386INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13344','{12731}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0');
3387INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13345','{12930}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0');
3388INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13360','{12747}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0');
3389INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13361','{12931}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0');
3390INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13376','{12763}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0');
3391INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13377','{12932}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0');
3392INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13392','{12779}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0');
3393INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13393','{12933}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0');
3394INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13408','{12795}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0');
3395INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13409','{12934}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0');
3396INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13436','{13205}>75','Zabbix vmware collector processes more than 75% busy','','0','3','','13097','0','0','1','{13205}<65','0','','0');
3397INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13437','{12824}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0');
3398INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13438','{12935}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0');
3399INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13467','{13165}>75','Zabbix alerter processes more than 75% busy','','0','3','','13080','0','0','1','{13165}<65','0','','0');
3400INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13468','{13171}>75','Zabbix configuration syncer processes more than 75% busy','','0','3','','13081','0','0','1','{13171}<65','0','','0');
3401INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13470','{13173}>75','Zabbix discoverer processes more than 75% busy','','0','3','','13083','0','0','1','{13173}<65','0','','0');
3402INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13471','{13175}>75','Zabbix escalator processes more than 75% busy','','0','3','','13084','0','0','1','{13175}<65','0','','0');
3403INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13472','{13177}>75','Zabbix history syncer processes more than 75% busy','','0','3','','13085','0','0','1','{13177}<65','0','','0');
3404INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13473','{13179}>75','Zabbix housekeeper processes more than 75% busy','','0','3','','13086','0','0','1','{13179}<65','0','','0');
3405INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13474','{13181}>75','Zabbix http poller processes more than 75% busy','','0','3','','13087','0','0','1','{13181}<65','0','','0');
3406INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13475','{13183}>75','Zabbix icmp pinger processes more than 75% busy','','0','3','','13088','0','0','1','{13183}<65','0','','0');
3407INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13476','{13185}>75','Zabbix ipmi poller processes more than 75% busy','','0','3','','13089','0','0','1','{13185}<65','0','','0');
3408INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13477','{13187}>75','Zabbix java poller processes more than 75% busy','','0','3','','13275','0','0','1','{13187}<65','0','','0');
3409INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13479','{13189}>75','Zabbix poller processes more than 75% busy','','0','3','','13091','0','0','1','{13189}<65','0','','0');
3410INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13480','{13191}>75','Zabbix proxy poller processes more than 75% busy','','0','3','','13092','0','0','1','{13191}<65','0','','0');
3411INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13481','{13193}>75','Zabbix self-monitoring processes more than 75% busy','','0','3','','13093','0','0','1','{13193}<65','0','','0');
3412INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13482','{13195}>75','Zabbix snmp trapper processes more than 75% busy','','0','3','','13441','0','0','1','{13195}<65','0','','0');
3413INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13483','{13199}>75','Zabbix timer processes more than 75% busy','','0','3','','13094','0','0','1','{13199}<65','0','','0');
3414INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13484','{13201}>75','Zabbix trapper processes more than 75% busy','','0','3','','13095','0','0','1','{13201}<65','0','','0');
3415INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13485','{13203}>75','Zabbix unreachable poller processes more than 75% busy','','0','3','','13096','0','0','1','{13203}<65','0','','0');
3416INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13486','{12895}>100','More than 100 items having missing data for more than 10 minutes','','0','2','zabbix[queue,10m] item is collecting data about how many items are missing data for more than 10 minutes (next parameter)','13023','0','0','0','','0','','0');
3417INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13487','{12896}>75','More than 75% used in the configuration cache','','0','3','Consider increasing CacheSize in the zabbix_server.conf configuration file','13015','0','0','0','','0','','0');
3418INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13488','{12897}>75','More than 75% used in the history cache','','0','3','','13073','0','0','0','','0','','0');
3419INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13489','{12898}>75','More than 75% used in the history index cache','','0','3','','13017','0','0','0','','0','','0');
3420INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13490','{12899}>75','More than 75% used in the trends cache','','0','3','','13019','0','0','0','','0','','0');
3421INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13493','{12902}<1024','Configured max number of opened files is too low on {HOST.NAME}','','0','1','','10042','0','0','0','','0','','0');
3422INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13494','{12903}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','','10041','0','0','0','','0','','0');
3423INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13495','{13085}>30','Too many processes running on {HOST.NAME}','','0','2','','10011','0','0','0','','0','','0');
3424INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13496','{13083}>300','Too many processes on {HOST.NAME}','','0','2','','10190','0','0','0','','0','','0');
3425INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13497','{13079}>5','Processor load is too high on {HOST.NAME}','','0','2','','10010','0','0','0','','0','','0');
3426INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13498','{13081}>20','Disk I/O is overloaded on {HOST.NAME}','','0','2','OS spends significant time waiting for I/O (input/output) operations. It could be indicator of performance issues with storage system.','13243','0','0','0','','0','','0');
3427INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13499','{12908}>0','Hostname was changed on {HOST.NAME}','','0','1','','10043','0','0','0','','0','','0');
3428INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13500','{12909}<50','Lack of free swap space on {HOST.NAME}','','0','2','It probably means that the systems requires more physical memory.','10012','0','0','0','','0','','0');
3429INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13501','{12910}>0','Host information was changed on {HOST.NAME}','','0','1','','10044','0','0','0','','0','','0');
3430INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13502','{12911}<0','{HOST.NAME} has just been restarted','','0','1','','10021','0','0','0','','0','','0');
3431INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13503','{12912}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','','10016','0','0','0','','0','','0');
3432INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13504','{12913}<20M','Lack of available memory on server {HOST.NAME}','','0','3','','13000','0','0','0','','0','','0');
3433INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13505','{12914}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','','13272','0','2','0','','0','','0');
3434INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13506','{12915}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','','13266','0','2','0','','0','','0');
3435INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13508','{12937}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0');
3436INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13510','{12939}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0');
3437INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13511','{12940}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0');
3438INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13512','{12941}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0');
3439INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13513','{12942}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0');
3440INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13514','{12943}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0');
3441INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13515','{12944}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0');
3442INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13516','{12945}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0');
3443INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13537','{12966}>75','More than 75% used in the vmware cache','','0','3','','13536','0','0','0','','0','','0');
3444INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13558','{13161}=1','Zabbix value cache working in low memory mode','','0','4','','13557','0','0','0','','0','','0');
3445INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13560','{13197}>75','Zabbix task manager processes more than 75% busy','','0','3','','13559','0','0','1','{13197}<65','0','','0');
3446INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13563','{13223}>75','Zabbix ipmi manager processes more than 75% busy','','0','3','','13562','0','0','1','{13223}<65','0','','0');
3447INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13567','{13227}>75','Zabbix alert manager processes more than 75% busy','','0','3','','13566','0','0','1','{13227}<65','0','','0');
3448INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13570','{13230}>75','Zabbix preprocessing manager processes more than 75% busy','','0','3','','13568','0','0','1','{13230}<65','0','','0');
3449INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13571','{13231}>75','Zabbix preprocessing worker processes more than 75% busy','','0','3','','13569','0','0','1','{13231}<65','0','','0');
3450INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14288','{14463}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14251','0','0','0','','0','','0');
3451INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14289','{14464}>{$ICMP_LOSS_WARN} and {14464}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14252','0','0','0','','0','','0');
3452INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14290','{14465}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14253','0','0','0','','0','','0');
3453INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14293','{14468}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14251','0','0','0','','0','','0');
3454INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14294','{14469}>{$ICMP_LOSS_WARN} and {14469}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14252','0','0','0','','0','','0');
3455INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14295','{14470}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14253','0','0','0','','0','','0');
3456INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14366','{14600}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.','14361','0','0','0','','0','','0');
3457INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14367','{14601}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.','14361','0','0','0','','0','','0');
3458INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14368','{14602}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.','14362','0','0','0','','0','','0');
3459INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14369','{14603}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.','14362','0','0','0','','0','','0');
3460INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14411','{14672}=1 and {14673}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}\r\nDevice serial number has changed. Ack to close','14409','0','0','0','','0','','1');
3461INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14413','{14676}=1 and {14677}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}\r\nDevice serial number has changed. Ack to close','14409','0','0','0','','0','','1');
3462INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14428','{14698}=1 and {14699}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}\r\nDevice serial number has changed. Ack to close','14417','0','2','0','','0','','1');
3463INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14430','{14702}=1 and {14703}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}\r\nDevice serial number has changed. Ack to close','14417','0','2','0','','0','','1');
3464INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14940','{15730}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14939','0','2','0','','0','','1');
3465INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14942','{15732}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3466INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14943','{15733}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3467INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14944','{15734}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3468INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14945','{15735}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3469INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14946','{15736}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3470INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14947','{15737}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3471INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14948','{15738}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3472INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14949','{15739}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3473INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14950','{15740}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3474INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14951','{15741}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3475INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14952','{15742}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3476INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14953','{15743}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3477INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15162','{16353}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15161','0','0','0','','0','','0');
3478INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15163','{16354}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15161','0','0','0','','0','','0');
3479INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15171','{16376}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3480INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15172','{16377}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3481INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15173','{16378}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3482INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15174','{16379}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3483INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15175','{16380}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3484INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15176','{16381}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3485INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15177','{16382}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3486INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15178','{16383}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3487INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15179','{16384}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3488INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15180','{16385}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3489INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15181','{16386}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3490INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15182','{16387}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3491INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15183','{16388}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3492INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15184','{16389}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3493INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15185','{16390}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3494INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15186','{16391}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3495INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15187','{16392}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3496INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15188','{16393}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3497INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15189','{16394}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3498INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15190','{16395}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3499INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15191','{16396}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3500INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15192','{16397}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3501INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15193','{16398}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3502INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15208','{16445}=1 and {16446}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}\r\nDevice serial number has changed. Ack to close','14409','0','0','0','','0','','1');
3503INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15209','{16447}=1 and {16448}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}\r\nDevice serial number has changed. Ack to close','14417','0','2','0','','0','','1');
3504INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15224','{16476}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3505INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15354','{16866}=1 or {16867}=1','{#SENSOR_INFO}: Power supply is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}\r\nPlease check the power supply unit for errors','15344','0','2','0','','0','','0');
3506INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15355','{16868}=1 or {16869}=1','{#SENSOR_INFO}: Power supply is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}\r\nPlease check the power supply unit for errors','15344','0','2','0','','0','','0');
3507INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15356','{16870}=1 or {16871}=1','{#SENSOR_INFO}: Power supply is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}\r\nPlease check the power supply unit for errors','15344','0','2','0','','0','','0');
3508INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15357','{16872}=1 or {16873}=1','{#SENSOR_INFO}: Power supply is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}\r\nPlease check the power supply unit for errors','15345','0','2','0','','0','','0');
3509INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15358','{16874}=1 or {16875}=1','{#SENSOR_INFO}: Power supply is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}\r\nPlease check the power supply unit for errors','15345','0','2','0','','0','','0');
3510INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15359','{16876}=1 or {16877}=1','{#SENSOR_INFO}: Power supply is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}\r\nPlease check the power supply unit for errors','15345','0','2','0','','0','','0');
3511INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15360','{16878}=1 or {16879}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}\r\nPlease check the fan unit','15346','0','2','0','','0','','0');
3512INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15361','{16880}=1 or {16881}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}\r\nPlease check the fan unit','15346','0','2','0','','0','','0');
3513INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15362','{16882}=1 or {16883}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}\r\nPlease check the fan unit','15346','0','2','0','','0','','0');
3514INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15363','{16884}=1 or {16885}=1','{#SENSOR_INFO}: Fan is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}\r\nPlease check the fan unit','15347','0','2','0','','0','','0');
3515INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15364','{16886}=1 or {16887}=1','{#SENSOR_INFO}: Fan is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}\r\nPlease check the fan unit','15347','0','2','0','','0','','0');
3516INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15365','{16888}=1 or {16889}=1','{#SENSOR_INFO}: Fan is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}\r\nPlease check the fan unit','15347','0','2','0','','0','','0');
3517INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15643','{17660}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15642','0','0','0','','0','','1');
3518INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15644','{17661}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15642','0','0','0','','0','','1');
3519INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15646','{17663}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3520INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15647','{17664}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3521INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15648','{17665}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3522INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15649','{17666}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3523INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15650','{17667}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3524INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15651','{17668}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3525INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15652','{17669}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3526INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15653','{17670}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3527INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15654','{17671}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3528INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15655','{17672}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3529INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15656','{17673}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3530INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15657','{17674}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3531INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15658','{17675}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3532INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15659','{17676}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3533INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15660','{17677}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3534INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15661','{17678}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3535INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15662','{17679}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3536INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15663','{17680}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3537INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15664','{17681}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3538INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15665','{17682}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3539INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15666','{17683}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3540INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15667','{17684}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3541INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15668','{17685}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3542INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15669','{17686}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3543INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15672','{17697}<0 and {17698}>0\r\nand (\r\n{17699}=6 or\r\n{17699}=7 or\r\n{17699}=11 or\r\n{17699}=62 or\r\n{17699}=69 or\r\n{17699}=117\r\n)\r\nand\r\n({17700}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17697}>0 and {17701}>0) or\r\n({17700}=2)','0','','1');
3544INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15673','{17702}<0 and {17703}>0\r\nand (\r\n{17704}=6 or\r\n{17704}=7 or\r\n{17704}=11 or\r\n{17704}=62 or\r\n{17704}=69 or\r\n{17704}=117\r\n)\r\nand\r\n({17705}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17702}>0 and {17706}>0) or\r\n({17705}=2)','0','','1');
3545INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15674','{17707}<0 and {17708}>0\r\nand (\r\n{17709}=6 or\r\n{17709}=7 or\r\n{17709}=11 or\r\n{17709}=62 or\r\n{17709}=69 or\r\n{17709}=117\r\n)\r\nand\r\n({17710}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17707}>0 and {17711}>0) or\r\n({17710}=2)','0','','1');
3546INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15675','{17712}<0 and {17713}>0\r\nand (\r\n{17714}=6 or\r\n{17714}=7 or\r\n{17714}=11 or\r\n{17714}=62 or\r\n{17714}=69 or\r\n{17714}=117\r\n)\r\nand\r\n({17715}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17712}>0 and {17716}>0) or\r\n({17715}=2)','0','','1');
3547INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15676','{17717}<0 and {17718}>0\r\nand (\r\n{17719}=6 or\r\n{17719}=7 or\r\n{17719}=11 or\r\n{17719}=62 or\r\n{17719}=69 or\r\n{17719}=117\r\n)\r\nand\r\n({17720}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17717}>0 and {17721}>0) or\r\n({17720}=2)','0','','1');
3548INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15677','{17722}<0 and {17723}>0\r\nand (\r\n{17724}=6 or\r\n{17724}=7 or\r\n{17724}=11 or\r\n{17724}=62 or\r\n{17724}=69 or\r\n{17724}=117\r\n)\r\nand\r\n({17725}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17722}>0 and {17726}>0) or\r\n({17725}=2)','0','','1');
3549INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15678','{17727}<0 and {17728}>0\r\nand (\r\n{17729}=6 or\r\n{17729}=7 or\r\n{17729}=11 or\r\n{17729}=62 or\r\n{17729}=69 or\r\n{17729}=117\r\n)\r\nand\r\n({17730}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17727}>0 and {17731}>0) or\r\n({17730}=2)','0','','1');
3550INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15679','{17732}<0 and {17733}>0\r\nand (\r\n{17734}=6 or\r\n{17734}=7 or\r\n{17734}=11 or\r\n{17734}=62 or\r\n{17734}=69 or\r\n{17734}=117\r\n)\r\nand\r\n({17735}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17732}>0 and {17736}>0) or\r\n({17735}=2)','0','','1');
3551INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15680','{17737}<0 and {17738}>0\r\nand (\r\n{17739}=6 or\r\n{17739}=7 or\r\n{17739}=11 or\r\n{17739}=62 or\r\n{17739}=69 or\r\n{17739}=117\r\n)\r\nand\r\n({17740}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17737}>0 and {17741}>0) or\r\n({17740}=2)','0','','1');
3552INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15681','{17742}<0 and {17743}>0\r\nand (\r\n{17744}=6 or\r\n{17744}=7 or\r\n{17744}=11 or\r\n{17744}=62 or\r\n{17744}=69 or\r\n{17744}=117\r\n)\r\nand\r\n({17745}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17742}>0 and {17746}>0) or\r\n({17745}=2)','0','','1');
3553INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15682','{17747}<0 and {17748}>0\r\nand (\r\n{17749}=6 or\r\n{17749}=7 or\r\n{17749}=11 or\r\n{17749}=62 or\r\n{17749}=69 or\r\n{17749}=117\r\n)\r\nand\r\n({17750}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17747}>0 and {17751}>0) or\r\n({17750}=2)','0','','1');
3554INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15683','{17752}<0 and {17753}>0\r\nand (\r\n{17754}=6 or\r\n{17754}=7 or\r\n{17754}=11 or\r\n{17754}=62 or\r\n{17754}=69 or\r\n{17754}=117\r\n)\r\nand\r\n({17755}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17752}>0 and {17756}>0) or\r\n({17755}=2)','0','','1');
3555INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15684','{17757}<0 and {17758}>0\r\nand (\r\n{17759}=6 or\r\n{17759}=7 or\r\n{17759}=11 or\r\n{17759}=62 or\r\n{17759}=69 or\r\n{17759}=117\r\n)\r\nand\r\n({17760}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17757}>0 and {17761}>0) or\r\n({17760}=2)','0','','1');
3556INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15685','{17762}<0 and {17763}>0\r\nand (\r\n{17764}=6 or\r\n{17764}=7 or\r\n{17764}=11 or\r\n{17764}=62 or\r\n{17764}=69 or\r\n{17764}=117\r\n)\r\nand\r\n({17765}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17762}>0 and {17766}>0) or\r\n({17765}=2)','0','','1');
3557INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15686','{17767}<0 and {17768}>0\r\nand (\r\n{17769}=6 or\r\n{17769}=7 or\r\n{17769}=11 or\r\n{17769}=62 or\r\n{17769}=69 or\r\n{17769}=117\r\n)\r\nand\r\n({17770}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17767}>0 and {17771}>0) or\r\n({17770}=2)','0','','1');
3558INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15687','{17772}<0 and {17773}>0\r\nand (\r\n{17774}=6 or\r\n{17774}=7 or\r\n{17774}=11 or\r\n{17774}=62 or\r\n{17774}=69 or\r\n{17774}=117\r\n)\r\nand\r\n({17775}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17772}>0 and {17776}>0) or\r\n({17775}=2)','0','','1');
3559INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15688','{17777}<0 and {17778}>0\r\nand (\r\n{17779}=6 or\r\n{17779}=7 or\r\n{17779}=11 or\r\n{17779}=62 or\r\n{17779}=69 or\r\n{17779}=117\r\n)\r\nand\r\n({17780}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17777}>0 and {17781}>0) or\r\n({17780}=2)','0','','1');
3560INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15689','{17782}<0 and {17783}>0\r\nand (\r\n{17784}=6 or\r\n{17784}=7 or\r\n{17784}=11 or\r\n{17784}=62 or\r\n{17784}=69 or\r\n{17784}=117\r\n)\r\nand\r\n({17785}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17782}>0 and {17786}>0) or\r\n({17785}=2)','0','','1');
3561INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15690','{17787}<0 and {17788}>0\r\nand (\r\n{17789}=6 or\r\n{17789}=7 or\r\n{17789}=11 or\r\n{17789}=62 or\r\n{17789}=69 or\r\n{17789}=117\r\n)\r\nand\r\n({17790}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17787}>0 and {17791}>0) or\r\n({17790}=2)','0','','1');
3562INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15691','{17792}<0 and {17793}>0\r\nand (\r\n{17794}=6 or\r\n{17794}=7 or\r\n{17794}=11 or\r\n{17794}=62 or\r\n{17794}=69 or\r\n{17794}=117\r\n)\r\nand\r\n({17795}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17792}>0 and {17796}>0) or\r\n({17795}=2)','0','','1');
3563INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15693','{17802}<0 and {17803}>0\r\nand (\r\n{17804}=6 or\r\n{17804}=7 or\r\n{17804}=11 or\r\n{17804}=62 or\r\n{17804}=69 or\r\n{17804}=117\r\n)\r\nand\r\n({17805}<>2)','Interface {#IFDESCR}: Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15692','0','2','1','({17802}>0 and {17806}>0) or\r\n({17805}=2)','0','','1');
3564INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15694','{17807}<0 and {17808}>0\r\nand (\r\n{17809}=6 or\r\n{17809}=7 or\r\n{17809}=11 or\r\n{17809}=62 or\r\n{17809}=69 or\r\n{17809}=117\r\n)\r\nand\r\n({17810}<>2)','Interface {#IFDESCR}: Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15692','0','2','1','({17807}>0 and {17811}>0) or\r\n({17810}=2)','0','','1');
3565INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15696','{17817}<0 and {17818}>0\r\nand (\r\n{17819}=6 or\r\n{17819}=7 or\r\n{17819}=11 or\r\n{17819}=62 or\r\n{17819}=69 or\r\n{17819}=117\r\n)\r\nand\r\n({17820}<>2)','Interface {#IFDESCR}: Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15695','0','2','1','({17817}>0 and {17821}>0) or\r\n({17820}=2)','0','','1');
3566INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15697','{17822}<0 and {17823}>0\r\nand (\r\n{17824}=6 or\r\n{17824}=7 or\r\n{17824}=11 or\r\n{17824}=62 or\r\n{17824}=69 or\r\n{17824}=117\r\n)\r\nand\r\n({17825}<>2)','Interface {#IFDESCR}: Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15695','0','2','1','({17822}>0 and {17826}>0) or\r\n({17825}=2)','0','','1');
3567INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15699','{17832}<0 and {17833}>0\r\nand (\r\n{17834}=6 or\r\n{17834}=7 or\r\n{17834}=11 or\r\n{17834}=62 or\r\n{17834}=69 or\r\n{17834}=117\r\n)\r\nand\r\n({17835}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15698','0','2','1','({17832}>0 and {17836}>0) or\r\n({17835}=2)','0','','1');
3568INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15700','{17837}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nPlease check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
3569INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15704','{17841}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3570INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15705','{17842}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3571INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15708','{17848}<0 and {17849}>0\r\nand (\r\n{17850}=6 or\r\n{17850}=7 or\r\n{17850}=11 or\r\n{17850}=62 or\r\n{17850}=69 or\r\n{17850}=117\r\n)\r\nand\r\n({17851}<>2)','Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before','','0','1','This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close.','15671','0','2','1','({17848}>0 and {17852}>0) or\r\n({17851}=2)','0','','1');
3572INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15726','{17877}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3573INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15727','{17878}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3574INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15758','{17929}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3575INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15759','{17930}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3576INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15801','{17998}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15642','0','0','0','','0','','1');
3577INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15802','{17999}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15161','0','0','0','','0','','0');
3578INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15822','{18029}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3579INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15823','{18030}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3580INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15843','{18060}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3581INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15844','{18061}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3582INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15911','{18134}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nThe device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
3583INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15912','{18135}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.\r\nSNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
3584INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15947','{18194}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.','15946','0','0','0','','0','','0');
3585INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15955','{18208}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and\r\n(({18209}-{18210})<5G or {18211}<1d)','{#FSNAME}: Disk space is critically low (used > {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}%)','','0','3','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 5G.\r\n - The disk will be full in less than 24 hours.','15952','0','2','0','','0','','1');
3586INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15960','{18228}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and\r\n(({18229}-{18230})<10G or {18231}<1d)','{#FSNAME}: Disk space is low (used > {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}%)','','0','2','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 10G.\r\n - The disk will be full in less than 24 hours.','15953','0','2','0','','0','','1');
3587INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15965','{18248}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.','15954','0','2','0','','0','','0');
3588INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15972','({18260}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18261} or\r\n{18262}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18261}) and\r\n{18261}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15970','0','2','1','{18260}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18261} and\r\n{18262}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18261}','0','','1');
3589INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15973','{18263}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18264}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15971','0','2','1','{18265}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18266}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3590INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15975','{18268}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.','15974','0','0','0','','0','','0');
3591INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15979','{18278}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and\r\n(({18279}-{18280})<5G or {18281}<1d)','{#FSNAME}: Disk space is critically low (used > {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}%)','','0','3','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 5G.\r\n - The disk will be full in less than 24 hours.','15976','0','2','0','','0','','1');
3592INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15980','{18282}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and\r\n(({18283}-{18284})<10G or {18285}<1d)','{#FSNAME}: Disk space is low (used > {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}%)','','0','2','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 10G.\r\n - The disk will be full in less than 24 hours.','15977','0','2','0','','0','','1');
3593INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15981','{18286}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.','15978','0','2','0','','0','','0');
3594INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15988','{$IFCONTROL:"{#IFNAME}"}=1 and ({18305}=2 and {18306}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18305}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3595INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15989','{$IFCONTROL:"{#IFNAME}"}=1 and ({18307}=2 and {18308}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18307}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3596INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15990','{$IFCONTROL:"{#IFNAME}"}=1 and ({18309}=2 and {18310}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18309}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3597INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15991','{$IFCONTROL:"{#IFNAME}"}=1 and ({18311}=2 and {18312}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18311}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3598INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15992','{$IFCONTROL:"{#IFNAME}"}=1 and ({18313}=2 and {18314}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18313}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3599INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15993','{$IFCONTROL:"{#IFNAME}"}=1 and ({18315}=2 and {18316}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18315}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3600INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15994','{$IFCONTROL:"{#IFNAME}"}=1 and ({18317}=2 and {18318}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18317}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3601INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15995','{$IFCONTROL:"{#IFNAME}"}=1 and ({18319}=2 and {18320}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18319}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3602INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15996','{$IFCONTROL:"{#IFNAME}"}=1 and ({18321}=2 and {18322}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18321}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3603INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15997','{$IFCONTROL:"{#IFNAME}"}=1 and ({18323}=2 and {18324}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18323}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3604INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15998','{$IFCONTROL:"{#IFNAME}"}=1 and ({18325}=2 and {18326}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18325}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3605INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15999','{$IFCONTROL:"{#IFNAME}"}=1 and ({18327}=2 and {18328}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18327}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3606INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16000','{$IFCONTROL:"{#IFNAME}"}=1 and ({18329}=2 and {18330}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18329}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3607INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16001','{$IFCONTROL:"{#IFNAME}"}=1 and ({18331}=2 and {18332}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18331}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3608INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16002','{$IFCONTROL:"{#IFNAME}"}=1 and ({18333}=2 and {18334}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18333}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3609INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16003','{$IFCONTROL:"{#IFNAME}"}=1 and ({18335}=2 and {18336}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18335}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3610INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16004','{$IFCONTROL:"{#IFNAME}"}=1 and ({18337}=2 and {18338}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18337}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3611INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16005','{$IFCONTROL:"{#IFNAME}"}=1 and ({18339}=2 and {18340}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18339}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3612INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16006','{$IFCONTROL:"{#IFNAME}"}=1 and ({18341}=2 and {18342}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18341}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3613INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16007','{$IFCONTROL:"{#IFNAME}"}=1 and ({18343}=2 and {18344}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18343}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3614INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16008','{$IFCONTROL:"{#IFNAME}"}=1 and ({18345}=2 and {18346}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','15985','0','2','1','{18345}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3615INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16009','({18347}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18348} or\r\n{18349}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18348}) and\r\n{18348}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18347}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18348} and\r\n{18349}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18348}','0','','1');
3616INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16010','({18350}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18351} or\r\n{18352}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18351}) and\r\n{18351}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18350}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18351} and\r\n{18352}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18351}','0','','1');
3617INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16011','({18353}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18354} or\r\n{18355}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18354}) and\r\n{18354}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18353}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18354} and\r\n{18355}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18354}','0','','1');
3618INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16012','({18356}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18357} or\r\n{18358}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18357}) and\r\n{18357}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18356}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18357} and\r\n{18358}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18357}','0','','1');
3619INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16013','({18359}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18360} or\r\n{18361}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18360}) and\r\n{18360}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18359}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18360} and\r\n{18361}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18360}','0','','1');
3620INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16014','({18362}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18363} or\r\n{18364}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18363}) and\r\n{18363}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18362}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18363} and\r\n{18364}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18363}','0','','1');
3621INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16015','({18365}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18366} or\r\n{18367}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18366}) and\r\n{18366}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18365}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18366} and\r\n{18367}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18366}','0','','1');
3622INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16016','({18368}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18369} or\r\n{18370}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18369}) and\r\n{18369}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18368}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18369} and\r\n{18370}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18369}','0','','1');
3623INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16017','({18371}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18372} or\r\n{18373}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18372}) and\r\n{18372}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18371}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18372} and\r\n{18373}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18372}','0','','1');
3624INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16018','({18374}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18375} or\r\n{18376}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18375}) and\r\n{18375}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18374}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18375} and\r\n{18376}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18375}','0','','1');
3625INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16019','({18377}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18378} or\r\n{18379}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18378}) and\r\n{18378}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18377}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18378} and\r\n{18379}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18378}','0','','1');
3626INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16020','({18380}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18381} or\r\n{18382}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18381}) and\r\n{18381}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18380}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18381} and\r\n{18382}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18381}','0','','1');
3627INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16021','({18383}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18384} or\r\n{18385}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18384}) and\r\n{18384}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18383}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18384} and\r\n{18385}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18384}','0','','1');
3628INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16022','({18386}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18387} or\r\n{18388}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18387}) and\r\n{18387}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18386}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18387} and\r\n{18388}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18387}','0','','1');
3629INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16023','({18389}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18390} or\r\n{18391}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18390}) and\r\n{18390}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18389}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18390} and\r\n{18391}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18390}','0','','1');
3630INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16024','({18392}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18393} or\r\n{18394}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18393}) and\r\n{18393}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18392}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18393} and\r\n{18394}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18393}','0','','1');
3631INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16025','({18395}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18396} or\r\n{18397}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18396}) and\r\n{18396}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18395}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18396} and\r\n{18397}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18396}','0','','1');
3632INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16026','({18398}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18399} or\r\n{18400}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18399}) and\r\n{18399}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18398}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18399} and\r\n{18400}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18399}','0','','1');
3633INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16027','({18401}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18402} or\r\n{18403}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18402}) and\r\n{18402}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18401}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18402} and\r\n{18403}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18402}','0','','1');
3634INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16028','({18404}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18405} or\r\n{18406}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18405}) and\r\n{18405}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18404}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18405} and\r\n{18406}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18405}','0','','1');
3635INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16029','({18407}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18408} or\r\n{18409}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18408}) and\r\n{18408}>0','Interface {#IFNAME}({#IFALIAS}): High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','15986','0','2','1','{18407}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18408} and\r\n{18409}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18408}','0','','1');
3636INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16030','{18410}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18411}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18412}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18413}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3637INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16031','{18414}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18415}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18416}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18417}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3638INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16032','{18418}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18419}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18420}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18421}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3639INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16033','{18422}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18423}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18424}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18425}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3640INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16034','{18426}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18427}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18428}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18429}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3641INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16035','{18430}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18431}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18432}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18433}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3642INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16036','{18434}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18435}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18436}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18437}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3643INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16037','{18438}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18439}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18440}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18441}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3644INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16038','{18442}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18443}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18444}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18445}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3645INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16039','{18446}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18447}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18448}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18449}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3646INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16040','{18450}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18451}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18452}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18453}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3647INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16041','{18454}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18455}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18456}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18457}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3648INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16042','{18458}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18459}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18460}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18461}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3649INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16043','{18462}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18463}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18464}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18465}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3650INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16044','{18466}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18467}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18468}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18469}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3651INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16045','{18470}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18471}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18472}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18473}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3652INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16046','{18474}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18475}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18476}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18477}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3653INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16047','{18478}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18479}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18480}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18481}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3654INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16048','{18482}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18483}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18484}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18485}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3655INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16049','{18486}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18487}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18488}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18489}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3656INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16050','{18490}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18491}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFNAME}({#IFALIAS}): High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','15987','0','2','1','{18492}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18493}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3657INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16054','{$IFCONTROL:"{#IFNAME}"}=1 and ({18503}=2 and {18504}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','16051','0','2','1','{18503}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3658INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16055','{$IFCONTROL:"{#IFNAME}"}=1 and ({18505}=2 and {18506}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','16051','0','2','1','{18505}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3659INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16056','({18507}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18508} or\r\n{18509}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18508}) and\r\n{18508}>0','Interface {#IFDESCR}: High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','16052','0','2','1','{18507}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18508} and\r\n{18509}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18508}','0','','1');
3660INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16057','({18510}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18511} or\r\n{18512}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18511}) and\r\n{18511}>0','Interface {#IFDESCR}: High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','16052','0','2','1','{18510}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18511} and\r\n{18512}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18511}','0','','1');
3661INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16058','{18513}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18514}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFDESCR}: High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','16053','0','2','1','{18515}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18516}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3662INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16059','{18517}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18518}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFDESCR}: High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','16053','0','2','1','{18519}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18520}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3663INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16063','{$IFCONTROL:"{#IFNAME}"}=1 and ({18530}=2 and {18531}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','16060','0','2','1','{18530}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3664INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16064','{$IFCONTROL:"{#IFNAME}"}=1 and ({18532}=2 and {18533}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','16060','0','2','1','{18532}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3665INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16065','({18534}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18535} or\r\n{18536}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18535}) and\r\n{18535}>0','Interface {#IFDESCR}: High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','16061','0','2','1','{18534}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18535} and\r\n{18536}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18535}','0','','1');
3666INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16066','({18537}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18538} or\r\n{18539}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18538}) and\r\n{18538}>0','Interface {#IFDESCR}: High bandwidth usage ( > {$IF.UTIL.MAX:"{#IFNAME}"}% )','','0','2','The network interface utilization is close to its estimated maximum bandwidth.','16061','0','2','1','{18537}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18538} and\r\n{18539}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18538}','0','','1');
3667INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16067','{18540}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18541}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFDESCR}: High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','16062','0','2','1','{18542}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18543}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3668INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16068','{18544}>{$IF.ERRORS.WARN:"{#IFNAME}"}\r\nor {18545}>{$IF.ERRORS.WARN:"{#IFNAME}"}','Interface {#IFDESCR}: High error rate ( > {$IF.ERRORS.WARN:"{#IFNAME}"} for 5m)','','0','2','Recovers when below 80% of {$IF.ERRORS.WARN:"{#IFNAME}"} threshold','16062','0','2','1','{18546}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8\r\nand {18547}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
3669INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16070','{$IFCONTROL:"{#IFNAME}"}=1 and ({18550}=2 and {18551}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:\r\n1. Can be triggered if operations status is down.\r\n2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.\r\n3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire \'ethernal off\' interfaces.)\r\n\r\nWARNING: if closed manually - won\'t fire again on next poll, because of .diff.','16069','0','2','1','{18550}<>2 or {$IFCONTROL:"{#IFNAME}"}=0','0','','1');
3670INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16073','{18555}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.','16071','0','0','0','','0','','0');
3671INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16074','{18556}=1 and {18557}>0','Operating system description has changed','','0','1','Last value: {ITEM.LASTVALUE1}\r\nOperating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.','16072','0','0','2','','0','','1');
3672INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16075','{18558}=1 and {18559}>0','Operating system description has changed','','0','1','Last value: {ITEM.LASTVALUE1}\r\nOperating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.','16072','0','0','2','','0','','1');
3673INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16076','{18560}=1 and {18561}>0','Operating system description has changed','','0','1','Last value: {ITEM.LASTVALUE1}\r\nOperating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.','16072','0','0','2','','0','','1');
3674INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16083','{18573}>{$MEMORY.UTIL.MAX}','{#SNMPVALUE}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.','16077','0','2','0','','0','','0');
3675INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16084','{18574}>{$MEMORY.UTIL.MAX}','{#SNMPVALUE}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.','16077','0','2','0','','0','','0');
3676INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16085','{18575}>{$MEMORY.UTIL.MAX}','{#SNMPVALUE}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.','16077','0','2','0','','0','','0');
3677INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16086','{18576}>{$CPU.UTIL.CRIT}','#{#SNMPINDEX}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.','16078','0','2','0','','0','','0');
3678INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16087','{18577}>{$CPU.UTIL.CRIT}','{#SNMPVALUE}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.','16079','0','2','0','','0','','0');
3679INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16088','{18578}>{$TEMP_WARN:"{#SNMPVALUE}"}\r\nor\r\n{18579}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available','16080','0','2','1','{18580}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0');
3680INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16089','{18581}>{$TEMP_WARN:"{#SNMPVALUE}"}\r\nor\r\n{18582}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available','16080','0','2','1','{18583}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0');
3681INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16090','{18584}>{$TEMP_WARN:"{#SNMPVALUE}"}\r\nor\r\n{18585}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available','16080','0','2','1','{18586}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0');
3682INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16091','{18587}>{$TEMP_CRIT:"{#SNMPVALUE}"}\r\nor\r\n{18588}={$TEMP_CRIT_STATUS}\r\nor\r\n{18588}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available','16081','0','2','1','{18589}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0');
3683INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16092','{18590}>{$TEMP_CRIT:"{#SNMPVALUE}"}\r\nor\r\n{18591}={$TEMP_CRIT_STATUS}\r\nor\r\n{18591}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available','16081','0','2','1','{18592}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0');
3684INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16093','{18593}>{$TEMP_CRIT:"{#SNMPVALUE}"}\r\nor\r\n{18594}={$TEMP_CRIT_STATUS}\r\nor\r\n{18594}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}\r\nThis trigger uses temperature sensor values as well as temperature sensor status if available','16081','0','2','1','{18595}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0');
3685INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16094','{18596}<{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}','{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}','','0','3','Current value: {ITEM.LASTVALUE1}','16082','0','2','1','{18597}>{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}+3','0','','0');
3686INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16095','{18598}<{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}','{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}','','0','3','Current value: {ITEM.LASTVALUE1}','16082','0','2','1','{18599}>{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}+3','0','','0');
3687INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('16096','{18600}<{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}','{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}','','0','3','Current value: {ITEM.LASTVALUE1}','16082','0','2','1','{18601}>{$TEMP_CRIT_LOW:"{#SNMPVALUE}"}+3','0','','0');
3688INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13491','{12900}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','10047','0','0','0','','0','','0');
3689INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13492','{12928}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','10045','0','0','0','','0','','0');
3690INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('13509','{12938}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13508','0','0','0','','0','','0');
3691INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14311','{14508}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3692INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14312','{14509}>{$ICMP_LOSS_WARN} and {14509}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3693INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14313','{14510}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3694INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14327','{14536}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3695INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14328','{14537}>{$ICMP_LOSS_WARN} and {14537}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3696INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14329','{14538}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3697INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14347','{14570}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3698INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14348','{14571}>{$ICMP_LOSS_WARN} and {14571}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3699INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14349','{14572}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3700INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14356','{14587}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3701INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14357','{14588}>{$ICMP_LOSS_WARN} and {14588}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3702INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14358','{14589}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3703INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14389','{14641}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3704INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14390','{14642}>{$ICMP_LOSS_WARN} and {14642}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3705INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14391','{14643}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3706INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14403','{14663}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3707INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14404','{14664}>{$ICMP_LOSS_WARN} and {14664}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3708INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14405','{14665}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3709INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14451','{14747}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3710INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14452','{14748}>{$ICMP_LOSS_WARN} and {14748}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3711INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14453','{14749}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3712INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14468','{14776}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3713INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14469','{14777}>{$ICMP_LOSS_WARN} and {14777}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3714INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14470','{14778}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3715INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14486','{14806}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3716INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14487','{14807}>{$ICMP_LOSS_WARN} and {14807}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3717INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14488','{14808}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3718INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14505','{14838}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3719INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14506','{14839}>{$ICMP_LOSS_WARN} and {14839}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3720INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14507','{14840}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3721INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14524','{14871}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14288','0','0','0','','0','','0');
3722INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14525','{14872}>{$ICMP_LOSS_WARN} and {14872}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14289','0','0','0','','0','','0');
3723INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14526','{14873}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14290','0','0','0','','0','','0');
3724INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14534','{14889}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3725INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14535','{14890}>{$ICMP_LOSS_WARN} and {14890}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3726INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14536','{14891}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3727INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14544','{14907}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3728INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14545','{14908}>{$ICMP_LOSS_WARN} and {14908}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3729INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14546','{14909}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3730INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14582','{14972}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3731INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14583','{14973}>{$ICMP_LOSS_WARN} and {14973}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3732INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14584','{14974}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3733INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14598','{15000}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3734INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14599','{15001}>{$ICMP_LOSS_WARN} and {15001}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3735INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14600','{15002}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3736INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14615','{15032}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3737INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14616','{15033}>{$ICMP_LOSS_WARN} and {15033}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3738INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14617','{15034}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3739INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14652','{15094}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3740INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14653','{15095}>{$ICMP_LOSS_WARN} and {15095}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3741INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14654','{15096}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3742INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14673','{15131}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3743INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14674','{15132}>{$ICMP_LOSS_WARN} and {15132}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3744INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14675','{15133}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3745INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14691','{15163}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3746INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14692','{15164}>{$ICMP_LOSS_WARN} and {15164}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3747INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14693','{15165}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3748INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14704','{15186}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3749INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14705','{15187}>{$ICMP_LOSS_WARN} and {15187}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3750INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14706','{15188}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3751INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14717','{15209}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14288','0','0','0','','0','','0');
3752INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14718','{15210}>{$ICMP_LOSS_WARN} and {15210}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14289','0','0','0','','0','','0');
3753INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14719','{15211}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14290','0','0','0','','0','','0');
3754INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14869','{15597}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3755INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14870','{15598}>{$ICMP_LOSS_WARN} and {15598}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3756INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14871','{15599}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3757INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14882','{15618}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3758INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14883','{15619}>{$ICMP_LOSS_WARN} and {15619}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3759INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14884','{15620}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3760INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14906','{15678}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3761INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14907','{15679}>{$ICMP_LOSS_WARN} and {15679}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3762INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14908','{15680}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3763INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14928','{15713}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3764INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14929','{15714}>{$ICMP_LOSS_WARN} and {15714}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3765INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('14930','{15715}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3766INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15220','{16472}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3767INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15221','{16473}>{$ICMP_LOSS_WARN} and {16473}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3768INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15222','{16474}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3769INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15701','{17838}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3770INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15702','{17839}>{$ICMP_LOSS_WARN} and {17839}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3771INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15703','{17840}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3772INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15723','{17874}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3773INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15724','{17875}>{$ICMP_LOSS_WARN} and {17875}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3774INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15725','{17876}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3775INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15755','{17926}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3776INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15756','{17927}>{$ICMP_LOSS_WARN} and {17927}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3777INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15757','{17928}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3778INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15798','{17995}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14288','0','0','0','','0','','0');
3779INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15799','{17996}>{$ICMP_LOSS_WARN} and {17996}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14289','0','0','0','','0','','0');
3780INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15800','{17997}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14290','0','0','0','','0','','0');
3781INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15819','{18026}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3782INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15820','{18027}>{$ICMP_LOSS_WARN} and {18027}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3783INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15821','{18028}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3784INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15840','{18057}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3785INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15841','{18058}>{$ICMP_LOSS_WARN} and {18058}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3786INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15842','{18059}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3787INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15908','{18131}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.\r\nLast three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
3788INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15909','{18132}>{$ICMP_LOSS_WARN} and {18132}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0');
3789INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15910','{18133}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0');
3790INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15948','{18195}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0');
3791INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15949','{18196}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0');
3792INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15950','{18197}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0');
3793INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15951','{18198}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}\r\nCPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0');
3794INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15956','{18212}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and\r\n(({18213}-{18214})<5G or {18215}<1d)','{#FSNAME}: Disk space is critically low (used > {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}%)','','0','3','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 5G.\r\n - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1');
3795INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15957','{18216}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and\r\n(({18217}-{18218})<5G or {18219}<1d)','{#FSNAME}: Disk space is critically low (used > {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}%)','','0','3','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 5G.\r\n - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1');
3796INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15958','{18220}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and\r\n(({18221}-{18222})<5G or {18223}<1d)','{#FSNAME}: Disk space is critically low (used > {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}%)','','0','3','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 5G.\r\n - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1');
3797INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15959','{18224}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and\r\n(({18225}-{18226})<5G or {18227}<1d)','{#FSNAME}: Disk space is critically low (used > {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}%)','','0','3','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 5G.\r\n - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1');
3798INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15961','{18232}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and\r\n(({18233}-{18234})<10G or {18235}<1d)','{#FSNAME}: Disk space is low (used > {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}%)','','0','2','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 10G.\r\n - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1');
3799INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15962','{18236}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and\r\n(({18237}-{18238})<10G or {18239}<1d)','{#FSNAME}: Disk space is low (used > {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}%)','','0','2','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 10G.\r\n - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1');
3800INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15963','{18240}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and\r\n(({18241}-{18242})<10G or {18243}<1d)','{#FSNAME}: Disk space is low (used > {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}%)','','0','2','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 10G.\r\n - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1');
3801INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15964','{18244}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and\r\n(({18245}-{18246})<10G or {18247}<1d)','{#FSNAME}: Disk space is low (used > {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}%)','','0','2','Space used: {ITEM.LASTVALUE3} of {ITEM.LASTVALUE2} ({ITEM.LASTVALUE1})\r\nTwo conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.\r\n Second condition should be one of the following:\r\n - The disk free space is less than 10G.\r\n - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1');
3802INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15966','{18249}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.','15965','0','2','0','','0','','0');
3803INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15967','{18250}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.','15965','0','2','0','','0','','0');
3804INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15968','{18251}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.','15965','0','2','0','','0','','0');
3805INSERT INTO `triggers` (`triggerid`,`expression`,`description`,`url`,`status`,`priority`,`comments`,`templateid`,`type`,`flags`,`recovery_mode`,`recovery_expression`,`correlation_mode`,`correlation_tag`,`manual_close`) values ('15969','{18252}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}\r\nThe system is running out of free memory.','15965','0','2','0','','0','','0');
3806INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14169','16115','16117');
3807INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14170','16116','16115');
3808INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14171','16116','16117');
3809INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14172','16116','16118');
3810INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14173','16118','16117');
3811INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14174','14195','14205');
3812INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14175','14196','14195');
3813INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14176','14196','14205');
3814INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14177','14197','14205');
3815INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14178','14198','14197');
3816INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14179','14198','14205');
3817INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14180','14200','14199');
3818INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14181','14201','14205');
3819INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14182','14202','14201');
3820INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14183','14202','14205');
3821INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14184','14204','14203');
3822INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14185','14206','14222');
3823INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14186','14207','14206');
3824INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14187','14207','14222');
3825INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14188','14208','14222');
3826INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14189','14209','14208');
3827INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14190','14209','14222');
3828INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14191','14210','14222');
3829INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14192','14211','14210');
3830INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14193','14211','14222');
3831INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14194','14212','14222');
3832INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14195','14213','14212');
3833INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14196','14213','14222');
3834INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14197','14214','14222');
3835INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14198','14215','14214');
3836INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14199','14215','14222');
3837INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14200','14217','14216');
3838INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14201','14218','14222');
3839INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14202','14219','14218');
3840INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14203','14219','14222');
3841INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14204','14220','14222');
3842INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14205','14221','14220');
3843INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14206','14221','14222');
3844INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14207','14223','14222');
3845INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14208','14224','14222');
3846INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14209','14224','14223');
3847INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14210','14225','14222');
3848INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14211','14226','14222');
3849INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14212','14226','14225');
3850INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14213','14252','14251');
3851INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14214','14289','14288');
3852INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14215','14525','14524');
3853INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14216','14718','14717');
3854INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14217','15799','15798');
3855INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14218','14294','14293');
3856INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14219','14312','14311');
3857INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14220','14328','14327');
3858INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14221','14348','14347');
3859INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14222','14357','14356');
3860INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14223','14390','14389');
3861INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14224','14404','14403');
3862INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14225','14452','14451');
3863INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14226','14469','14468');
3864INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14227','14487','14486');
3865INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14228','14506','14505');
3866INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14229','14535','14534');
3867INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14230','14545','14544');
3868INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14231','14583','14582');
3869INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14232','14599','14598');
3870INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14233','14616','14615');
3871INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14234','14653','14652');
3872INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14235','14674','14673');
3873INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14236','14692','14691');
3874INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14237','14705','14704');
3875INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14238','14870','14869');
3876INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14239','14883','14882');
3877INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14240','14907','14906');
3878INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14241','14929','14928');
3879INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14242','15221','15220');
3880INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14243','15702','15701');
3881INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14244','15724','15723');
3882INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14245','15756','15755');
3883INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14246','15820','15819');
3884INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14247','15841','15840');
3885INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14248','15909','15908');
3886INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14249','14253','14252');
3887INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14250','14290','14289');
3888INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14251','14526','14525');
3889INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14252','14719','14718');
3890INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14253','15800','15799');
3891INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14254','14295','14294');
3892INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14255','14313','14312');
3893INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14256','14329','14328');
3894INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14257','14349','14348');
3895INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14258','14358','14357');
3896INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14259','14391','14390');
3897INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14260','14405','14404');
3898INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14261','14453','14452');
3899INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14262','14470','14469');
3900INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14263','14488','14487');
3901INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14264','14507','14506');
3902INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14265','14536','14535');
3903INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14266','14546','14545');
3904INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14267','14584','14583');
3905INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14268','14600','14599');
3906INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14269','14617','14616');
3907INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14270','14654','14653');
3908INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14271','14675','14674');
3909INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14272','14693','14692');
3910INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14273','14706','14705');
3911INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14274','14871','14870');
3912INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14275','14884','14883');
3913INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14276','14908','14907');
3914INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14277','14930','14929');
3915INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14278','15222','15221');
3916INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14279','15703','15702');
3917INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14280','15725','15724');
3918INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14281','15757','15756');
3919INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14282','15821','15820');
3920INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14283','15842','15841');
3921INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14284','15910','15909');
3922INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14285','14253','14251');
3923INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14286','14290','14288');
3924INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14287','14526','14524');
3925INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14288','14719','14717');
3926INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14289','15800','15798');
3927INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14290','14295','14293');
3928INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14291','14313','14311');
3929INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14292','14329','14327');
3930INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14293','14349','14347');
3931INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14294','14358','14356');
3932INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14295','14391','14389');
3933INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14296','14405','14403');
3934INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14297','14453','14451');
3935INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14298','14470','14468');
3936INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14299','14488','14486');
3937INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14300','14507','14505');
3938INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14301','14536','14534');
3939INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14302','14546','14544');
3940INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14303','14584','14582');
3941INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14304','14600','14598');
3942INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14305','14617','14615');
3943INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14306','14654','14652');
3944INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14307','14675','14673');
3945INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14308','14693','14691');
3946INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14309','14706','14704');
3947INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14310','14871','14869');
3948INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14311','14884','14882');
3949INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14312','14908','14906');
3950INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14313','14930','14928');
3951INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14314','15222','15220');
3952INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14315','15703','15701');
3953INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14316','15725','15723');
3954INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14317','15757','15755');
3955INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14318','15821','15819');
3956INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14319','15842','15840');
3957INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14320','15910','15908');
3958INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14321','15642','15161');
3959INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14322','15643','15162');
3960INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14323','15644','15163');
3961INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14324','15801','15802');
3962INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14325','15161','14288');
3963INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14326','15162','14524');
3964INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14327','15163','14717');
3965INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14328','15802','15798');
3966INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14329','15645','15170');
3967INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14330','15646','15171');
3968INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14331','15647','15172');
3969INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14332','15648','15173');
3970INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14333','15649','15174');
3971INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14334','15650','15175');
3972INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14335','15651','15176');
3973INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14336','15652','15177');
3974INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14337','15653','15178');
3975INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14338','15654','15179');
3976INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14339','15655','15180');
3977INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14340','15656','15181');
3978INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14341','15657','15182');
3979INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14342','15658','15183');
3980INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14343','15659','15184');
3981INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14344','15660','15185');
3982INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14345','15661','15186');
3983INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14346','15662','15187');
3984INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14347','15663','15188');
3985INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14348','15664','15189');
3986INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14349','15665','15190');
3987INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14350','15666','15191');
3988INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14351','15667','15192');
3989INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14352','15668','15193');
3990INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14353','15669','15224');
3991INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14354','15704','15705');
3992INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14355','15726','15727');
3993INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14356','15758','15759');
3994INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14357','15822','15823');
3995INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14358','15843','15844');
3996INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14359','15911','15912');
3997INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14360','15170','14293');
3998INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14361','15171','14311');
3999INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14362','15172','14327');
4000INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14363','15173','14347');
4001INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14364','15174','14356');
4002INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14365','15175','14389');
4003INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14366','15176','14403');
4004INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14367','15177','14451');
4005INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14368','15178','14468');
4006INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14369','15179','14486');
4007INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14370','15180','14505');
4008INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14371','15181','14534');
4009INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14372','15182','14544');
4010INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14373','15183','14582');
4011INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14374','15184','14598');
4012INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14375','15185','14615');
4013INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14376','15186','14652');
4014INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14377','15187','14673');
4015INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14378','15188','14691');
4016INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14379','15189','14704');
4017INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14380','15190','14869');
4018INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14381','15191','14882');
4019INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14382','15192','14906');
4020INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14383','15193','14928');
4021INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14384','15224','15220');
4022INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14385','15705','15701');
4023INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14386','15727','15723');
4024INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14387','15759','15755');
4025INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14388','15823','15819');
4026INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14389','15844','15840');
4027INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14390','15912','15908');
4028INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14391','15977','15976');
4029INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14392','15980','15979');
4030INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14393','15953','15952');
4031INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14394','15960','15955');
4032INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14395','15961','15956');
4033INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14396','15962','15957');
4034INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14397','15963','15958');
4035INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14398','15964','15959');
4036INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14399','15983','15982');
4037INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14400','15984','15982');
4038INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14401','15670','15982');
4039INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14402','15986','15985');
4040INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14403','15987','15985');
4041INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14404','15671','15985');
4042INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14405','16009','15988');
4043INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14406','16010','15989');
4044INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14407','16011','15990');
4045INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14408','16012','15991');
4046INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14409','16013','15992');
4047INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14410','16014','15993');
4048INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14411','16015','15994');
4049INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14412','16016','15995');
4050INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14413','16017','15996');
4051INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14414','16018','15997');
4052INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14415','16019','15998');
4053INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14416','16020','15999');
4054INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14417','16021','16000');
4055INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14418','16022','16001');
4056INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14419','16023','16002');
4057INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14420','16024','16003');
4058INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14421','16025','16004');
4059INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14422','16026','16005');
4060INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14423','16027','16006');
4061INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14424','16028','16007');
4062INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14425','16029','16008');
4063INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14426','16030','15988');
4064INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14427','16031','15989');
4065INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14428','16032','15990');
4066INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14429','16033','15991');
4067INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14430','16034','15992');
4068INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14431','16035','15993');
4069INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14432','16036','15994');
4070INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14433','16037','15995');
4071INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14434','16038','15996');
4072INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14435','16039','15997');
4073INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14436','16040','15998');
4074INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14437','16041','15999');
4075INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14438','16042','16000');
4076INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14439','16043','16001');
4077INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14440','16044','16002');
4078INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14441','16045','16003');
4079INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14442','16046','16004');
4080INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14443','16047','16005');
4081INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14444','16048','16006');
4082INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14445','16049','16007');
4083INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14446','16050','16008');
4084INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14447','15672','15988');
4085INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14448','15673','15989');
4086INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14449','15674','15990');
4087INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14450','15675','15991');
4088INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14451','15676','15992');
4089INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14452','15677','15993');
4090INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14453','15678','15994');
4091INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14454','15679','15995');
4092INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14455','15680','15996');
4093INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14456','15681','15997');
4094INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14457','15682','15998');
4095INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14458','15683','15999');
4096INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14459','15684','16000');
4097INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14460','15685','16001');
4098INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14461','15686','16002');
4099INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14462','15687','16003');
4100INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14463','15688','16004');
4101INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14464','15689','16005');
4102INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14465','15690','16006');
4103INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14466','15691','16007');
4104INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14467','15708','16008');
4105INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14468','16052','16051');
4106INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14469','16053','16051');
4107INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14470','15692','16051');
4108INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14471','16056','16054');
4109INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14472','16057','16055');
4110INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14473','16058','16054');
4111INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14474','16059','16055');
4112INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14475','15693','16054');
4113INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14476','15694','16055');
4114INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14477','16061','16060');
4115INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14478','16062','16060');
4116INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14479','15695','16060');
4117INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14480','16065','16063');
4118INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14481','16066','16064');
4119INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14482','16067','16063');
4120INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14483','16068','16064');
4121INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14484','15696','16063');
4122INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14485','15697','16064');
4123INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14486','15970','16069');
4124INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14487','15971','16069');
4125INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14488','15698','16069');
4126INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14489','15972','16070');
4127INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14490','15973','16070');
4128INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14491','15699','16070');
4129INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14492','14318','14319');
4130INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14493','15714','15715');
4131INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14494','15721','15720');
4132INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14495','15390','14339');
4133INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14496','15392','15391');
4134INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14497','15394','15393');
4135INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14498','15380','15379');
4136INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14499','15382','15381');
4137INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14500','14372','14373');
4138INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14501','14375','14376');
4139INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14502','15384','15383');
4140INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14503','15386','15385');
4141INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14504','14380','14381');
4142INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14505','16080','16081');
4143INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14506','15345','15344');
4144INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14507','15347','15346');
4145INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14508','16088','16091');
4146INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14509','16089','16092');
4147INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14510','16090','16093');
4148INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14511','15357','15354');
4149INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14512','15358','15355');
4150INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14513','15359','15356');
4151INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14514','15363','15360');
4152INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14515','15364','15361');
4153INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14516','15365','15362');
4154INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14517','15332','15331');
4155INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14518','15334','15333');
4156INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14519','14460','14461');
4157INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14520','14476','14477');
4158INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14521','14495','14496');
4159INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14522','14511','15368');
4160INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14523','14551','14552');
4161INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14524','14914','14915');
4162INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14525','15374','15373');
4163INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14526','15376','15375');
4164INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14527','14589','14590');
4165INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14528','15335','15336');
4166INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14529','15338','15337');
4167INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14530','14624','14625');
4168INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14531','15387','14934');
4169INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14532','14658','14659');
4170INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14533','14664','14665');
4171INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14534','14668','14667');
4172INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14535','15396','15397');
4173INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14536','15913','15914');
4174INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14537','15916','15917');
4175INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14538','15919','15920');
4176INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14539','15922','15923');
4177INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14540','15925','15926');
4178INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14541','15929','15928');
4179INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14542','15931','15930');
4180INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14543','15934','15933');
4181INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14544','15936','15935');
4182INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14545','15939','15938');
4183INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14546','15940','15938');
4184INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14547','15940','15939');
4185INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14548','15942','15941');
4186INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14549','15729','15728');
4187INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14550','15730','15728');
4188INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14551','15730','15729');
4189INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14552','15733','15734');
4190INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14553','15736','15737');
4191INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14554','15740','15739');
4192INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14555','15742','15741');
4193INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14556','15744','15743');
4194INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14557','15746','15743');
4195INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14558','15748','15747');
4196INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14559','15750','15749');
4197INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14560','15751','15750');
4198INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14561','15751','15749');
4199INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14562','15752','15754');
4200INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14563','15753','15754');
4201INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14564','15753','15752');
4202INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14565','15944','15943');
4203INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14566','15763','15764');
4204INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14567','15766','15767');
4205INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14568','15769','15770');
4206INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14569','15772','15773');
4207INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14570','15775','15776');
4208INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14571','15778','15779');
4209INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14572','15782','15781');
4210INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14573','15784','15783');
4211INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14574','15786','15785');
4212INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14575','15788','15787');
4213INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14576','15789','15787');
4214INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14577','15789','15788');
4215INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14578','15791','15790');
4216INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14579','15793','15792');
4217INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14580','15794','15792');
4218INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14581','15797','15796');
4219INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14582','15804','15803');
4220INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14583','15805','15803');
4221INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14584','15805','15804');
4222INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14585','15807','15808');
4223INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14586','15810','15811');
4224INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14587','15813','15814');
4225INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14588','15825','15824');
4226INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14589','15826','15824');
4227INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14590','15826','15825');
4228INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14591','15828','15829');
4229INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14592','15831','15832');
4230INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14593','15834','15835');
4231INSERT INTO `trigger_depends` (`triggerdepid`,`triggerid_down`,`triggerid_up`) values ('14594','15845','15846');
4232INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('10199','10019','10016','diff','0');
4233INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('10204','10055','10041','last','0');
4234INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('10207','10058','10044','diff','0');
4235INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('10208','10057','10043','diff','0');
4236INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12144','22181','13000','last','0');
4237INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12549','22232','13025','nodata','5m');
4238INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12550','10020','10047','nodata','5m');
4239INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12553','10056','10042','last','0');
4240INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12580','17350','10012','last','0');
4241INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12583','10025','10021','change','0');
4242INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12592','22686','13266','last','0');
4243INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12598','22454','13272','last','0');
4244INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12641','22189','13015','max','10m');
4245INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12645','22183','13073','max','10m');
4246INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12646','22191','13074','max','10m');
4247INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12648','23620','13075','max','10m');
4248INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12649','22185','13019','max','10m');
4249INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12651','22396','13017','max','10m');
4250INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12653','22219','13023','min','10m');
4251INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12715','22833','13328','nodata','5m');
4252INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12717','22835','13330','last','0');
4253INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12718','22836','13331','last','0');
4254INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12723','22853','13336','diff','0');
4255INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12724','22856','13337','last','0');
4256INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12725','22858','13338','diff','0');
4257INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12726','22859','13339','change','0');
4258INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12727','22861','13340','diff','0');
4259INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12728','22862','13341','last','0');
4260INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12729','22869','13342','last','0');
4261INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12730','22872','13343','last','0');
4262INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12731','22873','13344','nodata','5m');
4263INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12733','22875','13346','last','0');
4264INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12734','22876','13347','last','0');
4265INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12739','22893','13352','diff','0');
4266INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12740','22896','13353','last','0');
4267INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12741','22898','13354','diff','0');
4268INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12742','22899','13355','change','0');
4269INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12743','22901','13356','diff','0');
4270INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12744','22902','13357','last','0');
4271INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12745','22909','13358','last','0');
4272INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12746','22912','13359','last','0');
4273INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12747','22913','13360','nodata','5m');
4274INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12755','22933','13368','diff','0');
4275INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12757','22938','13370','diff','0');
4276INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12758','22939','13371','change','0');
4277INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12759','22941','13372','diff','0');
4278INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12760','22942','13373','last','0');
4279INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12761','22949','13374','last','0');
4280INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12762','22952','13375','last','0');
4281INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12763','22953','13376','nodata','5m');
4282INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12771','22973','13384','diff','0');
4283INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12773','22978','13386','diff','0');
4284INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12775','22981','13388','diff','0');
4285INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12776','22982','13389','last','0');
4286INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12777','22989','13390','last','0');
4287INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12778','22992','13391','last','0');
4288INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12779','22993','13392','nodata','5m');
4289INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12782','22996','13395','last','0');
4290INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12787','23013','13400','diff','0');
4291INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12788','23016','13401','last','0');
4292INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12789','23018','13402','diff','0');
4293INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12790','23019','13403','change','0');
4294INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12791','23021','13404','diff','0');
4295INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12792','23022','13405','last','0');
4296INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12793','23029','13406','last','0');
4297INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12794','23032','13407','last','0');
4298INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12795','23033','13408','nodata','5m');
4299INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12797','23035','13410','last','0');
4300INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12798','23036','13411','last','0');
4301INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12803','23053','13416','diff','0');
4302INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12805','23058','13418','diff','0');
4303INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12806','23059','13419','change','0');
4304INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12807','23061','13420','diff','0');
4305INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12808','23062','13421','last','0');
4306INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12809','23069','13422','last','0');
4307INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12810','23072','13423','last','0');
4308INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12812','23149','13425','diff','0');
4309INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12815','23150','13428','change','0');
4310INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12818','23668','13431','min','10m');
4311INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12820','23158','13433','last','0');
4312INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12824','23160','13437','nodata','5m');
4313INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12826','23165','13439','last','0');
4314INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12895','23271','13486','min','10m');
4315INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12896','23273','13487','max','10m');
4316INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12897','23274','13488','max','10m');
4317INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12898','23275','13489','max','10m');
4318INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12899','23276','13490','max','10m');
4319INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12900','23287','13491','nodata','5m');
4320INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12902','23289','13493','last','0');
4321INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12903','23290','13494','last','0');
4322INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12908','23307','13499','diff','0');
4323INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12909','23310','13500','last','0');
4324INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12910','23312','13501','diff','0');
4325INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12911','23313','13502','change','0');
4326INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12912','23315','13503','diff','0');
4327INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12913','23316','13504','last','0');
4328INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12914','23282','13505','last','0');
4329INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12915','23284','13506','last','0');
4330INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12926','22231','13026','diff','0');
4331INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12927','10059','10045','diff','0');
4332INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12928','23288','13492','diff','0');
4333INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12929','22834','13329','diff','0');
4334INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12930','22874','13345','diff','0');
4335INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12931','22914','13361','diff','0');
4336INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12932','22954','13377','diff','0');
4337INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12933','22994','13393','diff','0');
4338INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12934','23034','13409','diff','0');
4339INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12935','23161','13438','diff','0');
4340INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12936','23318','13507','diff','0');
4341INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12937','23319','13508','diff','0');
4342INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12938','23327','13509','diff','0');
4343INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12939','23320','13510','diff','0');
4344INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12940','23321','13511','diff','0');
4345INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12941','23322','13512','diff','0');
4346INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12942','23323','13513','diff','0');
4347INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12943','23324','13514','diff','0');
4348INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12944','23325','13515','diff','0');
4349INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12945','23326','13516','diff','0');
4350INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12946','23357','13517','max','10m');
4351INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12947','23342','13518','max','10m');
4352INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12948','23341','13519','max','10m');
4353INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12949','23359','13520','min','10m');
4354INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12965','23634','13536','max','10m');
4355INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12966','23635','13537','max','10m');
4356INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12994','23644','13544','max','#3');
4357INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12995','23645','13545','max','#3');
4358INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12996','23646','13546','max','#3');
4359INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12997','23647','13547','max','#3');
4360INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('12998','23648','13548','max','#3');
4361INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13068','23115','13367','avg','5m');
4362INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13069','22922','13366','avg','5m');
4363INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13070','22918','13365','avg','5m');
4364INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13071','22917','13364','avg','5m');
4365INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13072','22882','13350','avg','5m');
4366INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13073','22878','13349','avg','5m');
4367INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13074','22877','13348','avg','5m');
4368INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13075','22962','13382','avg','5m');
4369INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13078','10010','10010','avg','5m');
4370INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13079','23296','13497','avg','5m');
4371INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13080','17362','13243','avg','5m');
4372INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13081','23301','13498','avg','5m');
4373INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13082','10009','10190','avg','5m');
4374INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13083','23292','13496','avg','5m');
4375INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13084','10013','10011','avg','5m');
4376INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13085','23291','13495','avg','5m');
4377INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13086','23042','13414','avg','5m');
4378INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13087','22842','13334','avg','5m');
4379INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13088','22838','13333','avg','5m');
4380INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13089','22837','13332','avg','5m');
4381INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13090','23007','13399','avg','5m');
4382INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13091','23002','13398','avg','5m');
4383INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13092','22998','13397','avg','5m');
4384INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13093','22997','13396','avg','5m');
4385INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13094','23143','13435','avg','5m');
4386INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13095','23140','13430','avg','5m');
4387INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13152','23651','13551','max','#3');
4388INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13154','23649','13549','max','#3');
4389INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13156','23650','13550','max','#3');
4390INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13157','23652','13552','max','#3');
4391INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13158','23653','13553','max','#3');
4392INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13159','23654','13285','max','#3');
4393INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13160','23661','13557','last','');
4394INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13161','23662','13558','last','');
4395INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13164','22424','13080','avg','10m');
4396INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13165','23252','13467','avg','10m');
4397INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13170','22412','13081','avg','10m');
4398INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13171','23253','13468','avg','10m');
4399INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13172','22430','13083','avg','10m');
4400INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13173','23255','13470','avg','10m');
4401INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13174','22422','13084','avg','10m');
4402INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13175','23256','13471','avg','10m');
4403INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13176','22406','13085','avg','10m');
4404INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13177','23257','13472','avg','10m');
4405INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13178','22408','13086','avg','30m');
4406INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13179','23258','13473','avg','30m');
4407INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13180','22402','13087','avg','10m');
4408INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13181','23259','13474','avg','10m');
4409INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13182','22418','13088','avg','10m');
4410INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13183','23260','13475','avg','10m');
4411INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13184','22416','13089','avg','10m');
4412INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13185','23261','13476','avg','10m');
4413INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13186','22689','13275','avg','10m');
4414INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13187','23262','13477','avg','10m');
4415INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13188','22399','13091','avg','10m');
4416INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13189','23264','13479','avg','10m');
4417INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13190','22420','13092','avg','10m');
4418INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13191','23265','13480','avg','10m');
4419INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13192','22414','13093','min','10m');
4420INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13193','23266','13481','min','10m');
4421INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13194','23171','13441','avg','10m');
4422INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13195','23267','13482','avg','10m');
4423INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13196','23663','13559','avg','10m');
4424INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13197','23664','13560','avg','10m');
4425INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13198','22426','13094','avg','10m');
4426INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13199','23268','13483','avg','10m');
4427INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13200','22404','13095','avg','10m');
4428INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13201','23269','13484','avg','10m');
4429INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13202','22400','13096','avg','10m');
4430INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13203','23270','13485','avg','10m');
4431INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13204','22401','13097','avg','10m');
4432INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13205','23328','13436','avg','10m');
4433INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13206','23347','13521','avg','10m');
4434INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13207','23360','13534','avg','10m');
4435INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13208','23352','13522','avg','10m');
4436INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13209','23351','13535','avg','10m');
4437INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13210','23350','13523','avg','10m');
4438INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13211','23353','13524','avg','30m');
4439INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13212','23354','13525','avg','10m');
4440INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13213','23356','13526','avg','10m');
4441INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13214','23355','13527','avg','10m');
4442INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13215','23349','13528','avg','10m');
4443INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13216','23348','13529','avg','10m');
4444INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13217','23343','13530','avg','10m');
4445INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13218','23344','13531','avg','10m');
4446INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13219','23345','13532','avg','10m');
4447INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13220','23346','13533','avg','10m');
4448INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13221','23666','13561','min','#3');
4449INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13222','25366','13562','avg','10m');
4450INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13223','25367','13563','avg','10m');
4451INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13224','25368','13564','avg','10m');
4452INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13225','25369','13565','avg','10m');
4453INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13226','25370','13566','avg','10m');
4454INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13227','25371','13567','avg','10m');
4455INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13228','25665','13568','avg','10m');
4456INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13229','25666','13569','avg','10m');
4457INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13230','25667','13570','avg','10m');
4458INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('13231','25668','13571','avg','10m');
4459INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14305','26924','14194','last','0');
4460INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14306','26932','14195','last','0');
4461INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14307','26932','14196','last','0');
4462INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14308','26930','14197','last','0');
4463INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14309','26930','14198','last','0');
4464INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14310','26931','14199','last','0');
4465INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14311','26931','14200','last','0');
4466INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14312','26929','14201','last','0');
4467INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14313','26929','14202','last','0');
4468INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14314','26928','14203','last','0');
4469INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14315','26928','14204','last','0');
4470INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14316','26925','14205','last','0');
4471INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14317','26943','14206','last','0');
4472INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14318','26943','14207','last','0');
4473INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14319','26939','14208','last','0');
4474INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14320','26939','14209','last','0');
4475INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14321','26940','14210','last','0');
4476INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14322','26940','14211','last','0');
4477INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14323','26941','14212','last','0');
4478INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14324','26941','14213','last','0');
4479INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14325','26942','14214','last','0');
4480INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14326','26942','14215','last','0');
4481INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14327','26938','14216','last','0');
4482INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14328','26938','14217','last','0');
4483INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14329','26937','14218','last','0');
4484INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14330','26937','14219','last','0');
4485INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14331','26933','14220','last','0');
4486INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14332','26933','14221','last','0');
4487INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14333','26934','14222','last','0');
4488INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14334','26935','14223','last','0');
4489INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14335','26935','14224','last','0');
4490INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14336','26936','14225','last','0');
4491INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14337','26936','14226','last','0');
4492INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14378','27067','14251','max','#3');
4493INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14379','27066','14252','min','5m');
4494INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14380','27065','14253','avg','5m');
4495INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14463','27138','14288','max','#3');
4496INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14464','27139','14289','min','5m');
4497INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14465','27140','14290','avg','5m');
4498INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14468','27149','14293','max','#3');
4499INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14469','27150','14294','min','5m');
4500INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14470','27151','14295','avg','5m');
4501INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14508','27192','14311','max','#3');
4502INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14509','27193','14312','min','5m');
4503INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14510','27194','14313','avg','5m');
4504INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14513','27208','14316','avg','5m');
4505INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14514','27205','14317','avg','5m');
4506INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14515','27212','14318','avg','5m');
4507INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14516','27212','14318','max','5m');
4508INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14517','27212','14319','avg','5m');
4509INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14518','27212','14319','max','5m');
4510INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14519','27212','14320','avg','5m');
4511INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14520','27212','14320','min','5m');
4512INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14522','27214','14322','diff','');
4513INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14523','27214','14322','strlen','');
4514INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14536','27225','14327','max','#3');
4515INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14537','27226','14328','min','5m');
4516INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14538','27227','14329','avg','5m');
4517INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14541','27240','14332','avg','5m');
4518INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14542','27239','14333','avg','5m');
4519INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14545','27237','14336','diff','');
4520INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14546','27237','14336','strlen','');
4521INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14547','27236','14337','diff','');
4522INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14548','27236','14337','strlen','');
4523INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14552','27247','14339','avg','5m');
4524INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14553','27247','14339','max','5m');
4525INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14554','27247','14340','avg','5m');
4526INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14555','27247','14340','min','5m');
4527INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14570','27261','14347','max','#3');
4528INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14571','27262','14348','min','5m');
4529INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14572','27263','14349','avg','5m');
4530INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14587','27282','14356','max','#3');
4531INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14588','27283','14357','min','5m');
4532INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14589','27284','14358','avg','5m');
4533INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14592','27294','14361','avg','5m');
4534INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14593','27293','14362','avg','5m');
4535INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14594','27296','14363','diff','');
4536INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14595','27296','14363','strlen','');
4537INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14596','27295','14364','diff','');
4538INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14597','27295','14364','strlen','');
4539INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14598','27297','14365','diff','');
4540INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14599','27297','14365','strlen','');
4541INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14600','27299','14366','avg','5m');
4542INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14601','27301','14367','avg','5m');
4543INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14602','27298','14368','avg','5m');
4544INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14603','27300','14369','avg','5m');
4545INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14606','27314','14372','avg','5m');
4546INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14607','27314','14372','max','5m');
4547INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14608','27314','14373','avg','5m');
4548INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14609','27314','14373','max','5m');
4549INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14610','27314','14374','avg','5m');
4550INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14611','27314','14374','min','5m');
4551INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14612','27315','14375','avg','5m');
4552INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14613','27315','14375','max','5m');
4553INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14614','27315','14376','avg','5m');
4554INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14615','27315','14376','max','5m');
4555INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14616','27315','14377','avg','5m');
4556INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14617','27315','14377','min','5m');
4557INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14620','27318','14380','avg','5m');
4558INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14621','27318','14380','max','5m');
4559INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14622','27318','14381','avg','5m');
4560INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14623','27318','14381','max','5m');
4561INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14624','27318','14382','avg','5m');
4562INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14625','27318','14382','min','5m');
4563INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14626','27320','14383','diff','');
4564INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14627','27320','14383','strlen','');
4565INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14641','27333','14389','max','#3');
4566INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14642','27334','14390','min','5m');
4567INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14643','27335','14391','avg','5m');
4568INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14663','27365','14403','max','#3');
4569INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14664','27366','14404','min','5m');
4570INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14665','27367','14405','avg','5m');
4571INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14669','27378','14409','diff','');
4572INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14670','27378','14409','strlen','');
4573INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14672','27385','14411','diff','');
4574INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14673','27385','14411','strlen','');
4575INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14676','27382','14413','diff','');
4576INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14677','27382','14413','strlen','');
4577INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14681','27419','14417','diff','');
4578INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14682','27419','14417','strlen','');
4579INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14698','27428','14428','diff','');
4580INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14699','27428','14428','strlen','');
4581INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14702','27445','14430','diff','');
4582INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14703','27445','14430','strlen','');
4583INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14747','27462','14451','max','#3');
4584INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14748','27463','14452','min','5m');
4585INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14749','27464','14453','avg','5m');
4586INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14752','27478','14456','avg','5m');
4587INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14753','27477','14457','avg','5m');
4588INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14756','27485','14460','avg','5m');
4589INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14757','27485','14460','max','5m');
4590INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14758','27485','14461','avg','5m');
4591INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14759','27485','14461','max','5m');
4592INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14760','27485','14462','avg','5m');
4593INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14761','27485','14462','min','5m');
4594INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14762','27483','14463','diff','');
4595INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14763','27483','14463','strlen','');
4596INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14776','27496','14468','max','#3');
4597INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14777','27497','14469','min','5m');
4598INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14778','27498','14470','avg','5m');
4599INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14781','27511','14473','avg','5m');
4600INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14782','27509','14474','diff','');
4601INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14783','27509','14474','strlen','');
4602INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14784','27516','14475','avg','5m');
4603INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14785','27517','14476','avg','5m');
4604INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14786','27517','14476','max','5m');
4605INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14787','27517','14477','avg','5m');
4606INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14788','27517','14477','max','5m');
4607INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14789','27517','14478','avg','5m');
4608INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14790','27517','14478','min','5m');
4609INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14806','27532','14486','max','#3');
4610INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14807','27533','14487','min','5m');
4611INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14808','27534','14488','avg','5m');
4612INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14811','27547','14491','avg','5m');
4613INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14812','27545','14492','diff','');
4614INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14813','27545','14492','strlen','');
4615INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14814','27544','14493','diff','');
4616INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14815','27544','14493','strlen','');
4617INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14816','27552','14494','avg','5m');
4618INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14817','27553','14495','avg','5m');
4619INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14818','27553','14495','max','5m');
4620INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14819','27553','14496','avg','5m');
4621INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14820','27553','14496','max','5m');
4622INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14821','27553','14497','avg','5m');
4623INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14822','27553','14497','min','5m');
4624INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14838','27568','14505','max','#3');
4625INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14839','27569','14506','min','5m');
4626INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14840','27570','14507','avg','5m');
4627INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14843','27586','14510','avg','5m');
4628INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14844','27584','14511','avg','5m');
4629INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14845','27584','14511','max','5m');
4630INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14849','27584','14513','avg','5m');
4631INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14850','27584','14513','min','5m');
4632INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14851','27582','14514','diff','');
4633INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14852','27582','14514','strlen','');
4634INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14853','27579','14515','diff','');
4635INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14854','27579','14515','strlen','');
4636INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14855','27590','14516','avg','5m');
4637INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14871','27608','14524','max','#3');
4638INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14872','27609','14525','min','5m');
4639INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14873','27610','14526','avg','5m');
4640INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14889','27631','14534','max','#3');
4641INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14890','27632','14535','min','5m');
4642INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14891','27633','14536','avg','5m');
4643INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14907','27654','14544','max','#3');
4644INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14908','27655','14545','min','5m');
4645INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14909','27656','14546','avg','5m');
4646INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14912','27671','14549','avg','5m');
4647INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14913','27670','14550','avg','5m');
4648INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14914','27672','14551','avg','5m');
4649INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14915','27672','14551','max','5m');
4650INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14916','27672','14552','avg','5m');
4651INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14917','27672','14552','max','5m');
4652INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14918','27672','14553','avg','5m');
4653INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14919','27672','14553','min','5m');
4654INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14922','27678','14556','diff','');
4655INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14923','27678','14556','strlen','');
4656INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14924','27677','14557','diff','');
4657INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14925','27677','14557','strlen','');
4658INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14972','27734','14582','max','#3');
4659INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14973','27735','14583','min','5m');
4660INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14974','27736','14584','avg','5m');
4661INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14977','27753','14587','avg','5m');
4662INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14978','27752','14588','avg','5m');
4663INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14979','27751','14589','avg','5m');
4664INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14980','27751','14589','max','5m');
4665INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14981','27751','14590','avg','5m');
4666INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14982','27751','14590','max','5m');
4667INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14983','27751','14591','avg','5m');
4668INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14984','27751','14591','min','5m');
4669INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14985','27750','14592','diff','');
4670INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('14986','27750','14592','strlen','');
4671INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15000','27766','14598','max','#3');
4672INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15001','27767','14599','min','5m');
4673INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15002','27768','14600','avg','5m');
4674INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15005','27777','14603','diff','');
4675INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15006','27777','14603','strlen','');
4676INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15013','27784','14606','avg','5m');
4677INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15014','27784','14606','min','5m');
4678INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15015','27785','14607','diff','');
4679INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15016','27785','14607','strlen','');
4680INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15032','27800','14615','max','#3');
4681INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15033','27801','14616','min','5m');
4682INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15034','27802','14617','avg','5m');
4683INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15038','27813','14621','diff','');
4684INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15039','27813','14621','strlen','');
4685INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15041','27819','14623','avg','5m');
4686INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15042','27821','14624','avg','5m');
4687INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15043','27821','14624','max','5m');
4688INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15044','27821','14625','avg','5m');
4689INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15045','27821','14625','max','5m');
4690INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15046','27821','14626','avg','5m');
4691INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15047','27821','14626','min','5m');
4692INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15094','27882','14652','max','#3');
4693INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15095','27883','14653','min','5m');
4694INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15096','27884','14654','avg','5m');
4695INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15099','27899','14657','avg','5m');
4696INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15100','27897','14658','avg','5m');
4697INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15101','27897','14658','max','5m');
4698INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15102','27897','14659','avg','5m');
4699INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15103','27897','14659','max','5m');
4700INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15104','27897','14660','avg','5m');
4701INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15105','27897','14660','min','5m');
4702INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15106','27894','14661','diff','');
4703INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15107','27894','14661','strlen','');
4704INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15108','27895','14662','diff','');
4705INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15109','27895','14662','strlen','');
4706INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15110','27904','14663','avg','5m');
4707INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15111','27905','14664','avg','5m');
4708INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15112','27905','14664','max','5m');
4709INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15113','27905','14665','avg','5m');
4710INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15114','27905','14665','max','5m');
4711INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15115','27905','14666','avg','5m');
4712INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15116','27905','14666','min','5m');
4713INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15117','27906','14667','avg','5m');
4714INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15118','27906','14668','avg','5m');
4715INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15131','27919','14673','max','#3');
4716INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15132','27920','14674','min','5m');
4717INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15133','27921','14675','avg','5m');
4718INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15136','27936','14678','avg','5m');
4719INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15137','27933','14679','avg','5m');
4720INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15138','27931','14680','diff','');
4721INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15139','27931','14680','strlen','');
4722INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15146','27941','14683','avg','5m');
4723INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15147','27941','14683','min','5m');
4724INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15163','27956','14691','max','#3');
4725INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15164','27957','14692','min','5m');
4726INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15165','27958','14693','avg','5m');
4727INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15168','27975','14696','avg','5m');
4728INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15169','27974','14697','avg','5m');
4729INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15170','27970','14698','diff','');
4730INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15171','27970','14698','strlen','');
4731INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15172','27967','14699','diff','');
4732INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15173','27967','14699','strlen','');
4733INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15186','27986','14704','max','#3');
4734INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15187','27987','14705','min','5m');
4735INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15188','27988','14706','avg','5m');
4736INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15191','27999','14709','diff','');
4737INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15192','27999','14709','strlen','');
4738INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15193','27998','14710','diff','');
4739INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15194','27998','14710','strlen','');
4740INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15195','28003','14711','avg','5m');
4741INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15196','28004','14712','avg','5m');
4742INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15209','28015','14717','max','#3');
4743INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15210','28016','14718','min','5m');
4744INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15211','28017','14719','avg','5m');
4745INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15214','28031','14722','avg','5m');
4746INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15215','28028','14723','avg','5m');
4747INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15216','28027','14724','diff','');
4748INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15217','28027','14724','strlen','');
4749INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15597','28070','14869','max','#3');
4750INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15598','28071','14870','min','5m');
4751INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15599','28072','14871','avg','5m');
4752INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15618','28107','14882','max','#3');
4753INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15619','28108','14883','min','5m');
4754INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15620','28109','14884','avg','5m');
4755INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15678','28130','14906','max','#3');
4756INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15679','28131','14907','min','5m');
4757INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15680','28132','14908','avg','5m');
4758INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15683','28143','14911','avg','5m');
4759INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15684','28142','14912','diff','');
4760INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15685','28142','14912','strlen','');
4761INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15686','28141','14913','diff','');
4762INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15687','28141','14913','strlen','');
4763INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15688','28150','14914','avg','5m');
4764INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15689','28150','14914','max','5m');
4765INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15690','28150','14915','avg','5m');
4766INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15691','28150','14915','max','5m');
4767INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15692','28150','14916','avg','5m');
4768INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15693','28150','14916','min','5m');
4769INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15694','28151','14917','avg','5m');
4770INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15713','28185','14928','max','#3');
4771INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15714','28186','14929','min','5m');
4772INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15715','28187','14930','avg','5m');
4773INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15721','28201','14934','avg','5m');
4774INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15722','28201','14934','max','5m');
4775INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15723','28201','14935','avg','5m');
4776INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15724','28201','14935','min','5m');
4777INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15726','28204','14937','diff','');
4778INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15727','28204','14937','strlen','');
4779INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15729','27030','14939','last','');
4780INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15730','27607','14940','last','');
4781INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15731','27032','14941','last','');
4782INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15732','27191','14942','last','');
4783INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15733','27332','14943','last','');
4784INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15734','27461','14944','last','');
4785INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15735','27531','14945','last','');
4786INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15736','27567','14946','last','');
4787INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15737','27630','14947','last','');
4788INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15738','27653','14948','last','');
4789INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15739','27733','14949','last','');
4790INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15740','27799','14950','last','');
4791INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15741','27955','14951','last','');
4792INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15742','28069','14952','last','');
4793INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('15743','28129','14953','last','');
4794INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16352','27143','15161','max','{$SNMP_TIMEOUT}');
4795INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16353','27618','15162','max','{$SNMP_TIMEOUT}');
4796INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16354','28025','15163','max','{$SNMP_TIMEOUT}');
4797INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16375','27154','15170','max','{$SNMP_TIMEOUT}');
4798INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16376','27202','15171','max','{$SNMP_TIMEOUT}');
4799INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16377','27235','15172','max','{$SNMP_TIMEOUT}');
4800INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16378','27271','15173','max','{$SNMP_TIMEOUT}');
4801INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16379','27292','15174','max','{$SNMP_TIMEOUT}');
4802INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16380','27343','15175','max','{$SNMP_TIMEOUT}');
4803INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16381','27375','15176','max','{$SNMP_TIMEOUT}');
4804INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16382','27472','15177','max','{$SNMP_TIMEOUT}');
4805INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16383','27506','15178','max','{$SNMP_TIMEOUT}');
4806INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16384','27542','15179','max','{$SNMP_TIMEOUT}');
4807INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16385','27578','15180','max','{$SNMP_TIMEOUT}');
4808INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16386','27641','15181','max','{$SNMP_TIMEOUT}');
4809INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16387','27664','15182','max','{$SNMP_TIMEOUT}');
4810INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16388','27744','15183','max','{$SNMP_TIMEOUT}');
4811INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16389','27776','15184','max','{$SNMP_TIMEOUT}');
4812INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16390','27810','15185','max','{$SNMP_TIMEOUT}');
4813INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16391','27892','15186','max','{$SNMP_TIMEOUT}');
4814INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16392','27929','15187','max','{$SNMP_TIMEOUT}');
4815INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16393','27966','15188','max','{$SNMP_TIMEOUT}');
4816INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16394','27996','15189','max','{$SNMP_TIMEOUT}');
4817INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16395','28080','15190','max','{$SNMP_TIMEOUT}');
4818INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16396','28117','15191','max','{$SNMP_TIMEOUT}');
4819INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16397','28140','15192','max','{$SNMP_TIMEOUT}');
4820INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16398','28195','15193','max','{$SNMP_TIMEOUT}');
4821INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16445','28210','15208','diff','');
4822INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16446','28210','15208','strlen','');
4823INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16447','28208','15209','diff','');
4824INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16448','28208','15209','strlen','');
4825INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16472','28233','15220','max','#3');
4826INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16473','28234','15221','min','5m');
4827INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16474','28235','15222','avg','5m');
4828INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16476','28243','15224','max','{$SNMP_TIMEOUT}');
4829INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16818','27213','15330','count','#1,{$FAN_CRIT_STATUS},eq');
4830INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16819','27479','15331','count','#1,{$PSU_CRIT_STATUS},eq');
4831INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16820','27479','15332','count','#1,{$PSU_OK_STATUS},ne');
4832INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16821','27480','15333','count','#1,{$FAN_CRIT_STATUS},eq');
4833INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16822','27480','15334','count','#1,{$FAN_OK_STATUS},ne');
4834INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16823','27784','15335','avg','5m');
4835INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16824','27783','15335','last','0');
4836INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16825','27784','15335','max','5m');
4837INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16826','27784','15336','avg','5m');
4838INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16827','27783','15336','last','0');
4839INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16828','27784','15336','max','5m');
4840INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16829','27786','15337','count','#1,{$PSU_CRIT_STATUS},eq');
4841INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16830','27786','15338','count','#1,{$PSU_WARN_STATUS},eq');
4842INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16831','27787','15339','count','#1,{$FAN_CRIT_STATUS},eq');
4843INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16832','27554','15340','count','#1,{$PSU_CRIT_STATUS},eq');
4844INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16833','27555','15341','count','#1,{$FAN_CRIT_STATUS},eq');
4845INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16840','27422','15344','count','#1,{$PSU_CRIT_STATUS:"critical"},eq');
4846INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16841','27422','15344','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq');
4847INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16842','27422','15345','count','#1,{$PSU_WARN_STATUS:"warning"},eq');
4848INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16843','27422','15345','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq');
4849INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16844','27423','15346','count','#1,{$FAN_CRIT_STATUS:"critical"},eq');
4850INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16845','27423','15346','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq');
4851INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16846','27423','15347','count','#1,{$FAN_WARN_STATUS:"warning"},eq');
4852INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16847','27423','15347','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq');
4853INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16866','27431','15354','count','#1,{$PSU_CRIT_STATUS:"critical"},eq');
4854INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16867','27431','15354','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq');
4855INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16868','27448','15355','count','#1,{$PSU_CRIT_STATUS:"critical"},eq');
4856INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16869','27448','15355','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq');
4857INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16870','28216','15356','count','#1,{$PSU_CRIT_STATUS:"critical"},eq');
4858INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16871','28216','15356','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq');
4859INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16872','27431','15357','count','#1,{$PSU_WARN_STATUS:"warning"},eq');
4860INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16873','27431','15357','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq');
4861INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16874','27448','15358','count','#1,{$PSU_WARN_STATUS:"warning"},eq');
4862INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16875','27448','15358','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq');
4863INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16876','28216','15359','count','#1,{$PSU_WARN_STATUS:"warning"},eq');
4864INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16877','28216','15359','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq');
4865INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16878','27432','15360','count','#1,{$FAN_CRIT_STATUS:"critical"},eq');
4866INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16879','27432','15360','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq');
4867INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16880','27449','15361','count','#1,{$FAN_CRIT_STATUS:"critical"},eq');
4868INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16881','27449','15361','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq');
4869INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16882','28215','15362','count','#1,{$FAN_CRIT_STATUS:"critical"},eq');
4870INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16883','28215','15362','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq');
4871INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16884','27432','15363','count','#1,{$FAN_WARN_STATUS:"warning"},eq');
4872INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16885','27432','15363','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq');
4873INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16886','27449','15364','count','#1,{$FAN_WARN_STATUS:"warning"},eq');
4874INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16887','27449','15364','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq');
4875INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16888','28215','15365','count','#1,{$FAN_WARN_STATUS:"warning"},eq');
4876INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16889','28215','15365','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq');
4877INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16890','27518','15366','count','#1,{$PSU_CRIT_STATUS},eq');
4878INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16891','27519','15367','count','#1,{$FAN_CRIT_STATUS},eq');
4879INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16892','27584','15368','avg','5m');
4880INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16893','27585','15368','last','0');
4881INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16894','27584','15368','max','5m');
4882INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16895','27593','15369','count','#1,{$PSU_CRIT_STATUS},eq');
4883INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16896','27595','15370','count','#1,{$FAN_CRIT_STATUS},eq');
4884INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16897','27673','15371','count','#1,{$FAN_CRIT_STATUS:"fanError"},eq');
4885INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16898','27673','15371','count','#1,{$FAN_CRIT_STATUS:"hardwareFaulty"},eq');
4886INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16899','27674','15372','count','#1,{$PSU_CRIT_STATUS:"psuError"},eq');
4887INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16900','27674','15372','count','#1,{$PSU_CRIT_STATUS:"rpsError"},eq');
4888INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16901','27674','15372','count','#1,{$PSU_CRIT_STATUS:"hardwareFaulty"},eq');
4889INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16902','28154','15373','count','#1,{$FAN_CRIT_STATUS:"bad"},eq');
4890INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16903','28154','15374','count','#1,{$FAN_WARN_STATUS:"warning"},eq');
4891INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16904','28155','15375','count','#1,{$PSU_CRIT_STATUS:"bad"},eq');
4892INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16905','28155','15376','count','#1,{$PSU_WARN_STATUS:"warning"},eq');
4893INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16906','27822','15377','count','#1,{$FAN_CRIT_STATUS},eq');
4894INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16907','27823','15378','count','#1,{$PSU_CRIT_STATUS},eq');
4895INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16908','27312','15379','count','#1,{$PSU_CRIT_STATUS},eq');
4896INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16909','27312','15380','count','#1,{$PSU_OK_STATUS},ne');
4897INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16910','27313','15381','count','#1,{$FAN_CRIT_STATUS},eq');
4898INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16911','27313','15382','count','#1,{$FAN_OK_STATUS},ne');
4899INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16912','27316','15383','count','#1,{$PSU_CRIT_STATUS},eq');
4900INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16913','27316','15384','count','#1,{$PSU_OK_STATUS},ne');
4901INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16914','27317','15385','count','#1,{$FAN_CRIT_STATUS},eq');
4902INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16915','27317','15386','count','#1,{$FAN_OK_STATUS},ne');
4903INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16916','28201','15387','avg','5m');
4904INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16917','28200','15387','last','0');
4905INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16918','28201','15387','max','5m');
4906INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16919','28202','15388','count','#1,{$FAN_CRIT_STATUS},eq');
4907INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16920','28206','15389','count','#1,{$PSU_CRIT_STATUS},eq');
4908INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16921','27247','15390','avg','5m');
4909INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16922','27246','15390','last','0');
4910INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16923','27247','15390','max','5m');
4911INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16924','27248','15391','count','#1,{$PSU_CRIT_STATUS},eq');
4912INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16925','27248','15392','count','#1,{$PSU_OK_STATUS},ne');
4913INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16926','27250','15393','count','#1,{$FAN_CRIT_STATUS},eq');
4914INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16927','27250','15394','count','#1,{$FAN_OK_STATUS},ne');
4915INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16928','27755','15395','count','#1,{$FAN_CRIT_STATUS},eq');
4916INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16929','27941','15396','avg','5m');
4917INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16930','27940','15396','last','0');
4918INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16931','27941','15396','max','5m');
4919INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16932','27941','15397','avg','5m');
4920INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16933','27940','15397','last','0');
4921INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16934','27941','15397','max','5m');
4922INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16935','27942','15398','count','#1,{$FAN_CRIT_STATUS:"failed"},eq');
4923INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('16936','27943','15399','count','#1,{$PSU_CRIT_STATUS:"failed"},eq');
4924INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17657','28251','15640','max','10m');
4925INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17658','28250','15641','avg','10m');
4926INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17659','28252','15642','last','');
4927INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17660','28253','15643','last','');
4928INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17661','28254','15644','last','');
4929INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17662','28255','15645','last','');
4930INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17663','28256','15646','last','');
4931INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17664','28257','15647','last','');
4932INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17665','28258','15648','last','');
4933INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17666','28259','15649','last','');
4934INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17667','28260','15650','last','');
4935INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17668','28261','15651','last','');
4936INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17669','28262','15652','last','');
4937INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17670','28263','15653','last','');
4938INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17671','28264','15654','last','');
4939INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17672','28265','15655','last','');
4940INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17673','28266','15656','last','');
4941INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17674','28267','15657','last','');
4942INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17675','28268','15658','last','');
4943INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17676','28269','15659','last','');
4944INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17677','28270','15660','last','');
4945INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17678','28271','15661','last','');
4946INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17679','28272','15662','last','');
4947INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17680','28273','15663','last','');
4948INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17681','28274','15664','last','');
4949INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17682','28275','15665','last','');
4950INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17683','28276','15666','last','');
4951INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17684','28277','15667','last','');
4952INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17685','28278','15668','last','');
4953INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17686','28279','15669','last','');
4954INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17687','27091','15670','change','');
4955INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17688','27091','15670','last','');
4956INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17689','27090','15670','last','');
4957INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17690','27097','15670','last','');
4958INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17691','27091','15670','prev','');
4959INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17692','27101','15671','change','');
4960INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17693','27101','15671','last','');
4961INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17694','27100','15671','last','');
4962INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17695','27107','15671','last','');
4963INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17696','27101','15671','prev','');
4964INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17697','27187','15672','change','');
4965INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17698','27187','15672','last','');
4966INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17699','27189','15672','last','');
4967INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17700','27188','15672','last','');
4968INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17701','27187','15672','prev','');
4969INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17702','27222','15673','change','');
4970INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17703','27222','15673','last','');
4971INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17704','27224','15673','last','');
4972INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17705','27223','15673','last','');
4973INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17706','27222','15673','prev','');
4974INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17707','27258','15674','change','');
4975INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17708','27258','15674','last','');
4976INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17709','27260','15674','last','');
4977INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17710','27259','15674','last','');
4978INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17711','27258','15674','prev','');
4979INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17712','27279','15675','change','');
4980INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17713','27279','15675','last','');
4981INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17714','27281','15675','last','');
4982INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17715','27280','15675','last','');
4983INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17716','27279','15675','prev','');
4984INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17717','27328','15676','change','');
4985INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17718','27328','15676','last','');
4986INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17719','27330','15676','last','');
4987INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17720','27329','15676','last','');
4988INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17721','27328','15676','prev','');
4989INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17722','27457','15677','change','');
4990INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17723','27457','15677','last','');
4991INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17724','27459','15677','last','');
4992INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17725','27458','15677','last','');
4993INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17726','27457','15677','prev','');
4994INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17727','27493','15678','change','');
4995INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17728','27493','15678','last','');
4996INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17729','27495','15678','last','');
4997INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17730','27494','15678','last','');
4998INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17731','27493','15678','prev','');
4999INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17732','27527','15679','change','');
5000INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17733','27527','15679','last','');
5001INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17734','27529','15679','last','');
5002INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17735','27528','15679','last','');
5003INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17736','27527','15679','prev','');
5004INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17737','27563','15680','change','');
5005INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17738','27563','15680','last','');
5006INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17739','27565','15680','last','');
5007INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17740','27564','15680','last','');
5008INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17741','27563','15680','prev','');
5009INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17742','27649','15681','change','');
5010INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17743','27649','15681','last','');
5011INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17744','27651','15681','last','');
5012INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17745','27650','15681','last','');
5013INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17746','27649','15681','prev','');
5014INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17747','27729','15682','change','');
5015INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17748','27729','15682','last','');
5016INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17749','27731','15682','last','');
5017INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17750','27730','15682','last','');
5018INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17751','27729','15682','prev','');
5019INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17752','27763','15683','change','');
5020INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17753','27763','15683','last','');
5021INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17754','27765','15683','last','');
5022INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17755','27764','15683','last','');
5023INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17756','27763','15683','prev','');
5024INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17757','27795','15684','change','');
5025INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17758','27795','15684','last','');
5026INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17759','27797','15684','last','');
5027INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17760','27796','15684','last','');
5028INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17761','27795','15684','prev','');
5029INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17762','27879','15685','change','');
5030INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17763','27879','15685','last','');
5031INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17764','27881','15685','last','');
5032INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17765','27880','15685','last','');
5033INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17766','27879','15685','prev','');
5034INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17767','27916','15686','change','');
5035INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17768','27916','15686','last','');
5036INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17769','27918','15686','last','');
5037INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17770','27917','15686','last','');
5038INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17771','27916','15686','prev','');
5039INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17772','27951','15687','change','');
5040INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17773','27951','15687','last','');
5041INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17774','27953','15687','last','');
5042INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17775','27952','15687','last','');
5043INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17776','27951','15687','prev','');
5044INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17777','28065','15688','change','');
5045INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17778','28065','15688','last','');
5046INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17779','28067','15688','last','');
5047INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17780','28066','15688','last','');
5048INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17781','28065','15688','prev','');
5049INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17782','28125','15689','change','');
5050INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17783','28125','15689','last','');
5051INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17784','28127','15689','last','');
5052INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17785','28126','15689','last','');
5053INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17786','28125','15689','prev','');
5054INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17787','28182','15690','change','');
5055INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17788','28182','15690','last','');
5056INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17789','28184','15690','last','');
5057INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17790','28183','15690','last','');
5058INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17791','28182','15690','prev','');
5059INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17792','28230','15691','change','');
5060INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17793','28230','15691','last','');
5061INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17794','28232','15691','last','');
5062INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17795','28231','15691','last','');
5063INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17796','28230','15691','prev','');
5064INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17797','27071','15692','change','');
5065INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17798','27071','15692','last','');
5066INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17799','27070','15692','last','');
5067INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17800','27077','15692','last','');
5068INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17801','27071','15692','prev','');
5069INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17802','27603','15693','change','');
5070INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17803','27603','15693','last','');
5071INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17804','27605','15693','last','');
5072INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17805','27604','15693','last','');
5073INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17806','27603','15693','prev','');
5074INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17807','28012','15694','change','');
5075INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17808','28012','15694','last','');
5076INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17809','28014','15694','last','');
5077INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17810','28013','15694','last','');
5078INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17811','28012','15694','prev','');
5079INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17812','27081','15695','change','');
5080INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17813','27081','15695','last','');
5081INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17814','27080','15695','last','');
5082INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17815','27087','15695','last','');
5083INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17816','27081','15695','prev','');
5084INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17817','27626','15696','change','');
5085INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17818','27626','15696','last','');
5086INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17819','27628','15696','last','');
5087INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17820','27627','15696','last','');
5088INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17821','27626','15696','prev','');
5089INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17822','27983','15697','change','');
5090INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17823','27983','15697','last','');
5091INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17824','27985','15697','last','');
5092INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17825','27984','15697','last','');
5093INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17826','27983','15697','prev','');
5094INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17827','27121','15698','change','');
5095INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17828','27121','15698','last','');
5096INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17829','27120','15698','last','');
5097INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17830','27127','15698','last','');
5098INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17831','27121','15698','prev','');
5099INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17832','28104','15699','change','');
5100INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17833','28104','15699','last','');
5101INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17834','28106','15699','last','');
5102INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17835','28105','15699','last','');
5103INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17836','28104','15699','prev','');
5104INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17837','28281','15700','last','');
5105INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17838','28282','15701','max','#3');
5106INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17839','28283','15702','min','5m');
5107INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17840','28284','15703','avg','5m');
5108INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17841','28291','15704','last','');
5109INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17842','28292','15705','max','{$SNMP_TIMEOUT}');
5110INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17848','28300','15708','change','');
5111INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17849','28300','15708','last','');
5112INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17850','28302','15708','last','');
5113INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17851','28301','15708','last','');
5114INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17852','28300','15708','prev','');
5115INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17859','28323','15714','avg','5m');
5116INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17860','28324','15714','last','0');
5117INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17861','28323','15714','max','5m');
5118INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17862','28323','15715','avg','5m');
5119INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17863','28323','15715','max','5m');
5120INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17864','28323','15716','avg','5m');
5121INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17865','28323','15716','min','5m');
5122INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17866','28326','15717','count','#1,{$FAN_CRIT_STATUS},eq');
5123INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17867','28328','15718','diff','');
5124INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17868','28328','15718','strlen','');
5125INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17869','28329','15719','count','#1,{$PSU_CRIT_STATUS},eq');
5126INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17870','27238','15720','count','#1,{$HEALTH_CRIT_STATUS},eq');
5127INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17871','27238','15721','count','#1,{$HEALTH_WARN_STATUS:"offline"},eq');
5128INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17872','27238','15721','count','#1,{$HEALTH_WARN_STATUS:"testing"},eq');
5129INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17873','27814','15722','count','#1,{$HEALTH_CRIT_STATUS},eq');
5130INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17874','28330','15723','max','#3');
5131INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17875','28331','15724','min','5m');
5132INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17876','28332','15725','avg','5m');
5133INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17877','28339','15726','last','');
5134INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17878','28340','15727','max','{$SNMP_TIMEOUT}');
5135INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17879','28341','15728','count','#1,{$HEALTH_DISASTER_STATUS},eq');
5136INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17880','28341','15729','count','#1,{$HEALTH_CRIT_STATUS},eq');
5137INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17881','28341','15730','count','#1,{$HEALTH_WARN_STATUS},eq');
5138INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17882','28344','15731','diff','');
5139INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17883','28344','15731','strlen','');
5140INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17884','28345','15732','diff','');
5141INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17885','28345','15732','strlen','');
5142INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17886','28354','15733','avg','5m');
5143INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17887','28355','15733','last','0');
5144INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17888','28354','15733','max','5m');
5145INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17889','28354','15734','avg','5m');
5146INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17890','28355','15734','last','0');
5147INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17891','28354','15734','max','5m');
5148INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17892','28354','15735','avg','5m');
5149INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17893','28354','15735','min','5m');
5150INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17894','28356','15736','avg','5m');
5151INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17895','28357','15736','last','0');
5152INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17896','28356','15736','max','5m');
5153INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17897','28356','15737','avg','5m');
5154INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17898','28357','15737','last','0');
5155INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17899','28356','15737','max','5m');
5156INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17900','28356','15738','avg','5m');
5157INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17901','28356','15738','min','5m');
5158INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17902','28358','15739','count','#1,{$PSU_CRIT_STATUS:"critical"},eq');
5159INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17903','28358','15739','count','#1,{$PSU_CRIT_STATUS:"nonRecoverable"},eq');
5160INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17904','28358','15740','count','#1,{$PSU_WARN_STATUS:"nonCritical"},eq');
5161INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17905','28359','15741','count','#1,{$FAN_CRIT_STATUS:"criticalUpper"},eq');
5162INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17906','28359','15741','count','#1,{$FAN_CRIT_STATUS:"nonRecoverableUpper"},eq');
5163INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17907','28359','15741','count','#1,{$FAN_CRIT_STATUS:"criticalLower"},eq');
5164INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17908','28359','15741','count','#1,{$FAN_CRIT_STATUS:"nonRecoverableLower"},eq');
5165INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17909','28359','15741','count','#1,{$FAN_CRIT_STATUS:"failed"},eq');
5166INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17910','28359','15742','count','#1,{$FAN_WARN_STATUS:"nonCriticalUpper"},eq');
5167INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17911','28359','15742','count','#1,{$FAN_WARN_STATUS:"nonCriticalLower"},eq');
5168INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17912','28361','15743','count','#1,{$DISK_FAIL_STATUS:"critical"},eq');
5169INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17913','28361','15743','count','#1,{$DISK_FAIL_STATUS:"nonRecoverable"},eq');
5170INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17914','28361','15744','count','#1,{$DISK_WARN_STATUS:"nonCritical"},eq');
5171INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17915','28362','15745','diff','');
5172INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17916','28362','15745','strlen','');
5173INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17917','28363','15746','count','#1,{$DISK_SMART_FAIL_STATUS},eq');
5174INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17918','28373','15747','count','#1,{$VDISK_CRIT_STATUS:"failed"},eq');
5175INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17919','28373','15748','count','#1,{$VDISK_WARN_STATUS:"degraded"},eq');
5176INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17920','28374','15749','count','#1,{$DISK_ARRAY_FAIL_STATUS:"nonRecoverable"},eq');
5177INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17921','28374','15750','count','#1,{$DISK_ARRAY_CRIT_STATUS:"critical"},eq');
5178INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17922','28374','15751','count','#1,{$DISK_ARRAY_WARN_STATUS:"nonCritical"},eq');
5179INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17923','28376','15752','count','#1,{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS},eq');
5180INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17924','28376','15753','count','#1,{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS},ne');
5181INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17925','28376','15754','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS},eq');
5182INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17926','28377','15755','max','#3');
5183INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17927','28378','15756','min','5m');
5184INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17928','28379','15757','avg','5m');
5185INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17929','28386','15758','last','');
5186INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17930','28387','15759','max','{$SNMP_TIMEOUT}');
5187INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17933','28391','15762','diff','');
5188INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17934','28391','15762','strlen','');
5189INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17935','28404','15763','avg','5m');
5190INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17936','28404','15763','max','5m');
5191INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17937','28404','15764','avg','5m');
5192INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17938','28404','15764','max','5m');
5193INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17939','28404','15765','avg','5m');
5194INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17940','28404','15765','min','5m');
5195INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17941','28406','15766','avg','5m');
5196INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17942','28406','15766','max','5m');
5197INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17943','28406','15767','avg','5m');
5198INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17944','28406','15767','max','5m');
5199INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17945','28406','15768','avg','5m');
5200INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17946','28406','15768','min','5m');
5201INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17947','28407','15769','avg','5m');
5202INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17948','28407','15769','max','5m');
5203INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17949','28407','15770','avg','5m');
5204INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17950','28407','15770','max','5m');
5205INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17951','28407','15771','avg','5m');
5206INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17952','28407','15771','min','5m');
5207INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17953','28408','15772','avg','5m');
5208INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17954','28408','15772','max','5m');
5209INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17955','28408','15773','avg','5m');
5210INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17956','28408','15773','max','5m');
5211INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17957','28408','15774','avg','5m');
5212INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17958','28408','15774','min','5m');
5213INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17959','28409','15775','avg','5m');
5214INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17960','28409','15775','max','5m');
5215INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17961','28409','15776','avg','5m');
5216INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17962','28409','15776','max','5m');
5217INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17963','28409','15777','avg','5m');
5218INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17964','28409','15777','min','5m');
5219INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17965','28410','15778','avg','5m');
5220INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17966','28410','15778','max','5m');
5221INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17967','28410','15779','avg','5m');
5222INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17968','28410','15779','max','5m');
5223INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17969','28410','15780','avg','5m');
5224INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17970','28410','15780','min','5m');
5225INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17971','28411','15781','count','#1,{$PSU_CRIT_STATUS},eq');
5226INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17972','28411','15782','count','#1,{$PSU_WARN_STATUS},eq');
5227INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17973','28412','15783','count','#1,{$FAN_CRIT_STATUS},eq');
5228INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17974','28412','15784','count','#1,{$FAN_WARN_STATUS},eq');
5229INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17975','28413','15785','count','#1,{$DISK_ARRAY_CRIT_STATUS},eq');
5230INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17976','28413','15786','count','#1,{$DISK_ARRAY_WARN_STATUS},eq');
5231INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17977','28415','15787','count','#1,{$DISK_ARRAY_CACHE_CRIT_STATUS:"cacheModCriticalFailure"},eq');
5232INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17978','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"invalid"},eq');
5233INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17979','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModDegradedFailsafeSpeed"},eq');
5234INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17980','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheReadCacheNotMapped"},eq');
5235INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17981','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModFlashMemNotAttached"},eq');
5236INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17982','28415','15789','count','#1,{$DISK_ARRAY_CACHE_OK_STATUS:"enabled"},ne');
5237INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17983','28416','15790','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"failed"},eq');
5238INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17984','28416','15790','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"capacitorFailed"},eq');
5239INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17985','28416','15791','count','#1,{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"degraded"},eq');
5240INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17986','28416','15791','count','#1,{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"notPresent"},eq');
5241INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17987','28417','15792','count','#1,{$DISK_FAIL_STATUS},eq');
5242INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17988','28417','15793','count','#1,{$DISK_WARN_STATUS},eq');
5243INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17989','28418','15794','count','#1,{$DISK_SMART_FAIL_STATUS:"replaceDrive"},eq');
5244INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17990','28418','15794','count','#1,{$DISK_SMART_FAIL_STATUS:"replaceDriveSSDWearOut"},eq');
5245INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17991','28419','15795','diff','');
5246INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17992','28419','15795','strlen','');
5247INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17993','28423','15796','count','#1,{$VDISK_CRIT_STATUS},eq');
5248INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17994','28423','15797','count','#1,{$VDISK_OK_STATUS},ne');
5249INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17995','28426','15798','max','#3');
5250INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17996','28427','15799','min','5m');
5251INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17997','28428','15800','avg','5m');
5252INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17998','28435','15801','last','');
5253INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('17999','28436','15802','max','{$SNMP_TIMEOUT}');
5254INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18000','28437','15803','count','#1,{$HEALTH_DISASTER_STATUS},eq');
5255INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18001','28437','15804','count','#1,{$HEALTH_CRIT_STATUS},eq');
5256INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18002','28437','15805','count','#1,{$HEALTH_WARN_STATUS},eq');
5257INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18003','28439','15806','diff','');
5258INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18004','28439','15806','strlen','');
5259INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18005','28446','15807','avg','5m');
5260INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18006','28446','15807','max','5m');
5261INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18007','28446','15808','avg','5m');
5262INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18008','28446','15808','max','5m');
5263INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18009','28446','15809','avg','5m');
5264INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18010','28446','15809','min','5m');
5265INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18011','28447','15810','avg','5m');
5266INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18012','28447','15810','max','5m');
5267INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18013','28447','15811','avg','5m');
5268INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18014','28447','15811','max','5m');
5269INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18015','28447','15812','avg','5m');
5270INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18016','28447','15812','min','5m');
5271INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18017','28448','15813','avg','5m');
5272INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18018','28448','15813','max','5m');
5273INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18019','28448','15814','avg','5m');
5274INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18020','28448','15814','max','5m');
5275INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18021','28448','15815','avg','5m');
5276INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18022','28448','15815','min','5m');
5277INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18023','28449','15816','count','#1,{$PSU_OK_STATUS},ne');
5278INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18024','28450','15817','count','#1,{$FAN_OK_STATUS},ne');
5279INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18025','28452','15818','count','#1,{$DISK_OK_STATUS},ne');
5280INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18026','28454','15819','max','#3');
5281INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18027','28455','15820','min','5m');
5282INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18028','28456','15821','avg','5m');
5283INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18029','28463','15822','last','');
5284INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18030','28464','15823','max','{$SNMP_TIMEOUT}');
5285INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18031','28465','15824','count','#1,{$HEALTH_DISASTER_STATUS},eq');
5286INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18032','28465','15825','count','#1,{$HEALTH_CRIT_STATUS},eq');
5287INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18033','28465','15826','count','#1,{$HEALTH_WARN_STATUS},eq');
5288INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18034','28467','15827','diff','');
5289INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18035','28467','15827','strlen','');
5290INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18036','28474','15828','avg','5m');
5291INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18037','28474','15828','max','5m');
5292INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18038','28474','15829','avg','5m');
5293INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18039','28474','15829','max','5m');
5294INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18040','28474','15830','avg','5m');
5295INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18041','28474','15830','min','5m');
5296INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18042','28475','15831','avg','5m');
5297INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18043','28475','15831','max','5m');
5298INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18044','28475','15832','avg','5m');
5299INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18045','28475','15832','max','5m');
5300INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18046','28475','15833','avg','5m');
5301INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18047','28475','15833','min','5m');
5302INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18048','28476','15834','avg','5m');
5303INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18049','28476','15834','max','5m');
5304INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18050','28476','15835','avg','5m');
5305INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18051','28476','15835','max','5m');
5306INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18052','28476','15836','avg','5m');
5307INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18053','28476','15836','min','5m');
5308INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18054','28477','15837','count','#1,{$PSU_OK_STATUS},ne');
5309INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18055','28478','15838','count','#1,{$FAN_OK_STATUS},ne');
5310INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18056','28480','15839','count','#1,{$DISK_OK_STATUS},ne');
5311INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18057','28482','15840','max','#3');
5312INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18058','28483','15841','min','5m');
5313INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18059','28484','15842','avg','5m');
5314INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18060','28491','15843','last','');
5315INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18061','28492','15844','max','{$SNMP_TIMEOUT}');
5316INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18062','28495','15845','avg','5m');
5317INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18063','28495','15845','max','5m');
5318INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18064','28495','15846','avg','5m');
5319INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18065','28495','15846','max','5m');
5320INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18066','28495','15847','avg','5m');
5321INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18067','28495','15847','min','5m');
5322INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18068','28503','15848','last','0');
5323INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18069','28532','15848','last','0');
5324INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18070','28506','15849','last','0');
5325INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18071','28505','15849','last','0');
5326INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18072','28509','15850','last','0');
5327INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18073','28508','15850','last','0');
5328INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18074','28513','15851','str','off');
5329INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18075','28512','15852','str','off');
5330INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18076','28537','15853','max','10m');
5331INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18077','28543','15854','max','10m');
5332INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18078','28536','15855','max','10m');
5333INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18079','28545','15856','max','10m');
5334INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18080','28542','15857','max','10m');
5335INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18081','28538','15858','max','10m');
5336INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18082','28535','15859','min','10m');
5337INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18083','28555','15860','avg','10m');
5338INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18084','28557','15861','avg','10m');
5339INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18085','28558','15862','avg','10m');
5340INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18086','28559','15863','avg','10m');
5341INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18087','28560','15864','avg','10m');
5342INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18088','28561','15865','avg','10m');
5343INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18089','28562','15866','avg','30m');
5344INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18090','28563','15867','avg','10m');
5345INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18091','28564','15868','avg','10m');
5346INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18092','28556','15869','avg','10m');
5347INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18093','28565','15870','avg','10m');
5348INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18094','28567','15871','avg','10m');
5349INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18095','28568','15872','avg','10m');
5350INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18096','28569','15873','avg','10m');
5351INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18097','28570','15874','avg','10m');
5352INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18098','28571','15875','avg','10m');
5353INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18099','28572','15876','avg','10m');
5354INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18100','28573','15877','avg','10m');
5355INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18101','28574','15878','avg','10m');
5356INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18102','28566','15879','avg','10m');
5357INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18103','28575','15880','avg','10m');
5358INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18104','28546','15881','avg','10m');
5359INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18105','28541','15882','last','');
5360INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18106','28553','15883','avg','10m');
5361INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18107','28590','15884','max','10m');
5362INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18108','28588','15885','max','10m');
5363INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18109','28587','15886','max','10m');
5364INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18110','28589','15887','max','10m');
5365INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18111','28578','15888','min','10m');
5366INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18112','28591','15889','avg','10m');
5367INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18113','28592','15890','avg','10m');
5368INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18114','28606','15891','avg','10m');
5369INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18115','28605','15892','avg','10m');
5370INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18116','28604','15893','avg','10m');
5371INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18117','28603','15894','avg','30m');
5372INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18118','28602','15895','avg','10m');
5373INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18119','28601','15896','avg','10m');
5374INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18120','28600','15897','avg','10m');
5375INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18121','28599','15898','avg','10m');
5376INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18122','28598','15899','avg','10m');
5377INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18123','28597','15900','avg','10m');
5378INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18124','28596','15901','avg','10m');
5379INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18125','28595','15902','avg','10m');
5380INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18126','28594','15903','avg','10m');
5381INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18127','28593','15904','avg','10m');
5382INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18128','28607','15905','avg','10m');
5383INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18129','28579','15906','avg','10m');
5384INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18130','28613','15907','avg','5m');
5385INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18131','28614','15908','max','#3');
5386INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18132','28615','15909','min','5m');
5387INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18133','28616','15910','avg','5m');
5388INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18134','28623','15911','last','');
5389INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18135','28624','15912','max','{$SNMP_TIMEOUT}');
5390INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18136','28634','15913','avg','5m');
5391INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18137','28634','15913','max','5m');
5392INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18138','28634','15914','avg','5m');
5393INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18139','28634','15914','max','5m');
5394INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18140','28634','15915','avg','5m');
5395INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18141','28634','15915','min','5m');
5396INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18142','28635','15916','avg','5m');
5397INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18143','28635','15916','max','5m');
5398INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18144','28635','15917','avg','5m');
5399INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18145','28635','15917','max','5m');
5400INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18146','28635','15918','avg','5m');
5401INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18147','28635','15918','min','5m');
5402INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18148','28636','15919','avg','5m');
5403INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18149','28636','15919','max','5m');
5404INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18150','28636','15920','avg','5m');
5405INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18151','28636','15920','max','5m');
5406INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18152','28636','15921','avg','5m');
5407INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18153','28636','15921','min','5m');
5408INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18154','28637','15922','avg','5m');
5409INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18155','28637','15922','max','5m');
5410INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18156','28637','15923','avg','5m');
5411INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18157','28637','15923','max','5m');
5412INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18158','28637','15924','avg','5m');
5413INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18159','28637','15924','min','5m');
5414INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18160','28638','15925','avg','5m');
5415INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18161','28638','15925','max','5m');
5416INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18162','28638','15926','avg','5m');
5417INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18163','28638','15926','max','5m');
5418INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18164','28638','15927','avg','5m');
5419INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18165','28638','15927','min','5m');
5420INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18166','28639','15928','count','#1,{$PSU_CRIT_STATUS:"inoperable"},eq');
5421INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18167','28639','15929','count','#1,{$PSU_WARN_STATUS:"degraded"},eq');
5422INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18168','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"computeFailed"},eq');
5423INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18169','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"configFailure"},eq');
5424INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18170','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"unconfigFailure"},eq');
5425INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18171','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"inoperable"},eq');
5426INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18172','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"testFailed"},eq');
5427INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18173','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"thermalProblem"},eq');
5428INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18174','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"powerProblem"},eq');
5429INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18175','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"voltageProblem"},eq');
5430INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18176','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"diagnosticsFailed"},eq');
5431INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18177','28642','15932','diff','');
5432INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18178','28642','15932','strlen','');
5433INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18179','28643','15933','count','#1,{$FAN_CRIT_STATUS:"inoperable"},eq');
5434INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18180','28643','15934','count','#1,{$FAN_WARN_STATUS:"degraded"},eq');
5435INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18181','28644','15935','count','#1,{$DISK_FAIL_STATUS:"failed"},eq');
5436INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18182','28644','15936','count','#1,{$DISK_CRIT_STATUS:"bad"},eq');
5437INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18183','28644','15936','count','#1,{$DISK_CRIT_STATUS:"predictiveFailure"},eq');
5438INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18184','28648','15937','count','#1,{$VDISK_OK_STATUS:"equipped"},ne');
5439INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18185','28651','15938','count','#1,{$DISK_ARRAY_CRIT_STATUS:"inoperable"},eq');
5440INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18186','28651','15939','count','#1,{$DISK_ARRAY_WARN_STATUS:"degraded"},eq');
5441INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18187','28651','15940','count','#1,{$DISK_ARRAY_OK_STATUS:"operable"},ne');
5442INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18188','28653','15941','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS},eq');
5443INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18189','28653','15942','count','#1,{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS},ne');
5444INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18190','28654','15943','count','#1,{$HEALTH_CRIT_STATUS},eq');
5445INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18191','28654','15944','count','#1,{$HEALTH_WARN_STATUS},eq');
5446INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18193','28655','15946','min','5m');
5447INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18194','28656','15947','min','5m');
5448INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18195','28657','15948','min','5m');
5449INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18196','28658','15949','min','5m');
5450INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18197','28659','15950','min','5m');
5451INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18198','28660','15951','min','5m');
5452INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18199','28675','15952','last','');
5453INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18200','28674','15952','last','');
5454INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18201','28673','15952','last','');
5455INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18202','28675','15952','timeleft','1h,,100');
5456INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18203','28675','15953','last','');
5457INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18204','28674','15953','last','');
5458INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18205','28673','15953','last','');
5459INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18206','28675','15953','timeleft','1h,,100');
5460INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18207','28678','15954','min','5m');
5461INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18208','28681','15955','last','');
5462INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18209','28680','15955','last','');
5463INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18210','28679','15955','last','');
5464INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18211','28681','15955','timeleft','1h,,100');
5465INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18212','28687','15956','last','');
5466INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18213','28686','15956','last','');
5467INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18214','28685','15956','last','');
5468INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18215','28687','15956','timeleft','1h,,100');
5469INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18216','28693','15957','last','');
5470INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18217','28692','15957','last','');
5471INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18218','28691','15957','last','');
5472INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18219','28693','15957','timeleft','1h,,100');
5473INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18220','28699','15958','last','');
5474INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18221','28698','15958','last','');
5475INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18222','28697','15958','last','');
5476INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18223','28699','15958','timeleft','1h,,100');
5477INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18224','28705','15959','last','');
5478INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18225','28704','15959','last','');
5479INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18226','28703','15959','last','');
5480INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18227','28705','15959','timeleft','1h,,100');
5481INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18228','28681','15960','last','');
5482INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18229','28680','15960','last','');
5483INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18230','28679','15960','last','');
5484INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18231','28681','15960','timeleft','1h,,100');
5485INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18232','28687','15961','last','');
5486INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18233','28686','15961','last','');
5487INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18234','28685','15961','last','');
5488INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18235','28687','15961','timeleft','1h,,100');
5489INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18236','28693','15962','last','');
5490INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18237','28692','15962','last','');
5491INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18238','28691','15962','last','');
5492INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18239','28693','15962','timeleft','1h,,100');
5493INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18240','28699','15963','last','');
5494INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18241','28698','15963','last','');
5495INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18242','28697','15963','last','');
5496INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18243','28699','15963','timeleft','1h,,100');
5497INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18244','28705','15964','last','');
5498INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18245','28704','15964','last','');
5499INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18246','28703','15964','last','');
5500INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18247','28705','15964','timeleft','1h,,100');
5501INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18248','28684','15965','min','5m');
5502INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18249','28690','15966','min','5m');
5503INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18250','28696','15967','min','5m');
5504INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18251','28702','15968','min','5m');
5505INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18252','28708','15969','min','5m');
5506INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18253','27124','15970','avg','15m');
5507INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18254','27121','15970','last','');
5508INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18255','27125','15970','avg','15m');
5509INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18256','27126','15971','min','5m');
5510INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18257','27123','15971','min','5m');
5511INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18258','27126','15971','max','5m');
5512INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18259','27123','15971','max','5m');
5513INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18260','28100','15972','avg','15m');
5514INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18261','28104','15972','last','');
5515INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18262','28103','15972','avg','15m');
5516INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18263','28099','15973','min','5m');
5517INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18264','28102','15973','min','5m');
5518INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18265','28099','15973','max','5m');
5519INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18266','28102','15973','max','5m');
5520INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18267','28709','15974','min','5m');
5521INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18268','28710','15975','min','5m');
5522INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18269','28717','15976','last','');
5523INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18270','28716','15976','last','');
5524INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18271','28715','15976','last','');
5525INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18272','28717','15976','timeleft','1h,,100');
5526INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18273','28717','15977','last','');
5527INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18274','28716','15977','last','');
5528INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18275','28715','15977','last','');
5529INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18276','28717','15977','timeleft','1h,,100');
5530INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18277','28720','15978','min','5m');
5531INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18278','28723','15979','last','');
5532INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18279','28722','15979','last','');
5533INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18280','28721','15979','last','');
5534INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18281','28723','15979','timeleft','1h,,100');
5535INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18282','28723','15980','last','');
5536INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18283','28722','15980','last','');
5537INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18284','28721','15980','last','');
5538INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18285','28723','15980','timeleft','1h,,100');
5539INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18286','28726','15981','min','5m');
5540INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18287','27097','15982','last','');
5541INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18288','27097','15982','diff','');
5542INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18289','27094','15983','avg','15m');
5543INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18290','27091','15983','last','');
5544INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18291','27095','15983','avg','15m');
5545INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18292','27096','15984','min','5m');
5546INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18293','27093','15984','min','5m');
5547INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18294','27096','15984','max','5m');
5548INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18295','27093','15984','max','5m');
5549INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18296','27107','15985','last','');
5550INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18297','27107','15985','diff','');
5551INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18298','27104','15986','avg','15m');
5552INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18299','27101','15986','last','');
5553INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18300','27105','15986','avg','15m');
5554INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18301','27106','15987','min','5m');
5555INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18302','27103','15987','min','5m');
5556INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18303','27106','15987','max','5m');
5557INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18304','27103','15987','max','5m');
5558INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18305','27188','15988','last','');
5559INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18306','27188','15988','diff','');
5560INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18307','27223','15989','last','');
5561INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18308','27223','15989','diff','');
5562INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18309','27259','15990','last','');
5563INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18310','27259','15990','diff','');
5564INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18311','27280','15991','last','');
5565INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18312','27280','15991','diff','');
5566INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18313','27329','15992','last','');
5567INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18314','27329','15992','diff','');
5568INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18315','27458','15993','last','');
5569INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18316','27458','15993','diff','');
5570INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18317','27494','15994','last','');
5571INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18318','27494','15994','diff','');
5572INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18319','27528','15995','last','');
5573INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18320','27528','15995','diff','');
5574INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18321','27564','15996','last','');
5575INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18322','27564','15996','diff','');
5576INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18323','27650','15997','last','');
5577INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18324','27650','15997','diff','');
5578INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18325','27730','15998','last','');
5579INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18326','27730','15998','diff','');
5580INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18327','27764','15999','last','');
5581INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18328','27764','15999','diff','');
5582INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18329','27796','16000','last','');
5583INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18330','27796','16000','diff','');
5584INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18331','27880','16001','last','');
5585INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18332','27880','16001','diff','');
5586INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18333','27917','16002','last','');
5587INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18334','27917','16002','diff','');
5588INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18335','27952','16003','last','');
5589INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18336','27952','16003','diff','');
5590INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18337','28066','16004','last','');
5591INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18338','28066','16004','diff','');
5592INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18339','28126','16005','last','');
5593INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18340','28126','16005','diff','');
5594INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18341','28183','16006','last','');
5595INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18342','28183','16006','diff','');
5596INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18343','28231','16007','last','');
5597INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18344','28231','16007','diff','');
5598INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18345','28301','16008','last','');
5599INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18346','28301','16008','diff','');
5600INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18347','27183','16009','avg','15m');
5601INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18348','27187','16009','last','');
5602INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18349','27186','16009','avg','15m');
5603INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18350','27218','16010','avg','15m');
5604INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18351','27222','16010','last','');
5605INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18352','27221','16010','avg','15m');
5606INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18353','27254','16011','avg','15m');
5607INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18354','27258','16011','last','');
5608INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18355','27257','16011','avg','15m');
5609INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18356','27275','16012','avg','15m');
5610INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18357','27279','16012','last','');
5611INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18358','27278','16012','avg','15m');
5612INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18359','27324','16013','avg','15m');
5613INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18360','27328','16013','last','');
5614INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18361','27327','16013','avg','15m');
5615INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18362','27453','16014','avg','15m');
5616INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18363','27457','16014','last','');
5617INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18364','27456','16014','avg','15m');
5618INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18365','27489','16015','avg','15m');
5619INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18366','27493','16015','last','');
5620INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18367','27492','16015','avg','15m');
5621INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18368','27523','16016','avg','15m');
5622INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18369','27527','16016','last','');
5623INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18370','27526','16016','avg','15m');
5624INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18371','27559','16017','avg','15m');
5625INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18372','27563','16017','last','');
5626INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18373','27562','16017','avg','15m');
5627INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18374','27645','16018','avg','15m');
5628INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18375','27649','16018','last','');
5629INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18376','27648','16018','avg','15m');
5630INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18377','27725','16019','avg','15m');
5631INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18378','27729','16019','last','');
5632INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18379','27728','16019','avg','15m');
5633INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18380','27759','16020','avg','15m');
5634INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18381','27763','16020','last','');
5635INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18382','27762','16020','avg','15m');
5636INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18383','27791','16021','avg','15m');
5637INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18384','27795','16021','last','');
5638INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18385','27794','16021','avg','15m');
5639INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18386','27875','16022','avg','15m');
5640INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18387','27879','16022','last','');
5641INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18388','27878','16022','avg','15m');
5642INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18389','27912','16023','avg','15m');
5643INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18390','27916','16023','last','');
5644INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18391','27915','16023','avg','15m');
5645INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18392','27947','16024','avg','15m');
5646INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18393','27951','16024','last','');
5647INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18394','27950','16024','avg','15m');
5648INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18395','28061','16025','avg','15m');
5649INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18396','28065','16025','last','');
5650INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18397','28064','16025','avg','15m');
5651INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18398','28121','16026','avg','15m');
5652INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18399','28125','16026','last','');
5653INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18400','28124','16026','avg','15m');
5654INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18401','28178','16027','avg','15m');
5655INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18402','28182','16027','last','');
5656INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18403','28181','16027','avg','15m');
5657INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18404','28226','16028','avg','15m');
5658INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18405','28230','16028','last','');
5659INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18406','28229','16028','avg','15m');
5660INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18407','28296','16029','avg','15m');
5661INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18408','28300','16029','last','');
5662INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18409','28299','16029','avg','15m');
5663INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18410','27182','16030','min','5m');
5664INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18411','27185','16030','min','5m');
5665INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18412','27182','16030','max','5m');
5666INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18413','27185','16030','max','5m');
5667INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18414','27217','16031','min','5m');
5668INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18415','27220','16031','min','5m');
5669INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18416','27217','16031','max','5m');
5670INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18417','27220','16031','max','5m');
5671INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18418','27253','16032','min','5m');
5672INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18419','27256','16032','min','5m');
5673INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18420','27253','16032','max','5m');
5674INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18421','27256','16032','max','5m');
5675INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18422','27274','16033','min','5m');
5676INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18423','27277','16033','min','5m');
5677INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18424','27274','16033','max','5m');
5678INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18425','27277','16033','max','5m');
5679INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18426','27323','16034','min','5m');
5680INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18427','27326','16034','min','5m');
5681INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18428','27323','16034','max','5m');
5682INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18429','27326','16034','max','5m');
5683INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18430','27452','16035','min','5m');
5684INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18431','27455','16035','min','5m');
5685INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18432','27452','16035','max','5m');
5686INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18433','27455','16035','max','5m');
5687INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18434','27488','16036','min','5m');
5688INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18435','27491','16036','min','5m');
5689INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18436','27488','16036','max','5m');
5690INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18437','27491','16036','max','5m');
5691INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18438','27522','16037','min','5m');
5692INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18439','27525','16037','min','5m');
5693INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18440','27522','16037','max','5m');
5694INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18441','27525','16037','max','5m');
5695INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18442','27558','16038','min','5m');
5696INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18443','27561','16038','min','5m');
5697INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18444','27558','16038','max','5m');
5698INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18445','27561','16038','max','5m');
5699INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18446','27644','16039','min','5m');
5700INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18447','27647','16039','min','5m');
5701INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18448','27644','16039','max','5m');
5702INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18449','27647','16039','max','5m');
5703INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18450','27724','16040','min','5m');
5704INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18451','27727','16040','min','5m');
5705INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18452','27724','16040','max','5m');
5706INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18453','27727','16040','max','5m');
5707INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18454','27758','16041','min','5m');
5708INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18455','27761','16041','min','5m');
5709INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18456','27758','16041','max','5m');
5710INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18457','27761','16041','max','5m');
5711INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18458','27790','16042','min','5m');
5712INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18459','27793','16042','min','5m');
5713INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18460','27790','16042','max','5m');
5714INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18461','27793','16042','max','5m');
5715INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18462','27874','16043','min','5m');
5716INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18463','27877','16043','min','5m');
5717INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18464','27874','16043','max','5m');
5718INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18465','27877','16043','max','5m');
5719INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18466','27911','16044','min','5m');
5720INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18467','27914','16044','min','5m');
5721INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18468','27911','16044','max','5m');
5722INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18469','27914','16044','max','5m');
5723INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18470','27946','16045','min','5m');
5724INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18471','27949','16045','min','5m');
5725INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18472','27946','16045','max','5m');
5726INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18473','27949','16045','max','5m');
5727INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18474','28060','16046','min','5m');
5728INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18475','28063','16046','min','5m');
5729INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18476','28060','16046','max','5m');
5730INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18477','28063','16046','max','5m');
5731INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18478','28120','16047','min','5m');
5732INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18479','28123','16047','min','5m');
5733INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18480','28120','16047','max','5m');
5734INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18481','28123','16047','max','5m');
5735INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18482','28177','16048','min','5m');
5736INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18483','28180','16048','min','5m');
5737INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18484','28177','16048','max','5m');
5738INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18485','28180','16048','max','5m');
5739INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18486','28225','16049','min','5m');
5740INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18487','28228','16049','min','5m');
5741INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18488','28225','16049','max','5m');
5742INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18489','28228','16049','max','5m');
5743INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18490','28295','16050','min','5m');
5744INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18491','28298','16050','min','5m');
5745INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18492','28295','16050','max','5m');
5746INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18493','28298','16050','max','5m');
5747INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18494','27077','16051','last','');
5748INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18495','27077','16051','diff','');
5749INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18496','27074','16052','avg','15m');
5750INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18497','27071','16052','last','');
5751INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18498','27075','16052','avg','15m');
5752INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18499','27076','16053','min','5m');
5753INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18500','27073','16053','min','5m');
5754INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18501','27076','16053','max','5m');
5755INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18502','27073','16053','max','5m');
5756INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18503','27604','16054','last','');
5757INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18504','27604','16054','diff','');
5758INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18505','28013','16055','last','');
5759INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18506','28013','16055','diff','');
5760INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18507','27599','16056','avg','15m');
5761INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18508','27603','16056','last','');
5762INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18509','27602','16056','avg','15m');
5763INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18510','28008','16057','avg','15m');
5764INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18511','28012','16057','last','');
5765INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18512','28011','16057','avg','15m');
5766INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18513','27598','16058','min','5m');
5767INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18514','27601','16058','min','5m');
5768INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18515','27598','16058','max','5m');
5769INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18516','27601','16058','max','5m');
5770INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18517','28007','16059','min','5m');
5771INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18518','28010','16059','min','5m');
5772INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18519','28007','16059','max','5m');
5773INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18520','28010','16059','max','5m');
5774INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18521','27087','16060','last','');
5775INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18522','27087','16060','diff','');
5776INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18523','27084','16061','avg','15m');
5777INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18524','27081','16061','last','');
5778INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18525','27085','16061','avg','15m');
5779INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18526','27086','16062','min','5m');
5780INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18527','27083','16062','min','5m');
5781INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18528','27086','16062','max','5m');
5782INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18529','27083','16062','max','5m');
5783INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18530','27627','16063','last','');
5784INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18531','27627','16063','diff','');
5785INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18532','27984','16064','last','');
5786INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18533','27984','16064','diff','');
5787INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18534','27622','16065','avg','15m');
5788INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18535','27626','16065','last','');
5789INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18536','27625','16065','avg','15m');
5790INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18537','27979','16066','avg','15m');
5791INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18538','27983','16066','last','');
5792INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18539','27982','16066','avg','15m');
5793INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18540','27621','16067','min','5m');
5794INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18541','27624','16067','min','5m');
5795INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18542','27621','16067','max','5m');
5796INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18543','27624','16067','max','5m');
5797INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18544','27978','16068','min','5m');
5798INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18545','27981','16068','min','5m');
5799INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18546','27978','16068','max','5m');
5800INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18547','27981','16068','max','5m');
5801INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18548','27127','16069','last','');
5802INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18549','27127','16069','diff','');
5803INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18550','28105','16070','last','');
5804INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18551','28105','16070','diff','');
5805INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18552','27376','16071','min','5m');
5806INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18553','28727','16072','diff','');
5807INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18554','28727','16072','strlen','');
5808INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18555','27380','16073','min','5m');
5809INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18556','28728','16074','diff','');
5810INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18557','28728','16074','strlen','');
5811INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18558','28729','16075','diff','');
5812INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18559','28729','16075','strlen','');
5813INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18560','28730','16076','diff','');
5814INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18561','28730','16076','strlen','');
5815INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18562','28731','16077','min','5m');
5816INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18563','27417','16078','min','5m');
5817INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18564','28246','16079','min','5m');
5818INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18565','27421','16080','avg','5m');
5819INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18566','27420','16080','last','0');
5820INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18567','27421','16080','max','5m');
5821INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18568','27421','16081','avg','5m');
5822INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18569','27420','16081','last','0');
5823INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18570','27421','16081','max','5m');
5824INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18571','27421','16082','avg','5m');
5825INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18572','27421','16082','min','5m');
5826INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18573','28732','16083','min','5m');
5827INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18574','28733','16084','min','5m');
5828INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18575','28734','16085','min','5m');
5829INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18576','27427','16086','min','5m');
5830INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18577','28247','16087','min','5m');
5831INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18578','27430','16088','avg','5m');
5832INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18579','27429','16088','last','0');
5833INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18580','27430','16088','max','5m');
5834INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18581','27447','16089','avg','5m');
5835INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18582','27446','16089','last','0');
5836INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18583','27447','16089','max','5m');
5837INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18584','28218','16090','avg','5m');
5838INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18585','28217','16090','last','0');
5839INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18586','28218','16090','max','5m');
5840INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18587','27430','16091','avg','5m');
5841INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18588','27429','16091','last','0');
5842INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18589','27430','16091','max','5m');
5843INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18590','27447','16092','avg','5m');
5844INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18591','27446','16092','last','0');
5845INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18592','27447','16092','max','5m');
5846INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18593','28218','16093','avg','5m');
5847INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18594','28217','16093','last','0');
5848INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18595','28218','16093','max','5m');
5849INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18596','27430','16094','avg','5m');
5850INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18597','27430','16094','min','5m');
5851INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18598','27447','16095','avg','5m');
5852INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18599','27447','16095','min','5m');
5853INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18600','28218','16096','avg','5m');
5854INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18601','28218','16096','min','5m');
5855INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18602','28766','16097','str','Client');
5856INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18603','28768','16098','last','');
5857INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18604','28774','16098','last','');
5858INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18605','28772','16099','last','');
5859INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18606','28770','16099','last','');
5860INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18607','28764','16100','last','');
5861INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18608','28778','16100','last','');
5862INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18609','28782','16101','min','{$JMX.HEAP.MEM.USAGE.TIME}');
5863INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18610','28781','16101','last','');
5864INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18611','28785','16102','min','{$JMX.NONHEAP.MEM.USAGE.TIME}');
5865INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18612','28784','16102','last','');
5866INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18613','28777','16103','min','{$JMX.MP.USAGE.TIME:"CMS Old Gen"}');
5867INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18614','28788','16103','last','');
5868INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18615','28761','16104','min','{$JMX.MP.USAGE.TIME:"CMS Perm Gen"}');
5869INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18616','28749','16104','last','');
5870INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18617','28739','16105','min','{$JMX.MP.USAGE.TIME:"Code Cache"}');
5871INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18618','28738','16105','last','');
5872INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18619','28742','16106','min','{$JMX.MP.USAGE.TIME:"Perm Gen"}');
5873INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18620','28741','16106','last','');
5874INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18621','28745','16107','min','{$JMX.MP.USAGE.TIME:"PS Old Gen"}');
5875INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18622','28744','16107','last','');
5876INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18623','28736','16108','min','{$JMX.MP.USAGE.TIME:"PS Perm Gen"}');
5877INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18624','28747','16108','last','');
5878INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18625','28751','16109','min','{$JMX.MP.USAGE.TIME:"Tenured Gen"}');
5879INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18626','28750','16109','last','');
5880INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18627','28753','16110','min','{$JMX.FILE.DESCRIPTORS.TIME}');
5881INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18628','28752','16110','last','');
5882INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18629','28754','16111','min','{$JMX.CPU.LOAD.TIME}');
5883INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18630','28755','16112','nodata','5m');
5884INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18631','28756','16113','str','Server');
5885INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18632','28811','16114','last','');
5886INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18633','28817','16115','last','');
5887INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18634','28817','16116','last','');
5888INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18635','28816','16117','last','');
5889INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18636','28816','16118','last','');
5890INSERT INTO `functions` (`functionid`,`itemid`,`triggerid`,`name`,`parameter`) values ('18637','28815','16119','last','');
5891INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('387','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5892INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('392','Zabbix server performance','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5893INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('404','Zabbix data gathering process busy %','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5894INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('406','Zabbix internal process busy %','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5895INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('410','Zabbix cache usage, % used','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5896INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('420','Network traffic on {#IFNAME}','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'2');
5897INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('433','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0');
5898INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('436','Swap usage','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'0');
5899INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('439','CPU jumps','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5900INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('442','Disk space usage {#FSNAME}','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
5901INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('456','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5902INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('457','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0');
5903INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('458','Swap usage','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'0');
5904INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('459','CPU jumps','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5905INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('461','Disk space usage {#FSNAME}','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
5906INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('462','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5907INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('463','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0');
5908INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('464','Swap usage','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'0');
5909INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('465','CPU jumps','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5910INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('467','Disk space usage {#FSNAME}','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
5911INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('469','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0');
5912INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('471','CPU jumps','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5913INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('472','Network traffic on {#IFNAME}','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'2');
5914INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('473','Disk space usage {#FSNAME}','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
5915INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('474','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5916INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('475','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0');
5917INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('478','Network traffic on {#IFNAME}','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'2');
5918INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('479','Disk space usage {#FSNAME}','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
5919INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('480','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5920INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('481','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0');
5921INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('482','Swap usage','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'0');
5922INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('483','CPU jumps','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5923INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('484','Network traffic on {#IFNAME}','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'2');
5924INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('485','Disk space usage {#FSNAME}','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
5925INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('487','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0');
5926INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('491','Disk space usage {#FSNAME}','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
5927INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('492','Network traffic on {#IFNAME}','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'2');
5928INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('493','Network traffic on {#IFNAME}','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'2');
5929INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('494','Network traffic on en0','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0');
5930INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('495','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0');
5931INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('496','Disk space usage {#FSNAME}','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
5932INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('497','Network traffic on {#IFNAME}','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'2');
5933INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('498','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5934INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('527','Value cache effectiveness','900','200','0.0000','100.0000',NULL,'1','1','1','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5935INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('529','Zabbix cache usage, % used','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5936INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('530','Zabbix data gathering process busy %','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5937INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('531','Zabbix internal process busy %','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5938INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('532','Zabbix proxy performance','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5939INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('533','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'10026','0');
5940INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('540','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'22943','0');
5941INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('541','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'22903','0');
5942INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('542','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'22983','0');
5943INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('543','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'23063','0');
5944INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('544','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'22863','0');
5945INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('545','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'23023','0');
5946INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('546','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'23159','0');
5947INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('649','MySQL bandwidth','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5948INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('650','MySQL operations','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5949INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('651','Fan speed and ambient temperature','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5950INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('652','Voltage','900','200','0.0000','5.5000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5951INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('653','Fan speed and temperature','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5952INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('654','Voltage','900','200','0.0000','5.5000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5953INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('668','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5954INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('669','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5955INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('671','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5956INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('672','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5957INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('675','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5958INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('678','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5959INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('687','#{#SNMPINDEX}: CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5960INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('691','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5961INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('694','#{#SNMPINDEX}: CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5962INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('695','#{#SNMPINDEX}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5963INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('697','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5964INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('698','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5965INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('700','#{#SNMPVALUE}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5966INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('701','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5967INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('703','#{#SNMPVALUE}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5968INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('704','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5969INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('708','{#MODULE_NAME}: CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5970INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('709','{#MODULE_NAME}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5971INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('714','{#ENT_NAME}: CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5972INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('715','{#ENT_NAME}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5973INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('719','{#SNMPVALUE}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5974INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('724','#{#SNMPINDEX}: CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5975INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('725','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5976INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('727','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5977INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('728','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5978INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('730','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5979INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('731','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5980INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('733','#{#SNMPVALUE}: CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5981INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('734','#{#SNMPVALUE}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5982INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('736','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5983INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('737','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5984INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('738','Interface {#IFDESCR}: Network traffic','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
5985INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('741','Interface {#IFDESCR}: Network traffic','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
5986INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('744','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
5987INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('745','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
5988INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('766','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
5989INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('774','#{#SNMPVALUE}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5990INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('775','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5991INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('786','{#SNMPVALUE}: CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
5992INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('788','Zabbix preprocessing queue','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5993INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('793','http-8080 worker threads','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5994INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('794','http-8443 worker threads','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5995INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('795','jk-8009 worker threads','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5996INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('796','sessions /','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5997INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('797','Value cache effectiveness','900','200','0.0000','100.0000',NULL,'1','1','1','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
5998INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('798','Zabbix cache usage, % free','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
5999INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('799','Zabbix data gathering process busy %','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6000INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('800','Zabbix internal process busy %','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6001INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('801','Zabbix preprocessing queue','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6002INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('802','Zabbix server performance','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6003INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('803','Zabbix cache usage, % free','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6004INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('804','Zabbix data gathering process busy %','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6005INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('805','Zabbix internal process busy %','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6006INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('806','Zabbix proxy performance','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6007INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('807','{#SNMPVALUE}: CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6008INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('809','{#FSNAME}: Disk space usage','600','340','0.0000','100.0000',NULL,'1','1','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
6009INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('815','{#MEMNAME}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6010INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('821','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6011INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('827','{#FSNAME}: Disk space usage','600','340','0.0000','100.0000',NULL,'1','1','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
6012INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('829','{#MEMNAME}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6013INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('831','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6014INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('833','{#SNMPVALUE}: Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6015INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('837','ClassLoading: Class Loader','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6016INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('838','GarbageCollector: Garbage Collector collections per second','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6017INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('839','MemoryPool: Memory Pool CMS Old Gen','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6018INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('840','MemoryPool: Memory Pool CMS Perm Gen','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6019INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('841','MemoryPool: Memory Pool Code Cache','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6020INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('842','MemoryPool: Memory Pool Perm Gen','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6021INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('843','MemoryPool: Memory Pool PS Old Gen','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6022INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('844','MemoryPool: Memory Pool PS Perm Gen','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6023INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('845','MemoryPool: Memory Pool Tenured Gen','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6024INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('846','OperatingSystem: File Descriptors','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6025INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('847','Threading: Threads','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6026INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('517','Zabbix internal process busy %','900','200','0.0000','100.0000','406','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6027INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('518','Zabbix data gathering process busy %','900','200','0.0000','100.0000','404','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6028INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('519','Zabbix server performance','900','200','0.0000','100.0000','392','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6029INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('520','Zabbix cache usage, % used','900','200','0.0000','100.0000','410','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6030INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('521','Network traffic on {#IFNAME}','900','200','0.0000','100.0000','420','1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'2');
6031INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('522','Disk space usage {#FSNAME}','600','340','0.0000','100.0000','442','0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
6032INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('523','CPU jumps','900','200','0.0000','100.0000','439','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6033INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('524','CPU load','900','200','0.0000','100.0000','433','1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0');
6034INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('525','CPU utilization','900','200','0.0000','100.0000','387','1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6035INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('526','Swap usage','600','340','0.0000','100.0000','436','0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'0');
6036INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('528','Value cache effectiveness','900','200','0.0000','100.0000','527','1','1','1','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6037INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('534','Memory usage','900','200','0.0000','100.0000','533','1','1','0','1','0','0.0000','0.0000','1','2',NULL,'23317','0');
6038INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('676','CPU utilization','900','200','0.0000','100.0000','675','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6039INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('677','CPU utilization','900','200','0.0000','100.0000','675','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6040INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('679','Memory utilization','900','200','0.0000','100.0000','678','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6041INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('680','Memory utilization','900','200','0.0000','100.0000','678','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6042INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('688','#{#SNMPINDEX}: CPU utilization','900','200','0.0000','100.0000','687','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6043INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('692','CPU utilization','900','200','0.0000','100.0000','691','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6044INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('739','Interface {#IFDESCR}: Network traffic','900','200','0.0000','100.0000','738','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6045INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('740','Interface {#IFDESCR}: Network traffic','900','200','0.0000','100.0000','738','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6046INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('742','Interface {#IFDESCR}: Network traffic','900','200','0.0000','100.0000','741','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6047INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('743','Interface {#IFDESCR}: Network traffic','900','200','0.0000','100.0000','741','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6048INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('746','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6049INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('747','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6050INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('748','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6051INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('749','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6052INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('750','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6053INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('752','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6054INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('753','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6055INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('754','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6056INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('755','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6057INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('756','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6058INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('758','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6059INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('759','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6060INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('760','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6061INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('762','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6062INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('763','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6063INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('764','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6064INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('769','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6065INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('772','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','766','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6066INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('773','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6067INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('778','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6068INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('785','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6069INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('787','{#SNMPVALUE}: CPU utilization','900','200','0.0000','100.0000','786','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6070INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('789','Zabbix preprocessing queue','900','200','0.0000','100.0000','788','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0');
6071INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('790','Interface {#IFNAME}({#IFALIAS}): Network traffic','900','200','0.0000','100.0000','745','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'2');
6072INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('810','{#FSNAME}: Disk space usage','600','340','0.0000','100.0000','809','1','1','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
6073INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('816','{#MEMNAME}: Memory utilization','900','200','0.0000','100.0000','815','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6074INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('822','CPU utilization','900','200','0.0000','100.0000','821','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6075INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('828','{#FSNAME}: Disk space usage','600','340','0.0000','100.0000','827','1','1','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
6076INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('830','{#MEMNAME}: Memory utilization','900','200','0.0000','100.0000','829','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6077INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('832','CPU utilization','900','200','0.0000','100.0000','831','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6078INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('834','{#SNMPVALUE}: Memory utilization','900','200','0.0000','100.0000','833','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6079INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('835','{#SNMPVALUE}: Memory utilization','900','200','0.0000','100.0000','833','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6080INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('836','{#SNMPVALUE}: Memory utilization','900','200','0.0000','100.0000','833','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6081INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('811','{#FSNAME}: Disk space usage','600','340','0.0000','100.0000','810','1','1','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
6082INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('812','{#FSNAME}: Disk space usage','600','340','0.0000','100.0000','810','1','1','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
6083INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('813','{#FSNAME}: Disk space usage','600','340','0.0000','100.0000','810','1','1','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
6084INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('814','{#FSNAME}: Disk space usage','600','340','0.0000','100.0000','810','1','1','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'2');
6085INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('817','{#MEMNAME}: Memory utilization','900','200','0.0000','100.0000','816','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6086INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('818','{#MEMNAME}: Memory utilization','900','200','0.0000','100.0000','816','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6087INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('819','{#MEMNAME}: Memory utilization','900','200','0.0000','100.0000','816','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6088INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('820','{#MEMNAME}: Memory utilization','900','200','0.0000','100.0000','816','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2');
6089INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('823','CPU utilization','900','200','0.0000','100.0000','822','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6090INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('824','CPU utilization','900','200','0.0000','100.0000','822','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6091INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('825','CPU utilization','900','200','0.0000','100.0000','822','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6092INSERT INTO `graphs` (`graphid`,`name`,`width`,`height`,`yaxismin`,`yaxismax`,`templateid`,`show_work_period`,`show_triggers`,`graphtype`,`show_legend`,`show_3d`,`percent_left`,`percent_right`,`ymin_type`,`ymax_type`,`ymin_itemid`,`ymax_itemid`,`flags`) values ('826','CPU utilization','900','200','0.0000','100.0000','822','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0');
6093INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20702','837','28763','0','0','1A7C11','0','2','0');
6094INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20703','837','28765','0','1','2774A4','0','2','0');
6095INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20704','837','28735','0','2','F63100','0','2','0');
6096INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20705','838','28768','0','0','1A7C11','0','2','0');
6097INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20706','838','28770','0','1','2774A4','0','2','0');
6098INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20707','838','28774','0','2','F63100','0','2','0');
6099INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20708','838','28772','0','3','A54F10','0','2','0');
6100INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20709','838','28764','0','4','FC6EA3','0','2','0');
6101INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20710','838','28778','0','5','6C59DC','0','2','0');
6102INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20711','839','28788','0','0','1A7C11','0','2','0');
6103INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20712','839','28787','0','1','2774A4','0','2','0');
6104INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20713','839','28777','0','2','F63100','0','2','0');
6105INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20714','840','28749','0','0','1A7C11','0','2','0');
6106INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20715','840','28762','0','1','2774A4','0','2','0');
6107INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20716','840','28761','0','2','F63100','0','2','0');
6108INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20717','841','28738','0','0','1A7C11','0','2','0');
6109INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20718','841','28737','0','1','2774A4','0','2','0');
6110INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20719','841','28739','0','2','F63100','0','2','0');
6111INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20720','842','28741','0','0','1A7C11','0','2','0');
6112INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20721','842','28740','0','1','2774A4','0','2','0');
6113INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20722','842','28742','0','2','F63100','0','2','0');
6114INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20723','843','28744','0','0','1A7C11','0','2','0');
6115INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20724','843','28743','0','1','2774A4','0','2','0');
6116INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20725','843','28745','0','2','F63100','0','2','0');
6117INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20726','844','28747','0','0','1A7C11','0','2','0');
6118INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20727','844','28746','0','1','2774A4','0','2','0');
6119INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20728','844','28736','0','2','F63100','0','2','0');
6120INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20729','845','28750','0','0','1A7C11','0','2','0');
6121INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20730','845','28748','0','1','2774A4','0','2','0');
6122INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20731','845','28751','0','2','F63100','0','2','0');
6123INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20732','846','28752','0','0','1A7C11','0','2','0');
6124INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20733','846','28753','0','1','2774A4','0','2','0');
6125INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20734','847','28759','0','0','1A7C11','0','2','0');
6126INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20735','847','28758','0','1','2774A4','0','2','0');
6127INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20736','847','28760','0','2','F63100','0','2','0');
6128INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20737','793','28532','0','0','C80000','0','2','0');
6129INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20738','793','28503','0','1','00C800','0','2','0');
6130INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20739','793','28504','0','2','0000C8','0','2','0');
6131INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20740','794','28505','0','0','C80000','0','2','0');
6132INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20741','794','28506','0','1','00C800','0','2','0');
6133INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20742','794','28507','0','2','0000C8','0','2','0');
6134INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20743','795','28508','0','0','C80000','0','2','0');
6135INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20744','795','28509','0','1','00C800','0','2','0');
6136INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20745','795','28510','0','2','0000C8','0','2','0');
6137INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20746','796','28515','0','0','C80000','0','2','0');
6138INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20747','796','28518','0','1','00C800','0','2','0');
6139INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20748','796','28516','0','2','0000C8','0','2','0');
6140INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20749','803','28590','0','0','DD0000','0','2','0');
6141INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20750','803','28587','0','1','00DDDD','0','2','0');
6142INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20751','803','28588','0','2','3333FF','0','2','0');
6143INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20752','803','28589','0','3','00FF00','0','2','0');
6144INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20753','804','28593','0','0','990099','0','2','0');
6145INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20754','804','28597','0','1','990000','0','2','0');
6146INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20755','804','28599','0','2','0000EE','0','2','0');
6147INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20756','804','28606','0','3','FF33FF','0','2','0');
6148INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20757','804','28601','0','4','00EE00','0','2','0');
6149INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20758','804','28602','0','5','003300','0','2','0');
6150INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20759','804','28607','0','6','33FFFF','0','2','0');
6151INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20760','804','28598','0','7','DD0000','0','2','0');
6152INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20761','804','28595','0','8','000099','0','2','0');
6153INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20762','804','28579','0','9','00FF00','0','2','0');
6154INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20763','805','28603','0','0','FFAA00','0','2','0');
6155INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20764','805','28591','0','1','990099','0','2','0');
6156INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20765','805','28604','0','2','EE0000','0','2','0');
6157INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20766','805','28596','0','3','FF66FF','0','2','0');
6158INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20767','805','28605','0','4','960000','0','2','0');
6159INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20768','805','28592','0','5','009600','0','2','0');
6160INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20769','805','28594','0','6','009999','0','2','0');
6161INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20770','805','28600','0','7','BBBB00','0','2','0');
6162INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20771','806','28586','0','0','00C800','0','2','0');
6163INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20772','806','28577','0','1','C80000','0','2','0');
6164INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20773','797','28540','0','0','C80000','0','2','0');
6165INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20774','797','28539','0','1','00C800','0','2','0');
6166INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20775','798','28545','0','0','009900','0','2','0');
6167INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20776','798','28537','0','1','DD0000','0','2','0');
6168INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20777','798','28536','0','2','00DDDD','0','2','0');
6169INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20778','798','28543','0','3','3333FF','0','2','0');
6170INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20779','798','28538','0','4','999900','0','2','0');
6171INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20780','798','28542','0','5','00FF00','0','2','0');
6172INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20781','799','28575','0','0','990099','0','2','0');
6173INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20782','799','28568','0','1','990000','0','2','0');
6174INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20783','799','28565','0','2','0000EE','0','2','0');
6175INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20784','799','28559','0','3','FF33FF','0','2','0');
6176INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20785','799','28564','0','4','009600','0','2','0');
6177INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20786','799','28563','0','5','003300','0','2','0');
6178INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20787','799','28571','0','6','CCCC00','0','2','0');
6179INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20788','799','28546','0','7','33FFFF','0','2','0');
6180INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20789','799','28567','0','8','DD0000','0','2','0');
6181INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20790','799','28573','0','9','000099','0','2','0');
6182INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20791','799','28553','0','10','00FF00','0','2','0');
6183INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20792','800','28566','0','0','00EE00','0','2','0');
6184INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20793','800','28560','0','1','0000EE','0','2','0');
6185INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20794','800','28562','0','2','FFAA00','0','2','0');
6186INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20795','800','28555','0','3','00EEEE','0','2','0');
6187INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20796','800','28558','0','4','990099','0','2','0');
6188INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20797','800','28561','0','5','EE0000','0','2','0');
6189INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20798','800','28572','0','6','FF66FF','0','2','0');
6190INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20799','800','28574','0','7','009999','0','2','0');
6191INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20800','800','28556','0','8','BBBB00','0','2','0');
6192INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20801','800','28557','0','9','AA0000','0','2','0');
6193INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20802','800','28569','0','10','990000','0','2','0');
6194INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20803','800','28570','0','11','008800','0','2','0');
6195INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20804','801','28554','5','0','1A7C11','0','2','0');
6196INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20805','802','28544','5','0','00C800','0','2','0');
6197INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20806','802','28534','5','1','C80000','0','2','0');
6198INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20807','529','23357','0','0','DD0000','0','2','0');
6199INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20808','529','23341','0','1','00DDDD','0','2','0');
6200INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20809','529','23342','0','2','3333FF','0','2','0');
6201INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20810','529','28251','0','3','00FF00','0','2','0');
6202INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20811','530','23345','0','0','990099','0','2','0');
6203INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20812','530','23348','0','1','990000','0','2','0');
6204INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20813','530','23355','0','2','0000EE','0','2','0');
6205INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20814','530','23352','0','3','FF33FF','0','2','0');
6206INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20815','530','23356','0','4','007700','0','2','0');
6207INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20816','530','23354','0','5','003300','0','2','0');
6208INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20817','530','23346','0','6','33FFFF','0','2','0');
6209INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20818','530','23349','0','7','DD0000','0','2','0');
6210INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20819','530','23344','0','8','000099','0','7','0');
6211INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20820','530','28250','0','9','00FF00','0','2','0');
6212INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20821','531','23353','0','0','FFAA00','0','2','0');
6213INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20822','531','23347','0','1','990099','0','2','0');
6214INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20823','531','23350','0','2','EE0000','0','2','0');
6215INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20824','531','23343','0','3','FF66FF','0','2','0');
6216INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20825','531','23351','0','4','960000','0','2','0');
6217INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20826','531','23360','0','5','007700','0','2','0');
6218INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20827','531','25369','0','6','009999','0','2','0');
6219INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20828','531','25368','0','6','BBBB00','0','2','0');
6220INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20829','532','23340','5','0','00C800','0','2','0');
6221INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20830','532','23358','5','1','C80000','1','2','0');
6222INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20831','527','22199','0','0','C80000','0','2','0');
6223INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20832','527','22196','0','1','00C800','0','2','0');
6224INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20833','528','23628','0','0','C80000','0','2','0');
6225INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20834','528','23625','0','1','00C800','0','2','0');
6226INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20835','410','22185','0','0','009900','0','2','0');
6227INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20836','410','22189','0','1','DD0000','0','2','0');
6228INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20837','410','22396','0','2','00DDDD','0','2','0');
6229INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20838','410','22183','0','3','3333FF','0','2','0');
6230INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20839','410','22191','0','4','999900','0','2','0');
6231INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20840','410','23634','0','5','00FF00','0','2','0');
6232INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20841','520','23276','0','0','009900','0','2','0');
6233INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20842','520','23273','0','1','DD0000','0','2','0');
6234INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20843','520','23275','0','2','00DDDD','0','2','0');
6235INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20844','520','23274','0','3','3333FF','0','2','0');
6236INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20845','520','23620','0','4','999900','0','2','0');
6237INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20846','520','23635','0','5','00FF00','0','2','0');
6238INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20847','404','22404','0','0','990099','0','2','0');
6239INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20848','404','22399','0','1','990000','0','2','0');
6240INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20849','404','22416','0','2','0000EE','0','2','0');
6241INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20850','404','22430','0','3','FF33FF','0','2','0');
6242INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20851','404','22418','0','4','009600','0','2','0');
6243INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20852','404','22402','0','5','003300','0','2','0');
6244INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20853','404','22420','0','6','CCCC00','0','2','0');
6245INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20854','404','22400','0','7','33FFFF','0','2','0');
6246INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20855','404','22689','0','8','DD0000','0','2','0');
6247INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20856','404','23171','0','9','000099','0','2','0');
6248INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20857','404','22401','0','10','00FF00','0','2','0');
6249INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20858','518','23269','0','0','990099','0','2','0');
6250INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20859','518','23264','0','1','990000','0','2','0');
6251INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20860','518','23261','0','2','0000EE','0','2','0');
6252INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20861','518','23255','0','3','FF33FF','0','2','0');
6253INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20862','518','23260','0','4','009600','0','2','0');
6254INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20863','518','23259','0','5','003300','0','2','0');
6255INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20864','518','23265','0','6','CCCC00','0','2','0');
6256INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20865','518','23270','0','7','33FFFF','0','2','0');
6257INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20866','518','23262','0','8','DD0000','0','2','0');
6258INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20867','518','23267','0','9','000099','0','2','0');
6259INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20868','518','23328','0','10','00FF00','0','2','0');
6260INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20869','406','22426','0','0','00EE00','0','2','0');
6261INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20870','406','22422','0','1','0000EE','0','2','0');
6262INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20871','406','22408','0','2','FFAA00','0','2','0');
6263INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20872','406','22424','0','3','00EEEE','0','2','0');
6264INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20873','406','22412','0','4','990099','0','2','0');
6265INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20874','406','22406','0','5','EE0000','0','2','0');
6266INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20875','406','22414','0','6','FF66FF','0','2','0');
6267INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20876','406','23663','0','7','009999','0','2','0');
6268INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20877','406','25366','0','8','BBBB00','0','2','0');
6269INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20878','406','25370','0','9','AA0000','0','2','0');
6270INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20879','406','25665','0','10','990000','0','2','0');
6271INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20880','406','25666','0','11','008800','0','2','0');
6272INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20881','517','23268','0','0','00EE00','0','2','0');
6273INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20882','517','23256','0','1','0000EE','0','2','0');
6274INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20883','517','23258','0','2','FFAA00','0','2','0');
6275INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20884','517','23252','0','3','00EEEE','0','2','0');
6276INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20885','517','23253','0','4','990099','0','2','0');
6277INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20886','517','23257','0','5','EE0000','0','2','0');
6278INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20887','517','23266','0','6','FF66FF','0','2','0');
6279INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20888','517','23664','0','7','009999','0','2','0');
6280INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20889','517','25367','0','8','BBBB00','0','2','0');
6281INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20890','517','25371','0','9','AA0000','0','2','0');
6282INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20891','517','25667','0','10','990000','0','2','0');
6283INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20892','517','25668','0','11','008800','0','2','0');
6284INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20893','788','28248','5','0','1A7C11','0','2','0');
6285INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20894','789','28249','5','0','1A7C11','0','2','0');
6286INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20895','392','22187','5','0','00C800','0','2','0');
6287INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20896','392','23251','5','1','C80000','1','2','0');
6288INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20897','519','23277','5','0','00C800','0','2','0');
6289INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20898','519','23272','5','1','C80000','1','2','0');
6290INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20899','649','26920','5','0','00AA00','0','2','0');
6291INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20900','649','26919','5','1','3333FF','0','2','0');
6292INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20901','650','26921','0','0','C8C800','0','2','0');
6293INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20902','650','26922','0','1','006400','0','2','0');
6294INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20903','650','26923','0','2','C80000','0','2','0');
6295INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20904','650','26918','0','3','0000EE','0','2','0');
6296INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20905','650','26917','0','4','640000','0','2','0');
6297INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20906','650','26912','0','5','00C800','0','2','0');
6298INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20907','650','26911','0','6','C800C8','0','2','0');
6299INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20908','472','22945','5','0','00AA00','0','2','0');
6300INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20909','472','22946','5','1','3333FF','0','2','0');
6301INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20910','473','22950','0','0','C80000','0','2','2');
6302INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20911','473','22948','0','1','00C800','0','2','0');
6303INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20912','471','22924','0','0','009900','0','2','0');
6304INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20913','471','22920','0','1','000099','0','2','0');
6305INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20914','469','22922','0','0','009900','0','2','0');
6306INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20915','469','22923','0','1','000099','0','2','0');
6307INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20916','469','22921','0','2','990000','0','2','0');
6308INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20917','498','23109','0','0','009999','0','2','0');
6309INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20918','498','23112','0','1','990099','0','2','0');
6310INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20919','498','23115','0','2','999900','0','2','0');
6311INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20920','498','23113','0','3','990000','0','2','0');
6312INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20921','498','23114','0','4','000099','0','2','0');
6313INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20922','498','23110','0','5','009900','0','2','0');
6314INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20923','540','22942','5','0','00C800','0','2','0');
6315INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20924','492','23073','5','0','00AA00','0','2','0');
6316INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20925','492','23074','5','1','3333FF','0','2','0');
6317INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20926','467','22910','0','0','C80000','0','2','2');
6318INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20927','467','22908','0','1','00C800','0','2','0');
6319INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20928','465','22884','0','0','009900','0','2','0');
6320INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20929','465','22880','0','1','000099','0','2','0');
6321INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20930','463','22882','0','0','009900','0','2','0');
6322INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20931','463','22883','0','1','000099','0','2','0');
6323INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20932','463','22881','0','2','990000','0','2','0');
6324INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20933','462','22886','1','0','009999','0','2','0');
6325INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20934','462','22888','1','1','990099','0','2','0');
6326INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20935','462','22891','1','2','990000','0','2','0');
6327INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20936','462','22892','1','3','000099','0','2','0');
6328INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20937','462','22885','1','4','009900','0','2','0');
6329INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20938','541','22902','5','0','00C800','0','2','0');
6330INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20939','464','22897','0','0','AA0000','0','2','2');
6331INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20940','464','22895','0','1','00AA00','0','2','0');
6332INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20941','478','22985','5','0','00AA00','0','2','0');
6333INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20942','478','22986','5','1','3333FF','0','2','0');
6334INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20943','479','22990','0','0','C80000','0','2','2');
6335INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20944','479','22988','0','1','00C800','0','2','0');
6336INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20945','475','22962','0','0','009900','0','2','0');
6337INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20946','475','22963','0','1','000099','0','2','0');
6338INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20947','475','22961','0','2','990000','0','2','0');
6339INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20948','474','22968','1','0','990099','0','2','0');
6340INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20949','474','22971','1','1','990000','0','2','0');
6341INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20950','474','22972','1','2','000099','0','2','0');
6342INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20951','474','22965','1','3','009900','0','2','0');
6343INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20952','542','22982','5','0','00C800','0','2','0');
6344INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20953','420','22446','5','0','00AA00','0','2','0');
6345INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20954','420','22448','5','1','3333FF','0','2','0');
6346INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20955','521','23280','5','0','00AA00','0','2','0');
6347INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20956','521','23281','5','1','3333FF','0','2','0');
6348INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20957','442','22456','0','0','C80000','0','2','2');
6349INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20958','442','22452','0','1','00C800','0','2','0');
6350INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20959','522','23285','0','0','C80000','0','2','2');
6351INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20960','522','23283','0','1','00C800','0','2','0');
6352INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20961','439','22680','0','0','009900','0','2','0');
6353INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20962','439','22683','0','1','000099','0','2','0');
6354INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20963','523','23298','0','0','009900','0','2','0');
6355INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20964','523','23294','0','1','000099','0','2','0');
6356INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20965','433','10010','0','0','009900','0','2','0');
6357INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20966','433','22674','0','1','000099','0','2','0');
6358INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20967','433','22677','0','2','990000','0','2','0');
6359INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20968','524','23296','0','0','009900','0','2','0');
6360INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20969','524','23297','0','1','000099','0','2','0');
6361INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20970','524','23295','0','2','990000','0','2','0');
6362INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20971','387','28499','0','0','F230E0','0','2','0');
6363INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20972','387','28497','0','1','5CCD18','0','2','0');
6364INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20973','387','22665','1','2','FF5555','0','2','0');
6365INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20974','387','22668','1','3','55FF55','0','2','0');
6366INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20975','387','22671','1','4','009999','0','2','0');
6367INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20976','387','17358','1','5','990099','0','2','0');
6368INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20977','387','17362','1','6','999900','0','2','0');
6369INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20978','387','17360','1','7','990000','0','2','0');
6370INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20979','387','17356','1','8','000099','0','2','0');
6371INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20980','387','17354','1','9','009900','0','2','0');
6372INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20981','525','28500','0','0','F230E0','0','2','0');
6373INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20982','525','28498','0','1','5CCD18','0','2','0');
6374INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20983','525','23304','1','2','FF5555','0','2','0');
6375INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20984','525','23303','1','3','55FF55','0','2','0');
6376INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20985','525','23300','1','4','009999','0','2','0');
6377INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20986','525','23302','1','5','990099','0','2','0');
6378INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20987','525','23301','1','6','999900','0','2','0');
6379INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20988','525','23305','1','7','990000','0','2','0');
6380INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20989','525','23306','1','8','000099','0','2','0');
6381INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20990','525','23299','1','9','009900','0','2','0');
6382INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20991','533','22181','5','0','00C800','0','2','0');
6383INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20992','534','23316','5','0','00C800','0','2','0');
6384INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20993','436','10030','0','0','AA0000','0','2','2');
6385INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20994','436','10014','0','1','00AA00','0','2','0');
6386INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20995','526','23311','0','0','AA0000','0','2','2');
6387INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20996','526','23309','0','1','00AA00','0','2','0');
6388INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20997','491','23070','0','0','C80000','0','2','2');
6389INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20998','491','23068','0','1','00C800','0','2','0');
6390INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('20999','487','23042','0','0','009900','0','2','0');
6391INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21000','487','23043','0','1','000099','0','2','0');
6392INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21001','487','23041','0','2','990000','0','2','0');
6393INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21002','543','23062','5','0','00C800','0','2','0');
6394INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21003','494','23077','5','0','00AA00','0','2','0');
6395INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21004','494','23078','5','1','3333FF','0','2','0');
6396INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21005','493','23075','5','0','00AA00','0','2','0');
6397INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21006','493','23076','5','1','3333FF','0','2','0');
6398INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21007','461','22870','0','0','C80000','0','2','2');
6399INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21008','461','22868','0','1','00C800','0','2','0');
6400INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21009','459','22844','0','0','009900','0','2','0');
6401INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21010','459','22840','0','1','000099','0','2','0');
6402INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21011','457','22842','0','0','009900','0','2','0');
6403INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21012','457','22843','0','1','000099','0','2','0');
6404INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21013','457','22841','0','2','990000','0','2','0');
6405INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21014','456','22846','1','0','009999','0','2','0');
6406INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21015','456','22848','1','1','990099','0','2','0');
6407INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21016','456','22851','1','2','990000','0','2','0');
6408INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21017','456','22852','1','3','000099','0','2','0');
6409INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21018','456','22845','1','4','009900','0','2','0');
6410INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21019','544','22862','5','0','00C800','0','2','0');
6411INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21020','458','22857','0','0','AA0000','0','2','2');
6412INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21021','458','22855','0','1','00AA00','0','2','0');
6413INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21022','484','23025','5','0','00AA00','0','2','0');
6414INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21023','484','23026','5','1','3333FF','0','2','0');
6415INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21024','485','23030','0','0','C80000','0','2','2');
6416INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21025','485','23028','0','1','00C800','0','2','0');
6417INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21026','483','23004','0','0','009900','0','2','0');
6418INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21027','483','23000','0','1','000099','0','2','0');
6419INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21028','481','23002','0','0','009900','0','2','0');
6420INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21029','481','23003','0','1','000099','0','2','0');
6421INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21030','481','23001','0','2','990000','0','2','0');
6422INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21031','480','23007','1','0','999900','0','2','0');
6423INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21032','480','23011','1','1','990000','0','2','0');
6424INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21033','480','23012','1','2','000099','0','2','0');
6425INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21034','480','23005','1','3','009900','0','2','0');
6426INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21035','545','23022','5','0','00C800','0','2','0');
6427INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21036','482','23017','0','0','AA0000','0','2','2');
6428INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21037','482','23015','0','1','00AA00','0','2','0');
6429INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21038','497','23169','5','0','00AA00','0','2','0');
6430INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21039','497','23170','5','1','3333FF','0','2','0');
6431INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21040','496','23167','0','0','C80000','0','2','2');
6432INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21041','496','23164','0','1','00C800','0','2','0');
6433INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21042','495','23143','0','0','009900','0','2','0');
6434INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21043','495','23145','0','1','000099','0','2','0');
6435INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21044','495','23144','0','2','990000','0','2','0');
6436INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21045','546','23158','5','0','00C800','0','2','0');
6437INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21046','651','26928','5','0','EE0000','0','2','0');
6438INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21047','651','26927','0','1','000000','1','2','0');
6439INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21048','652','26925','2','0','880000','0','2','0');
6440INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21049','652','26932','0','1','009900','0','2','0');
6441INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21050','652','26930','0','2','00CCCC','0','2','0');
6442INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21051','652','26931','0','3','000000','0','2','0');
6443INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21052','652','26929','0','4','3333FF','0','2','0');
6444INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21053','652','26926','0','5','777700','0','2','0');
6445INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21054','653','26933','2','0','EE0000','0','2','0');
6446INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21055','653','26943','2','1','EE00EE','0','2','0');
6447INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21056','653','26935','0','2','000000','1','2','0');
6448INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21057','653','26936','4','3','000000','1','2','0');
6449INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21058','654','26934','2','0','880000','0','2','0');
6450INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21059','654','26939','0','1','009900','0','2','0');
6451INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21060','654','26942','0','2','00CCCC','0','2','0');
6452INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21061','654','26938','0','3','000000','0','2','0');
6453INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21062','654','26937','0','4','3333FF','0','2','0');
6454INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21063','827','28716','0','0','969696','0','9','2');
6455INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21064','827','28715','0','1','C80000','0','9','0');
6456INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21065','828','28722','0','0','969696','0','9','2');
6457INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21066','828','28721','0','1','C80000','0','9','0');
6458INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21067','829','28720','5','0','1A7C11','0','2','0');
6459INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21068','830','28726','5','0','1A7C11','0','2','0');
6460INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21069','831','28709','5','0','1A7C11','0','2','0');
6461INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21070','832','28710','5','0','1A7C11','0','2','0');
6462INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21071','809','28674','0','0','969696','0','9','2');
6463INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21072','809','28673','0','1','C80000','0','9','0');
6464INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21073','810','28680','0','0','969696','0','9','2');
6465INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21074','810','28679','0','1','C80000','0','9','0');
6466INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21075','811','28686','0','0','969696','0','9','2');
6467INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21076','811','28685','0','1','C80000','0','9','0');
6468INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21077','812','28692','0','0','969696','0','9','2');
6469INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21078','812','28691','0','1','C80000','0','9','0');
6470INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21079','813','28698','0','0','969696','0','9','2');
6471INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21080','813','28697','0','1','C80000','0','9','0');
6472INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21081','814','28704','0','0','969696','0','9','2');
6473INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21082','814','28703','0','1','C80000','0','9','0');
6474INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21083','815','28678','5','0','1A7C11','0','2','0');
6475INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21084','816','28684','5','0','1A7C11','0','2','0');
6476INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21085','817','28690','5','0','1A7C11','0','2','0');
6477INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21086','818','28696','5','0','1A7C11','0','2','0');
6478INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21087','819','28702','5','0','1A7C11','0','2','0');
6479INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21088','820','28708','5','0','1A7C11','0','2','0');
6480INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21089','821','28655','5','0','1A7C11','0','2','0');
6481INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21090','822','28656','5','0','1A7C11','0','2','0');
6482INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21091','823','28657','5','0','1A7C11','0','2','0');
6483INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21092','824','28658','5','0','1A7C11','0','2','0');
6484INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21093','825','28659','5','0','1A7C11','0','2','0');
6485INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21094','826','28660','5','0','1A7C11','0','2','0');
6486INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21095','744','27094','5','0','1A7C11','0','2','0');
6487INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21096','744','27095','2','1','2774A4','0','2','0');
6488INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21097','744','27093','0','2','F63100','1','2','0');
6489INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21098','744','27096','0','3','A54F10','1','2','0');
6490INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21099','744','27092','0','4','FC6EA3','1','2','0');
6491INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21100','744','27089','0','5','6C59DC','1','2','0');
6492INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21101','745','27104','5','0','1A7C11','0','2','0');
6493INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21102','745','27105','2','1','2774A4','0','2','0');
6494INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21103','745','27103','0','2','F63100','1','2','0');
6495INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21104','745','27106','0','3','A54F10','1','2','0');
6496INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21105','745','27102','0','4','FC6EA3','1','2','0');
6497INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21106','745','27099','0','5','6C59DC','1','2','0');
6498INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21107','746','27183','5','0','1A7C11','0','2','0');
6499INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21108','746','27186','2','1','2774A4','0','2','0');
6500INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21109','746','27185','0','2','F63100','1','2','0');
6501INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21110','746','27182','0','3','A54F10','1','2','0');
6502INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21111','746','27184','0','4','FC6EA3','1','2','0');
6503INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21112','746','27181','0','5','6C59DC','1','2','0');
6504INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21113','747','27218','5','0','1A7C11','0','2','0');
6505INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21114','747','27221','2','1','2774A4','0','2','0');
6506INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21115','747','27220','0','2','F63100','1','2','0');
6507INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21116','747','27217','0','3','A54F10','1','2','0');
6508INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21117','747','27219','0','4','FC6EA3','1','2','0');
6509INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21118','747','27216','0','5','6C59DC','1','2','0');
6510INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21119','748','27254','5','0','1A7C11','0','2','0');
6511INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21120','748','27257','2','1','2774A4','0','2','0');
6512INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21121','748','27256','0','2','F63100','1','2','0');
6513INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21122','748','27253','0','3','A54F10','1','2','0');
6514INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21123','748','27255','0','4','FC6EA3','1','2','0');
6515INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21124','748','27252','0','5','6C59DC','1','2','0');
6516INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21125','749','27275','5','0','1A7C11','0','2','0');
6517INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21126','749','27278','2','1','2774A4','0','2','0');
6518INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21127','749','27277','0','2','F63100','1','2','0');
6519INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21128','749','27274','0','3','A54F10','1','2','0');
6520INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21129','749','27276','0','4','FC6EA3','1','2','0');
6521INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21130','749','27273','0','5','6C59DC','1','2','0');
6522INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21131','750','27324','5','0','1A7C11','0','2','0');
6523INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21132','750','27327','2','1','2774A4','0','2','0');
6524INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21133','750','27326','0','2','F63100','1','2','0');
6525INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21134','750','27323','0','3','A54F10','1','2','0');
6526INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21135','750','27325','0','4','FC6EA3','1','2','0');
6527INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21136','750','27322','0','5','6C59DC','1','2','0');
6528INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21137','752','27453','5','0','1A7C11','0','2','0');
6529INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21138','752','27456','2','1','2774A4','0','2','0');
6530INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21139','752','27455','0','2','F63100','1','2','0');
6531INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21140','752','27452','0','3','A54F10','1','2','0');
6532INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21141','752','27454','0','4','FC6EA3','1','2','0');
6533INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21142','752','27451','0','5','6C59DC','1','2','0');
6534INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21143','753','27489','5','0','1A7C11','0','2','0');
6535INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21144','753','27492','2','1','2774A4','0','2','0');
6536INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21145','753','27491','0','2','F63100','1','2','0');
6537INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21146','753','27488','0','3','A54F10','1','2','0');
6538INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21147','753','27490','0','4','FC6EA3','1','2','0');
6539INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21148','753','27487','0','5','6C59DC','1','2','0');
6540INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21149','754','27523','5','0','1A7C11','0','2','0');
6541INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21150','754','27526','2','1','2774A4','0','2','0');
6542INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21151','754','27525','0','2','F63100','1','2','0');
6543INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21152','754','27522','0','3','A54F10','1','2','0');
6544INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21153','754','27524','0','4','FC6EA3','1','2','0');
6545INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21154','754','27521','0','5','6C59DC','1','2','0');
6546INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21155','755','27559','5','0','1A7C11','0','2','0');
6547INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21156','755','27562','2','1','2774A4','0','2','0');
6548INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21157','755','27561','0','2','F63100','1','2','0');
6549INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21158','755','27558','0','3','A54F10','1','2','0');
6550INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21159','755','27560','0','4','FC6EA3','1','2','0');
6551INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21160','755','27557','0','5','6C59DC','1','2','0');
6552INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21161','756','27645','5','0','1A7C11','0','2','0');
6553INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21162','756','27648','2','1','2774A4','0','2','0');
6554INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21163','756','27647','0','2','F63100','1','2','0');
6555INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21164','756','27644','0','3','A54F10','1','2','0');
6556INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21165','756','27646','0','4','FC6EA3','1','2','0');
6557INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21166','756','27643','0','5','6C59DC','1','2','0');
6558INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21167','758','27725','5','0','1A7C11','0','2','0');
6559INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21168','758','27728','2','1','2774A4','0','2','0');
6560INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21169','758','27727','0','2','F63100','1','2','0');
6561INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21170','758','27724','0','3','A54F10','1','2','0');
6562INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21171','758','27726','0','4','FC6EA3','1','2','0');
6563INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21172','758','27723','0','5','6C59DC','1','2','0');
6564INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21173','759','27759','5','0','1A7C11','0','2','0');
6565INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21174','759','27762','2','1','2774A4','0','2','0');
6566INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21175','759','27761','0','2','F63100','1','2','0');
6567INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21176','759','27758','0','3','A54F10','1','2','0');
6568INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21177','759','27760','0','4','FC6EA3','1','2','0');
6569INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21178','759','27757','0','5','6C59DC','1','2','0');
6570INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21179','760','27791','5','0','1A7C11','0','2','0');
6571INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21180','760','27794','2','1','2774A4','0','2','0');
6572INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21181','760','27793','0','2','F63100','1','2','0');
6573INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21182','760','27790','0','3','A54F10','1','2','0');
6574INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21183','760','27792','0','4','FC6EA3','1','2','0');
6575INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21184','760','27789','0','5','6C59DC','1','2','0');
6576INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21185','762','27875','5','0','1A7C11','0','2','0');
6577INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21186','762','27878','2','1','2774A4','0','2','0');
6578INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21187','762','27877','0','2','F63100','1','2','0');
6579INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21188','762','27874','0','3','A54F10','1','2','0');
6580INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21189','762','27876','0','4','FC6EA3','1','2','0');
6581INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21190','762','27873','0','5','6C59DC','1','2','0');
6582INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21191','763','27912','5','0','1A7C11','0','2','0');
6583INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21192','763','27915','2','1','2774A4','0','2','0');
6584INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21193','763','27914','0','2','F63100','1','2','0');
6585INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21194','763','27911','0','3','A54F10','1','2','0');
6586INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21195','763','27913','0','4','FC6EA3','1','2','0');
6587INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21196','763','27910','0','5','6C59DC','1','2','0');
6588INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21197','764','27947','5','0','1A7C11','0','2','0');
6589INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21198','764','27950','2','1','2774A4','0','2','0');
6590INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21199','764','27949','0','2','F63100','1','2','0');
6591INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21200','764','27946','0','3','A54F10','1','2','0');
6592INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21201','764','27948','0','4','FC6EA3','1','2','0');
6593INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21202','764','27945','0','5','6C59DC','1','2','0');
6594INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21203','769','28061','5','0','1A7C11','0','2','0');
6595INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21204','769','28064','2','1','2774A4','0','2','0');
6596INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21205','769','28063','0','2','F63100','1','2','0');
6597INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21206','769','28060','0','3','A54F10','1','2','0');
6598INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21207','769','28062','0','4','FC6EA3','1','2','0');
6599INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21208','769','28059','0','5','6C59DC','1','2','0');
6600INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21209','773','28121','5','0','1A7C11','0','2','0');
6601INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21210','773','28124','2','1','2774A4','0','2','0');
6602INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21211','773','28123','0','2','F63100','1','2','0');
6603INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21212','773','28120','0','3','A54F10','1','2','0');
6604INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21213','773','28122','0','4','FC6EA3','1','2','0');
6605INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21214','773','28119','0','5','6C59DC','1','2','0');
6606INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21215','778','28178','5','0','1A7C11','0','2','0');
6607INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21216','778','28181','2','1','2774A4','0','2','0');
6608INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21217','778','28180','0','2','F63100','1','2','0');
6609INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21218','778','28177','0','3','A54F10','1','2','0');
6610INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21219','778','28179','0','4','FC6EA3','1','2','0');
6611INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21220','778','28176','0','5','6C59DC','1','2','0');
6612INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21221','785','28226','5','0','1A7C11','0','2','0');
6613INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21222','785','28229','2','1','2774A4','0','2','0');
6614INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21223','785','28228','0','2','F63100','1','2','0');
6615INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21224','785','28225','0','3','A54F10','1','2','0');
6616INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21225','785','28227','0','4','FC6EA3','1','2','0');
6617INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21226','785','28224','0','5','6C59DC','1','2','0');
6618INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21227','790','28296','5','0','1A7C11','0','2','0');
6619INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21228','790','28299','2','1','2774A4','0','2','0');
6620INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21229','790','28298','0','2','F63100','1','2','0');
6621INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21230','790','28295','0','3','A54F10','1','2','0');
6622INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21231','790','28297','0','4','FC6EA3','1','2','0');
6623INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21232','790','28294','0','5','6C59DC','1','2','0');
6624INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21233','738','27074','5','0','1A7C11','0','2','0');
6625INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21234','738','27075','2','1','2774A4','0','2','0');
6626INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21235','738','27073','0','2','F63100','1','2','0');
6627INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21236','738','27076','0','3','A54F10','1','2','0');
6628INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21237','738','27072','0','4','FC6EA3','1','2','0');
6629INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21238','738','27069','0','5','6C59DC','1','2','0');
6630INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21239','739','27599','5','0','1A7C11','0','2','0');
6631INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21240','739','27602','2','1','2774A4','0','2','0');
6632INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21241','739','27601','0','2','F63100','1','2','0');
6633INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21242','739','27598','0','3','A54F10','1','2','0');
6634INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21243','739','27600','0','4','FC6EA3','1','2','0');
6635INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21244','739','27597','0','5','6C59DC','1','2','0');
6636INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21245','740','28008','5','0','1A7C11','0','2','0');
6637INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21246','740','28011','2','1','2774A4','0','2','0');
6638INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21247','740','28010','0','2','F63100','1','2','0');
6639INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21248','740','28007','0','3','A54F10','1','2','0');
6640INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21249','740','28009','0','4','FC6EA3','1','2','0');
6641INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21250','740','28006','0','5','6C59DC','1','2','0');
6642INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21251','741','27084','5','0','1A7C11','0','2','0');
6643INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21252','741','27085','2','1','2774A4','0','2','0');
6644INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21253','741','27083','0','2','F63100','1','2','0');
6645INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21254','741','27086','0','3','A54F10','1','2','0');
6646INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21255','741','27082','0','4','FC6EA3','1','2','0');
6647INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21256','741','27079','0','5','6C59DC','1','2','0');
6648INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21257','742','27622','5','0','1A7C11','0','2','0');
6649INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21258','742','27625','2','1','2774A4','0','2','0');
6650INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21259','742','27624','0','2','F63100','1','2','0');
6651INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21260','742','27621','0','3','A54F10','1','2','0');
6652INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21261','742','27623','0','4','FC6EA3','1','2','0');
6653INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21262','742','27620','0','5','6C59DC','1','2','0');
6654INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21263','743','27979','5','0','1A7C11','0','2','0');
6655INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21264','743','27982','2','1','2774A4','0','2','0');
6656INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21265','743','27981','0','2','F63100','1','2','0');
6657INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21266','743','27978','0','3','A54F10','1','2','0');
6658INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21267','743','27980','0','4','FC6EA3','1','2','0');
6659INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21268','743','27977','0','5','6C59DC','1','2','0');
6660INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21269','766','27124','5','0','1A7C11','0','2','0');
6661INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21270','766','27125','2','1','2774A4','0','2','0');
6662INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21271','766','27123','0','2','F63100','1','2','0');
6663INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21272','766','27126','0','3','A54F10','1','2','0');
6664INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21273','766','27122','0','4','FC6EA3','1','2','0');
6665INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21274','766','27119','0','5','6C59DC','1','2','0');
6666INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21275','772','28100','5','0','1A7C11','0','2','0');
6667INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21276','772','28103','2','1','2774A4','0','2','0');
6668INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21277','772','28102','0','2','F63100','1','2','0');
6669INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21278','772','28099','0','3','A54F10','1','2','0');
6670INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21279','772','28101','0','4','FC6EA3','1','2','0');
6671INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21280','772','28098','0','5','6C59DC','1','2','0');
6672INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21281','668','27208','5','0','1A7C11','0','2','0');
6673INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21282','669','27205','5','0','1A7C11','0','2','0');
6674INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21283','671','27240','5','0','1A7C11','0','2','0');
6675INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21284','672','27239','5','0','1A7C11','0','2','0');
6676INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21285','675','27294','5','0','1A7C11','0','2','0');
6677INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21286','676','27299','5','0','1A7C11','0','2','0');
6678INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21287','677','27301','5','0','1A7C11','0','2','0');
6679INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21288','678','27293','5','0','1A7C11','0','2','0');
6680INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21289','679','27298','5','0','1A7C11','0','2','0');
6681INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21290','680','27300','5','0','1A7C11','0','2','0');
6682INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21291','833','28731','5','0','1A7C11','0','2','0');
6683INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21292','834','28732','5','0','1A7C11','0','2','0');
6684INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21293','835','28733','5','0','1A7C11','0','2','0');
6685INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21294','836','28734','5','0','1A7C11','0','2','0');
6686INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21295','687','27417','5','0','1A7C11','0','2','0');
6687INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21296','688','27427','5','0','1A7C11','0','2','0');
6688INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21297','786','28246','5','0','1A7C11','0','2','0');
6689INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21298','787','28247','5','0','1A7C11','0','2','0');
6690INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21299','691','27376','5','0','1A7C11','0','2','0');
6691INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21300','692','27380','5','0','1A7C11','0','2','0');
6692INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21301','694','27478','5','0','1A7C11','0','2','0');
6693INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21302','695','27477','5','0','1A7C11','0','2','0');
6694INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21303','697','27516','5','0','1A7C11','0','2','0');
6695INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21304','698','27511','5','0','1A7C11','0','2','0');
6696INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21305','700','27552','5','0','1A7C11','0','2','0');
6697INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21306','701','27547','5','0','1A7C11','0','2','0');
6698INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21307','703','27590','5','0','1A7C11','0','2','0');
6699INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21308','704','27586','5','0','1A7C11','0','2','0');
6700INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21309','708','27671','5','0','1A7C11','0','2','0');
6701INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21310','709','27670','5','0','1A7C11','0','2','0');
6702INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21311','774','28151','5','0','1A7C11','0','2','0');
6703INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21312','775','28143','5','0','1A7C11','0','2','0');
6704INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21313','714','27753','5','0','1A7C11','0','2','0');
6705INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21314','715','27752','5','0','1A7C11','0','2','0');
6706INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21315','807','28613','5','0','1A7C11','0','2','0');
6707INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21316','719','27819','5','0','1A7C11','0','2','0');
6708INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21317','724','27904','5','0','1A7C11','0','2','0');
6709INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21318','725','27899','5','0','1A7C11','0','2','0');
6710INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21319','727','27936','5','0','1A7C11','0','2','0');
6711INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21320','728','27933','5','0','1A7C11','0','2','0');
6712INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21321','730','27975','5','0','1A7C11','0','2','0');
6713INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21322','731','27974','5','0','1A7C11','0','2','0');
6714INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21323','733','28003','5','0','1A7C11','0','2','0');
6715INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21324','734','28004','5','0','1A7C11','0','2','0');
6716INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21325','736','28031','5','0','1A7C11','0','2','0');
6717INSERT INTO `graphs_items` (`gitemid`,`graphid`,`itemid`,`drawtype`,`sortorder`,`color`,`yaxisside`,`calc_fnc`,`type`) values ('21326','737','28028','5','0','1A7C11','0','2','0');
6718INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('365','10186','{$ICMP_LOSS_WARN}','20');
6719INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('366','10186','{$ICMP_RESPONSE_TIME_WARN}','0.15');
6720INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('367','10187','{$IFCONTROL}','1');
6721INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('370','10188','{$IFCONTROL}','1');
6722INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('373','10189','{$IFCONTROL}','1');
6723INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('376','10190','{$IFCONTROL}','1');
6724INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('382','10192','{$IFCONTROL}','1');
6725INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('385','10203','{$SNMP_TIMEOUT}','3m');
6726INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('386','10204','{$SNMP_TIMEOUT}','3m');
6727INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('393','10207','{$TEMP_CRIT}','75');
6728INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('394','10207','{$TEMP_WARN}','65');
6729INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('395','10207','{$PSU_CRIT_STATUS}','4');
6730INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('396','10207','{$FAN_CRIT_STATUS}','4');
6731INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('397','10207','{$CPU_UTIL_MAX}','90');
6732INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('398','10207','{$MEMORY_UTIL_MAX}','90');
6733INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('399','10207','{$TEMP_CRIT_LOW}','5');
6734INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('402','10208','{$TEMP_CRIT}','75');
6735INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('403','10208','{$TEMP_WARN}','65');
6736INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('404','10208','{$HEALTH_CRIT_STATUS}','4');
6737INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('405','10208','{$HEALTH_WARN_STATUS:"offline"}','2');
6738INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('406','10208','{$HEALTH_WARN_STATUS:"testing"}','3');
6739INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('407','10208','{$TEMP_WARN_STATUS}','5');
6740INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('408','10208','{$PSU_CRIT_STATUS}','2');
6741INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('409','10208','{$FAN_CRIT_STATUS}','2');
6742INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('410','10208','{$PSU_OK_STATUS}','4');
6743INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('411','10208','{$FAN_OK_STATUS}','4');
6744INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('412','10208','{$CPU_UTIL_MAX}','90');
6745INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('413','10208','{$MEMORY_UTIL_MAX}','90');
6746INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('414','10208','{$TEMP_CRIT_LOW}','5');
6747INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('417','10210','{$TEMP_CRIT}','75');
6748INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('418','10210','{$TEMP_WARN}','65');
6749INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('419','10210','{$PSU_CRIT_STATUS}','3');
6750INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('420','10210','{$FAN_CRIT_STATUS}','3');
6751INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('421','10210','{$PSU_OK_STATUS}','2');
6752INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('422','10210','{$FAN_OK_STATUS}','2');
6753INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('425','10210','{$TEMP_CRIT_LOW}','5');
6754INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('428','10211','{$TEMP_CRIT}','75');
6755INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('429','10211','{$TEMP_WARN}','65');
6756INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('430','10211','{$PSU_CRIT_STATUS}','3');
6757INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('431','10211','{$FAN_CRIT_STATUS}','3');
6758INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('432','10211','{$PSU_OK_STATUS}','2');
6759INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('433','10211','{$FAN_OK_STATUS}','2');
6760INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('436','10211','{$TEMP_CRIT_LOW}','5');
6761INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('439','10217','{$TEMP_CRIT:"CPU"}','75');
6762INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('440','10217','{$TEMP_WARN:"CPU"}','70');
6763INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('441','10217','{$TEMP_WARN_STATUS}','2');
6764INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('442','10217','{$TEMP_CRIT_STATUS}','3');
6765INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('443','10217','{$TEMP_DISASTER_STATUS}','4');
6766INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('469','10221','{$TEMP_CRIT}','65');
6767INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('470','10221','{$TEMP_WARN}','55');
6768INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('471','10221','{$PSU_CRIT_STATUS}','2');
6769INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('472','10221','{$FAN_CRIT_STATUS}','2');
6770INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('473','10221','{$PSU_OK_STATUS}','1');
6771INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('474','10221','{$FAN_OK_STATUS}','1');
6772INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('475','10221','{$CPU_UTIL_MAX}','90');
6773INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('476','10221','{$MEMORY_UTIL_MAX}','90');
6774INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('477','10221','{$TEMP_CRIT_LOW}','5');
6775INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('480','10222','{$TEMP_CRIT}','75');
6776INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('481','10222','{$TEMP_WARN}','65');
6777INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('482','10222','{$PSU_CRIT_STATUS}','5');
6778INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('483','10222','{$FAN_CRIT_STATUS}','5');
6779INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('484','10222','{$CPU_UTIL_MAX}','90');
6780INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('485','10222','{$MEMORY_UTIL_MAX}','90');
6781INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('486','10222','{$TEMP_CRIT_LOW}','5');
6782INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('489','10223','{$TEMP_CRIT}','75');
6783INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('490','10223','{$TEMP_WARN}','65');
6784INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('491','10223','{$PSU_CRIT_STATUS}','4');
6785INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('492','10223','{$FAN_CRIT_STATUS}','2');
6786INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('493','10223','{$CPU_UTIL_MAX}','90');
6787INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('494','10223','{$MEMORY_UTIL_MAX}','90');
6788INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('495','10223','{$TEMP_CRIT_LOW}','5');
6789INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('498','10224','{$TEMP_CRIT}','65');
6790INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('499','10224','{$TEMP_WARN}','55');
6791INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('500','10224','{$TEMP_CRIT_STATUS}','1');
6792INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('501','10224','{$PSU_CRIT_STATUS}','3');
6793INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('502','10224','{$FAN_CRIT_STATUS}','2');
6794INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('505','10224','{$CPU_UTIL_MAX}','90');
6795INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('506','10224','{$MEMORY_UTIL_MAX}','90');
6796INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('507','10224','{$TEMP_CRIT_LOW}','5');
6797INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('510','10227','{$FAN_CRIT_STATUS:"fanError"}','41');
6798INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('511','10227','{$FAN_CRIT_STATUS:"hardwareFaulty"}','91');
6799INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('512','10227','{$PSU_CRIT_STATUS:"psuError"}','51');
6800INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('513','10227','{$PSU_CRIT_STATUS:"rpsError"}','61');
6801INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('514','10227','{$PSU_CRIT_STATUS:"hardwareFaulty"}','91');
6802INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('515','10227','{$CPU_UTIL_MAX}','90');
6803INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('516','10227','{$MEMORY_UTIL_MAX}','90');
6804INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('517','10227','{$TEMP_CRIT}','60');
6805INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('518','10227','{$TEMP_WARN}','50');
6806INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('519','10227','{$TEMP_CRIT_LOW}','5');
6807INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('533','10229','{$FAN_CRIT_STATUS}','2');
6808INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('534','10229','{$CPU_UTIL_MAX}','90');
6809INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('535','10229','{$MEMORY_UTIL_MAX}','90');
6810INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('536','10229','{$TEMP_CRIT}','60');
6811INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('537','10229','{$TEMP_WARN}','50');
6812INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('538','10229','{$TEMP_CRIT_LOW}','5');
6813INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('541','10230','{$TEMP_CRIT_STATUS}','3');
6814INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('542','10230','{$TEMP_WARN_STATUS}','2');
6815INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('543','10230','{$PSU_CRIT_STATUS}','3');
6816INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('544','10230','{$FAN_CRIT_STATUS}','3');
6817INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('547','10230','{$TEMP_CRIT}','60');
6818INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('548','10230','{$TEMP_WARN}','50');
6819INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('549','10230','{$TEMP_CRIT_LOW}','5');
6820INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('552','10231','{$TEMP_CRIT:"Routing Engine"}','80');
6821INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('553','10231','{$TEMP_WARN:"Routing Engine"}','70');
6822INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('554','10231','{$HEALTH_CRIT_STATUS}','3');
6823INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('555','10231','{$FAN_CRIT_STATUS}','6');
6824INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('556','10231','{$PSU_CRIT_STATUS}','6');
6825INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('557','10231','{$CPU_UTIL_MAX}','90');
6826INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('558','10231','{$MEMORY_UTIL_MAX}','90');
6827INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('559','10231','{$TEMP_CRIT}','60');
6828INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('560','10231','{$TEMP_WARN}','50');
6829INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('561','10231','{$TEMP_CRIT_LOW}','5');
6830INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('572','10233','{$TEMP_CRIT:"CPU"}','75');
6831INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('573','10233','{$TEMP_WARN:"CPU"}','70');
6832INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('574','10233','{$CPU_UTIL_MAX}','90');
6833INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('575','10233','{$MEMORY_UTIL_MAX}','90');
6834INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('576','10233','{$TEMP_CRIT}','60');
6835INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('577','10233','{$TEMP_WARN}','50');
6836INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('578','10233','{$TEMP_CRIT_LOW}','5');
6837INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('579','10233','{$STORAGE_UTIL_CRIT}','90');
6838INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('580','10233','{$STORAGE_UTIL_WARN}','80');
6839INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('581','10234','{$TEMP_WARN_STATUS}','2');
6840INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('582','10234','{$TEMP_CRIT_STATUS}','3');
6841INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('583','10234','{$PSU_CRIT_STATUS:"failed"}','2');
6842INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('584','10234','{$FAN_CRIT_STATUS:"failed"}','2');
6843INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('585','10234','{$CPU_UTIL_MAX}','90');
6844INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('586','10234','{$MEMORY_UTIL_MAX}','90');
6845INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('587','10234','{$TEMP_CRIT}','60');
6846INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('588','10234','{$TEMP_WARN}','50');
6847INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('589','10234','{$TEMP_CRIT_LOW}','5');
6848INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('592','10235','{$TEMP_CRIT}','75');
6849INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('593','10235','{$TEMP_WARN}','65');
6850INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('594','10235','{$PSU_CRIT_STATUS}','1');
6851INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('595','10235','{$FAN_CRIT_STATUS}','1');
6852INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('596','10235','{$CPU_UTIL_MAX}','90');
6853INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('597','10235','{$MEMORY_UTIL_MAX}','90');
6854INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('601','10236','{$CPU_UTIL_MAX}','90');
6855INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('602','10236','{$MEMORY_UTIL_MAX}','90');
6856INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('603','10237','{$CPU_UTIL_MAX}','90');
6857INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('604','10237','{$MEMORY_UTIL_MAX}','90');
6858INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('619','10250','{$FAN_CRIT_STATUS:"bad"}','2');
6859INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('620','10250','{$PSU_CRIT_STATUS:"bad"}','2');
6860INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('621','10250','{$TEMP_WARN_STATUS}','3');
6861INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('622','10250','{$TEMP_CRIT_STATUS}','2');
6862INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('623','10250','{$CPU_UTIL_MAX}','90');
6863INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('624','10250','{$MEMORY_UTIL_MAX}','90');
6864INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('625','10250','{$TEMP_CRIT}','60');
6865INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('626','10250','{$TEMP_WARN}','50');
6866INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('627','10250','{$TEMP_CRIT_LOW}','5');
6867INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('630','10251','{$PSU_CRIT_STATUS}','2');
6868INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('631','10251','{$FAN_CRIT_STATUS}','3');
6869INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('632','10251','{$TEMP_WARN_STATUS}','3');
6870INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('635','10251','{$TEMP_CRIT}','60');
6871INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('636','10251','{$TEMP_WARN}','50');
6872INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('637','10251','{$TEMP_CRIT_LOW}','5');
6873INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('647','10230','{$PSU_WARN_STATUS}','4');
6874INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('648','10217','{$PSU_CRIT_STATUS:"critical"}','3');
6875INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('649','10217','{$PSU_CRIT_STATUS:"shutdown"}','4');
6876INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('650','10217','{$PSU_WARN_STATUS:"warning"}','2');
6877INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('651','10217','{$PSU_WARN_STATUS:"notFunctioning"}','6');
6878INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('652','10217','{$FAN_CRIT_STATUS:"critical"}','3');
6879INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('653','10217','{$FAN_CRIT_STATUS:"shutdown"}','4');
6880INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('654','10217','{$FAN_WARN_STATUS:"warning"}','2');
6881INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('655','10217','{$FAN_WARN_STATUS:"notFunctioning"}','6');
6882INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('656','10250','{$FAN_WARN_STATUS:"warning"}','3');
6883INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('657','10250','{$PSU_WARN_STATUS:"warning"}','3');
6884INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('659','10254','{$FAN_CRIT_STATUS}','3');
6885INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('661','10254','{$PSU_CRIT_STATUS}','2');
6886INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('664','10254','{$TEMP_CRIT_LOW}','5');
6887INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('665','10254','{$TEMP_CRIT}','60');
6888INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('666','10254','{$TEMP_WARN_STATUS}','3');
6889INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('667','10254','{$TEMP_WARN}','50');
6890INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('668','10209','{$CPU_UTIL_MAX}','90');
6891INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('669','10209','{$MEMORY_UTIL_MAX}','90');
6892INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('674','10217','{$TEMP_CRIT_LOW}','5');
6893INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('675','10217','{$TEMP_CRIT}','60');
6894INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('676','10217','{$TEMP_WARN}','50');
6895INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('677','10255','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}','3');
6896INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('678','10255','{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}','2');
6897INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('679','10255','{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS}','4');
6898INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('680','10255','{$DISK_ARRAY_CRIT_STATUS:"critical"}','5');
6899INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('681','10255','{$DISK_ARRAY_FAIL_STATUS:"nonRecoverable"}','6');
6900INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('682','10255','{$DISK_ARRAY_WARN_STATUS:"nonCritical"}','4');
6901INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('683','10255','{$DISK_FAIL_STATUS:"critical"}','5');
6902INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('684','10255','{$DISK_FAIL_STATUS:"nonRecoverable"}','6');
6903INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('685','10255','{$DISK_SMART_FAIL_STATUS}','1');
6904INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('686','10255','{$DISK_WARN_STATUS:"nonCritical"}','4');
6905INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('687','10255','{$FAN_CRIT_STATUS:"criticalLower"}','8');
6906INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('688','10255','{$FAN_CRIT_STATUS:"criticalUpper"}','5');
6907INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('689','10255','{$FAN_CRIT_STATUS:"failed"}','10');
6908INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('690','10255','{$FAN_CRIT_STATUS:"nonRecoverableLower"}','9');
6909INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('691','10255','{$FAN_CRIT_STATUS:"nonRecoverableUpper"}','6');
6910INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('692','10255','{$FAN_WARN_STATUS:"nonCriticalLower"}','7');
6911INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('693','10255','{$FAN_WARN_STATUS:"nonCriticalUpper"}','4');
6912INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('694','10255','{$HEALTH_CRIT_STATUS}','5');
6913INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('695','10255','{$HEALTH_DISASTER_STATUS}','6');
6914INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('696','10255','{$HEALTH_WARN_STATUS}','4');
6915INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('697','10255','{$PSU_CRIT_STATUS:"critical"}','5');
6916INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('698','10255','{$PSU_CRIT_STATUS:"nonRecoverable"}','6');
6917INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('699','10255','{$PSU_WARN_STATUS:"nonCritical"}','4');
6918INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('700','10255','{$TEMP_CRIT:"Ambient"}','35');
6919INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('701','10255','{$TEMP_CRIT:"CPU"}','75');
6920INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('702','10255','{$TEMP_CRIT_LOW}','5');
6921INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('703','10255','{$TEMP_CRIT_STATUS}','5');
6922INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('704','10255','{$TEMP_CRIT}','60');
6923INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('705','10255','{$TEMP_DISASTER_STATUS}','6');
6924INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('706','10255','{$TEMP_WARN:"Ambient"}','30');
6925INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('707','10255','{$TEMP_WARN:"CPU"}','70');
6926INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('708','10255','{$TEMP_WARN_STATUS}','4');
6927INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('709','10255','{$TEMP_WARN}','50');
6928INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('710','10255','{$VDISK_CRIT_STATUS:"failed"}','3');
6929INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('711','10255','{$VDISK_WARN_STATUS:"degraded"}','4');
6930INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('712','10256','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"capacitorFailed"}','7');
6931INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('713','10256','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"failed"}','4');
6932INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('714','10256','{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"degraded"}','5');
6933INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('715','10256','{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"notPresent"}','6');
6934INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('716','10256','{$DISK_ARRAY_CACHE_CRIT_STATUS:"cacheModCriticalFailure"}','8');
6935INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('717','10256','{$DISK_ARRAY_CACHE_OK_STATUS:"enabled"}','3');
6936INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('718','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModDegradedFailsafeSpeed"}','7');
6937INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('719','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModFlashMemNotAttached"}','6');
6938INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('720','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheReadCacheNotMapped"}','9');
6939INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('721','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"invalid"}','2');
6940INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('722','10256','{$DISK_ARRAY_CRIT_STATUS}','4');
6941INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('723','10256','{$DISK_ARRAY_WARN_STATUS}','3');
6942INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('724','10256','{$DISK_FAIL_STATUS}','3');
6943INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('725','10256','{$DISK_SMART_FAIL_STATUS:"replaceDrive"}','3');
6944INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('726','10256','{$DISK_SMART_FAIL_STATUS:"replaceDriveSSDWearOut"}','4');
6945INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('727','10256','{$DISK_WARN_STATUS}','4');
6946INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('728','10256','{$FAN_CRIT_STATUS}','4');
6947INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('729','10256','{$FAN_WARN_STATUS}','3');
6948INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('730','10256','{$HEALTH_CRIT_STATUS}','4');
6949INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('731','10256','{$HEALTH_WARN_STATUS}','3');
6950INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('732','10256','{$PSU_CRIT_STATUS}','4');
6951INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('733','10256','{$PSU_WARN_STATUS}','3');
6952INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('734','10256','{$TEMP_CRIT:"Ambient"}','35');
6953INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('735','10256','{$TEMP_CRIT_LOW}','5');
6954INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('736','10256','{$TEMP_CRIT}','60');
6955INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('737','10256','{$TEMP_WARN:"Ambient"}','30');
6956INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('738','10256','{$TEMP_WARN}','50');
6957INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('739','10256','{$VDISK_CRIT_STATUS}','3');
6958INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('740','10256','{$VDISK_OK_STATUS}','2');
6959INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('741','10257','{$DISK_OK_STATUS}','Normal');
6960INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('742','10257','{$FAN_OK_STATUS}','Normal');
6961INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('743','10257','{$HEALTH_CRIT_STATUS}','2');
6962INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('744','10257','{$HEALTH_DISASTER_STATUS}','0');
6963INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('745','10257','{$HEALTH_WARN_STATUS}','4');
6964INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('746','10257','{$PSU_OK_STATUS}','Normal');
6965INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('747','10257','{$TEMP_CRIT:"Ambient"}','35');
6966INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('748','10257','{$TEMP_CRIT_LOW}','5');
6967INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('749','10257','{$TEMP_CRIT}','60');
6968INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('750','10257','{$TEMP_WARN:"Ambient"}','30');
6969INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('751','10257','{$TEMP_WARN}','50');
6970INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('752','10258','{$DISK_OK_STATUS}','Normal');
6971INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('753','10258','{$FAN_OK_STATUS}','Normal');
6972INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('754','10258','{$HEALTH_CRIT_STATUS}','2');
6973INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('755','10258','{$HEALTH_DISASTER_STATUS}','0');
6974INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('756','10258','{$HEALTH_WARN_STATUS}','4');
6975INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('757','10258','{$PSU_OK_STATUS}','Normal');
6976INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('758','10258','{$TEMP_CRIT:"Ambient"}','35');
6977INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('759','10258','{$TEMP_CRIT_LOW}','5');
6978INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('760','10258','{$TEMP_CRIT}','60');
6979INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('761','10258','{$TEMP_WARN:"Ambient"}','30');
6980INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('762','10258','{$TEMP_WARN}','50');
6981INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('763','10259','{$TEMP_CRIT_LOW}','5');
6982INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('764','10259','{$TEMP_CRIT}','60');
6983INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('765','10259','{$TEMP_WARN}','50');
6984INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('766','10260','{$PROTOCOL_HANDLER_AJP}','ajp-nio-8009');
6985INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('767','10260','{$PROTOCOL_HANDLER_HTTP}','http-nio-8080');
6986INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('768','10260','{$PROTOCOL_HANDLER_HTTPS}','https-openssl-nio-8443');
6987INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('769','10261','{$ADDRESS}','');
6988INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('770','10261','{$PORT}','');
6989INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('771','10262','{$ADDRESS}','');
6990INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('772','10262','{$PORT}','');
6991INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('782','10263','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}','2');
6992INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('783','10263','{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}','1');
6993INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('784','10263','{$DISK_ARRAY_CRIT_STATUS:"inoperable"}','2');
6994INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('785','10263','{$DISK_ARRAY_OK_STATUS:"operable"}','1');
6995INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('786','10263','{$DISK_ARRAY_WARN_STATUS:"degraded"}','3');
6996INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('787','10263','{$DISK_CRIT_STATUS:"bad"}','16');
6997INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('788','10263','{$DISK_CRIT_STATUS:"predictiveFailure"}','11');
6998INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('789','10263','{$DISK_FAIL_STATUS:"failed"}','9');
6999INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('790','10263','{$FAN_CRIT_STATUS:"inoperable"}','2');
7000INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('791','10263','{$FAN_WARN_STATUS:"degraded"}','3');
7001INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('792','10263','{$HEALTH_CRIT_STATUS:"computeFailed"}','30');
7002INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('793','10263','{$HEALTH_CRIT_STATUS:"configFailure"}','33');
7003INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('794','10263','{$HEALTH_CRIT_STATUS:"inoperable"}','60');
7004INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('795','10263','{$HEALTH_CRIT_STATUS:"unconfigFailure"}','34');
7005INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('796','10263','{$HEALTH_WARN_STATUS:"diagnosticsFailed"}','204');
7006INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('797','10263','{$HEALTH_WARN_STATUS:"powerProblem"}','62');
7007INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('798','10263','{$HEALTH_WARN_STATUS:"testFailed"}','35');
7008INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('799','10263','{$HEALTH_WARN_STATUS:"thermalProblem"}','60');
7009INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('800','10263','{$HEALTH_WARN_STATUS:"voltageProblem"}','62');
7010INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('801','10263','{$PSU_CRIT_STATUS:"inoperable"}','2');
7011INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('802','10263','{$PSU_WARN_STATUS:"degraded"}','3');
7012INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('803','10263','{$TEMP_CRIT:"Ambient"}','35');
7013INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('804','10263','{$TEMP_CRIT_LOW}','5');
7014INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('805','10263','{$TEMP_CRIT}','60');
7015INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('806','10263','{$TEMP_WARN:"Ambient"}','30');
7016INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('807','10263','{$TEMP_WARN}','50');
7017INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('808','10263','{$VDISK_OK_STATUS:"equipped"}','10');
7018INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('809','10254','{$MEMORY.NAME.NOT_MATCHES}','(Buffer|Cache)');
7019INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('810','10254','{$VFS.FS.PUSED.MAX.CRIT}','95');
7020INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('811','10254','{$VFS.FS.PUSED.MAX.WARN}','90');
7021INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('812','10264','{$VFS.FS.FSNAME.MATCHES}','.+');
7022INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('813','10264','{$VFS.FS.FSNAME.NOT_MATCHES}','^(/dev|/sys|/run|/proc|.+/shm$)');
7023INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('814','10264','{$VFS.FS.FSTYPE.MATCHES}','.*(\\.4|\\.9|hrStorageFixedDisk|hrStorageFlashMemory)$');
7024INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('815','10264','{$VFS.FS.FSTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
7025INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('816','10264','{$VFS.FS.PUSED.MAX.CRIT}','90');
7026INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('817','10264','{$VFS.FS.PUSED.MAX.WARN}','80');
7027INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('818','10265','{$MEMORY.NAME.MATCHES}','.*');
7028INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('819','10265','{$MEMORY.NAME.NOT_MATCHES}','CHANGE_IF_NEEDED');
7029INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('820','10265','{$MEMORY.TYPE.MATCHES}','.*(\\.2|hrStorageRam)$');
7030INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('821','10265','{$MEMORY.TYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
7031INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('822','10265','{$MEMORY.UTIL.MAX}','90');
7032INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('823','10266','{$CPU.UTIL.CRIT}','90');
7033INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('824','10192','{$IF.ERRORS.WARN}','2');
7034INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('825','10192','{$IF.UTIL.MAX}','90');
7035INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('826','10192','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*$');
7036INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('827','10192','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$');
7037INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('828','10192','{$NET.IF.IFALIAS.MATCHES}','.*');
7038INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('829','10192','{$NET.IF.IFALIAS.NOT_MATCHES}','CHANGE_IF_NEEDED');
7039INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('830','10192','{$NET.IF.IFDESCR.MATCHES}','.*');
7040INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('831','10192','{$NET.IF.IFDESCR.NOT_MATCHES}','Miniport|Virtual|Teredo|Kernel|Loopback|Bluetooth|HTTPS|6to4|QoS|Layer|isatap|ISATAP');
7041INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('832','10192','{$NET.IF.IFNAME.MATCHES}','^.*$');
7042INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('833','10192','{$NET.IF.IFNAME.NOT_MATCHES}','(^Software Loopback Interface|^NULL[0-9.]*$|^[Ll]o[0-9.]*$|^[Ss]ystem$|^Nu[0-9.]*$|^veth[0-9a-z]+$|docker[0-9]+|br-[a-z0-9]{12})');
7043INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('834','10192','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$');
7044INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('835','10192','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$');
7045INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('836','10192','{$NET.IF.IFTYPE.MATCHES}','.*');
7046INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('837','10192','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
7047INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('838','10267','{$VFS.FS.FSNAME.MATCHES}','.+');
7048INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('839','10267','{$VFS.FS.FSNAME.NOT_MATCHES}','^(/dev|/sys|/run|/proc|.+/shm$)');
7049INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('840','10267','{$VFS.FS.FSTYPE.MATCHES}','.*(\\.4|\\.9|hrStorageFixedDisk|hrStorageFlashMemory)$');
7050INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('841','10267','{$VFS.FS.FSTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
7051INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('842','10267','{$VFS.FS.PUSED.MAX.CRIT}','90');
7052INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('843','10267','{$VFS.FS.PUSED.MAX.WARN}','80');
7053INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('844','10268','{$MEMORY.NAME.MATCHES}','.*');
7054INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('845','10268','{$MEMORY.NAME.NOT_MATCHES}','CHANGE_IF_NEEDED');
7055INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('846','10268','{$MEMORY.TYPE.MATCHES}','.*(\\.2|hrStorageRam)$');
7056INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('847','10268','{$MEMORY.TYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
7057INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('848','10268','{$MEMORY.UTIL.MAX}','90');
7058INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('849','10269','{$CPU.UTIL.CRIT}','90');
7059INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('850','10189','{$IF.ERRORS.WARN}','2');
7060INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('851','10189','{$IF.UTIL.MAX}','90');
7061INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('852','10189','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*');
7062INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('853','10189','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$');
7063INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('854','10189','{$NET.IF.IFALIAS.MATCHES}','.*');
7064INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('855','10189','{$NET.IF.IFALIAS.NOT_MATCHES}','CHANGE_IF_NEEDED');
7065INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('856','10189','{$NET.IF.IFDESCR.MATCHES}','.*');
7066INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('857','10189','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED');
7067INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('858','10189','{$NET.IF.IFNAME.MATCHES}','^.*$');
7068INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('859','10189','{$NET.IF.IFNAME.NOT_MATCHES}','(^Software Loopback Interface|^NULL[0-9.]*$|^[Ll]o[0-9.]*$|^[Ss]ystem$|^Nu[0-9.]*$|^veth[0-9a-z]+$|docker[0-9]+|br-[a-z0-9]{12})');
7069INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('860','10189','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$');
7070INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('861','10189','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$');
7071INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('862','10189','{$NET.IF.IFTYPE.MATCHES}','.*');
7072INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('863','10189','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
7073INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('864','10190','{$IF.ERRORS.WARN}','2');
7074INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('865','10190','{$IF.UTIL.MAX}','90');
7075INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('866','10190','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*');
7076INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('867','10190','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$');
7077INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('868','10190','{$NET.IF.IFALIAS.MATCHES}','.*');
7078INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('869','10190','{$NET.IF.IFALIAS.NOT_MATCHES}','CHANGE_IF_NEEDED');
7079INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('870','10190','{$NET.IF.IFDESCR.MATCHES}','.*');
7080INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('871','10190','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED');
7081INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('872','10190','{$NET.IF.IFNAME.MATCHES}','^.*$');
7082INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('873','10190','{$NET.IF.IFNAME.NOT_MATCHES}','(^Software Loopback Interface|^NULL[0-9.]*$|^[Ll]o[0-9.]*$|^[Ss]ystem$|^Nu[0-9.]*$|^veth[0-9a-z]+$|docker[0-9]+|br-[a-z0-9]{12})');
7083INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('874','10190','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$');
7084INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('875','10190','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$');
7085INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('876','10190','{$NET.IF.IFTYPE.MATCHES}','.*');
7086INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('877','10190','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
7087INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('878','10187','{$IF.ERRORS.WARN}','2');
7088INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('879','10187','{$IF.UTIL.MAX}','95');
7089INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('880','10187','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*');
7090INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('881','10187','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$');
7091INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('882','10187','{$NET.IF.IFDESCR.MATCHES}','.*');
7092INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('883','10187','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED');
7093INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('884','10187','{$NET.IF.IFNAME.MATCHES}','^.*$');
7094INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('885','10187','{$NET.IF.IFNAME.NOT_MATCHES}','(^Software Loopback Interface|^NULL[0-9.]*$|^[Ll]o[0-9.]*$|^[Ss]ystem$|^Nu[0-9.]*$|^veth[0-9a-z]+$|docker[0-9]+|br-[a-z0-9]{12})');
7095INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('886','10187','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$');
7096INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('887','10187','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$');
7097INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('888','10187','{$NET.IF.IFTYPE.MATCHES}','.*');
7098INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('889','10187','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
7099INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('890','10188','{$IF.ERRORS.WARN}','2');
7100INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('891','10188','{$IF.UTIL.MAX}','95');
7101INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('892','10188','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*');
7102INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('893','10188','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$');
7103INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('894','10188','{$NET.IF.IFDESCR.MATCHES}','.*');
7104INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('895','10188','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED');
7105INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('896','10188','{$NET.IF.IFNAME.MATCHES}','^.*$');
7106INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('897','10188','{$NET.IF.IFNAME.NOT_MATCHES}','(^Software Loopback Interface|^NULL[0-9.]*$|^[Ll]o[0-9.]*$|^[Ss]ystem$|^Nu[0-9.]*$|^veth[0-9a-z]+$|docker[0-9]+|br-[a-z0-9]{12})');
7107INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('898','10188','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$');
7108INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('899','10188','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$');
7109INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('900','10188','{$NET.IF.IFTYPE.MATCHES}','.*');
7110INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('901','10188','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
7111INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('902','10212','{$MEMORY.UTIL.MAX}','90');
7112INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('903','10213','{$CPU.UTIL.CRIT}','90');
7113INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('904','10252','{$CPU.UTIL.CRIT}','90');
7114INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('905','10215','{$CPU.UTIL.CRIT}','90');
7115INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('906','10169','{$JMX.CPU.LOAD.MAX}','85');
7116INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('907','10169','{$JMX.CPU.LOAD.TIME}','5m');
7117INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('908','10169','{$JMX.FILE.DESCRIPTORS.MAX}','85');
7118INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('909','10169','{$JMX.FILE.DESCRIPTORS.TIME}','3m');
7119INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('910','10169','{$JMX.HEAP.MEM.USAGE.MAX}','85');
7120INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('911','10169','{$JMX.HEAP.MEM.USAGE.TIME}','10m');
7121INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('912','10169','{$JMX.MP.USAGE.MAX}','85');
7122INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('913','10169','{$JMX.MP.USAGE.TIME}','10m');
7123INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('914','10169','{$JMX.NONHEAP.MEM.USAGE.MAX}','85');
7124INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('915','10169','{$JMX.NONHEAP.MEM.USAGE.TIME}','10m');
7125INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('916','10270','{$VMWARE.PASSWORD}','');
7126INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('917','10270','{$VMWARE.URL}','');
7127INSERT INTO `hostmacro` (`hostmacroid`,`hostid`,`macro`,`value`) values ('918','10270','{$VMWARE.USERNAME}','');
7128INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('92','10084','4');
7129INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('175','10093','8');
7130INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('176','10169','12');
7131INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('177','10095','8');
7132INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('178','10094','8');
7133INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('179','10096','8');
7134INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('180','10097','8');
7135INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('181','10098','8');
7136INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('182','10099','8');
7137INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('183','10100','8');
7138INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('184','10101','8');
7139INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('185','10102','8');
7140INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('186','10103','8');
7141INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('187','10050','8');
7142INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('188','10048','12');
7143INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('189','10047','12');
7144INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('190','10170','13');
7145INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('191','10076','10');
7146INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('192','10075','10');
7147INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('193','10077','10');
7148INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('194','10001','10');
7149INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('195','10079','10');
7150INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('196','10074','10');
7151INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('197','10078','10');
7152INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('198','10081','10');
7153INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('199','10171','11');
7154INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('200','10172','11');
7155INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('208','10182','8');
7156INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('209','10183','8');
7157INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('210','10184','8');
7158INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('211','10185','8');
7159INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('212','10186','8');
7160INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('213','10187','8');
7161INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('214','10188','8');
7162INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('215','10189','8');
7163INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('216','10190','8');
7164INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('218','10192','8');
7165INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('229','10203','8');
7166INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('230','10204','8');
7167INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('233','10207','9');
7168INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('234','10208','9');
7169INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('235','10209','8');
7170INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('236','10210','9');
7171INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('237','10211','9');
7172INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('238','10212','8');
7173INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('239','10213','8');
7174INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('241','10215','8');
7175INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('242','10216','8');
7176INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('243','10217','8');
7177INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('244','10218','9');
7178INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('246','10220','9');
7179INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('247','10221','9');
7180INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('248','10222','9');
7181INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('249','10223','9');
7182INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('250','10224','9');
7183INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('251','10225','9');
7184INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('252','10226','9');
7185INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('253','10227','9');
7186INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('255','10229','9');
7187INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('256','10230','9');
7188INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('257','10231','9');
7189INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('259','10233','9');
7190INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('260','10234','9');
7191INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('261','10235','9');
7192INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('262','10236','9');
7193INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('263','10237','9');
7194INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('274','10248','10');
7195INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('275','10249','10');
7196INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('276','10250','9');
7197INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('277','10251','9');
7198INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('278','10252','8');
7199INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('279','10253','9');
7200INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('280','10254','9');
7201INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('281','10255','11');
7202INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('282','10256','11');
7203INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('283','10257','11');
7204INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('284','10258','11');
7205INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('285','10259','11');
7206INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('286','10260','12');
7207INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('287','10261','12');
7208INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('288','10262','12');
7209INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('289','10263','11');
7210INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('290','10264','8');
7211INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('291','10265','8');
7212INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('292','10266','8');
7213INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('293','10267','8');
7214INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('294','10268','8');
7215INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('295','10269','8');
7216INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('296','10270','12');
7217INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('297','10173','12');
7218INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('298','10174','12');
7219INSERT INTO `hosts_groups` (`hostgroupid`,`hostid`,`groupid`) values ('299','10175','12');
7220INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('4','10001','10050');
7221INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('31','10074','10050');
7222INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('32','10075','10050');
7223INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('33','10076','10050');
7224INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('34','10077','10050');
7225INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('35','10078','10050');
7226INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('36','10079','10050');
7227INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('37','10081','10050');
7228INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('38','10084','10047');
7229INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('39','10084','10001');
7230INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('133','10203','10186');
7231INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('134','10204','10186');
7232INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('135','10207','10190');
7233INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('136','10207','10183');
7234INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('137','10207','10204');
7235INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('138','10208','10190');
7236INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('139','10208','10204');
7237INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('140','10210','10209');
7238INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('141','10210','10190');
7239INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('142','10210','10204');
7240INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('143','10211','10209');
7241INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('144','10211','10190');
7242INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('145','10211','10204');
7243INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('146','10218','10216');
7244INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('147','10218','10217');
7245INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('148','10218','10213');
7246INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('149','10218','10212');
7247INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('150','10218','10190');
7248INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('151','10218','10183');
7249INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('152','10218','10204');
7250INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('159','10220','10216');
7251INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('160','10220','10217');
7252INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('161','10220','10212');
7253INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('162','10220','10215');
7254INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('163','10220','10204');
7255INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('164','10221','10190');
7256INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('165','10221','10183');
7257INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('166','10221','10204');
7258INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('167','10222','10190');
7259INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('168','10222','10204');
7260INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('169','10223','10190');
7261INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('170','10223','10183');
7262INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('171','10223','10204');
7263INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('172','10224','10190');
7264INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('173','10224','10183');
7265INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('174','10224','10204');
7266INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('175','10225','10187');
7267INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('176','10225','10182');
7268INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('177','10225','10203');
7269INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('178','10226','10188');
7270INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('179','10226','10183');
7271INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('180','10226','10204');
7272INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('181','10227','10190');
7273INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('182','10227','10183');
7274INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('183','10227','10204');
7275INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('188','10229','10190');
7276INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('189','10229','10183');
7277INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('190','10229','10204');
7278INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('191','10230','10190');
7279INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('192','10230','10204');
7280INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('193','10231','10190');
7281INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('194','10231','10183');
7282INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('195','10231','10204');
7283INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('200','10233','10190');
7284INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('201','10233','10204');
7285INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('202','10234','10190');
7286INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('203','10234','10204');
7287INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('204','10235','10190');
7288INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('205','10235','10183');
7289INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('206','10235','10204');
7290INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('207','10236','10188');
7291INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('208','10236','10204');
7292INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('209','10237','10187');
7293INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('210','10237','10203');
7294INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('211','10248','10185');
7295INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('212','10248','10190');
7296INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('213','10248','10183');
7297INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('214','10248','10204');
7298INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('215','10249','10185');
7299INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('216','10249','10192');
7300INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('217','10249','10204');
7301INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('218','10250','10190');
7302INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('219','10250','10183');
7303INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('220','10250','10204');
7304INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('221','10251','10185');
7305INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('222','10251','10190');
7306INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('223','10251','10204');
7307INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('224','10253','10216');
7308INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('225','10253','10217');
7309INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('226','10253','10212');
7310INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('227','10253','10252');
7311INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('228','10253','10190');
7312INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('229','10253','10204');
7313INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('230','10254','10183');
7314INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('231','10254','10204');
7315INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('232','10254','10190');
7316INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('233','10255','10204');
7317INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('234','10256','10204');
7318INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('235','10257','10203');
7319INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('236','10258','10204');
7320INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('237','10259','10204');
7321INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('238','10263','10204');
7322INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('239','10254','10185');
7323INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('240','10185','10266');
7324INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('241','10185','10265');
7325INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('242','10185','10264');
7326INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('243','10184','10269');
7327INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('244','10184','10268');
7328INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('245','10184','10267');
7329INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('246','10173','10270');
7330INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('247','10174','10270');
7331INSERT INTO `hosts_templates` (`hosttemplateid`,`hostid`,`templateid`) values ('248','10175','10270');
7332INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62008','1146','28735');
7333INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62009','1146','28736');
7334INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62010','1146','28737');
7335INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62011','1146','28738');
7336INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62012','1146','28739');
7337INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62013','1146','28740');
7338INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62014','1146','28741');
7339INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62015','1146','28742');
7340INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62016','1146','28743');
7341INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62017','1146','28744');
7342INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62018','1146','28745');
7343INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62019','1146','28746');
7344INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62020','1146','28747');
7345INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62021','1146','28748');
7346INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62022','1146','28749');
7347INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62023','1146','28750');
7348INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62024','1146','28751');
7349INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62025','1146','28752');
7350INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62026','1146','28753');
7351INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62027','1146','28754');
7352INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62028','1146','28755');
7353INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62029','1146','28756');
7354INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62030','1146','28757');
7355INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62031','1146','28758');
7356INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62032','1146','28759');
7357INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62033','1146','28760');
7358INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62034','1146','28761');
7359INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62035','1146','28762');
7360INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62036','1146','28763');
7361INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62037','1146','28764');
7362INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62038','1146','28765');
7363INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62039','1146','28766');
7364INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62040','1146','28767');
7365INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62041','1146','28768');
7366INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62042','1146','28769');
7367INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62043','1146','28770');
7368INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62044','1146','28771');
7369INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62045','1146','28772');
7370INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62046','1146','28773');
7371INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62047','1146','28774');
7372INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62048','1146','28775');
7373INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62049','1146','28776');
7374INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62050','1146','28777');
7375INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62051','1146','28778');
7376INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62052','1146','28779');
7377INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62053','1146','28780');
7378INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62054','1146','28781');
7379INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62055','1146','28782');
7380INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62056','1146','28783');
7381INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62057','1146','28784');
7382INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62058','1146','28785');
7383INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62059','1146','28786');
7384INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62060','1146','28787');
7385INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62061','1146','28788');
7386INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62062','1146','28789');
7387INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62063','1147','28790');
7388INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62064','1147','28791');
7389INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62065','1147','28792');
7390INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62066','1148','28793');
7391INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62067','1148','28794');
7392INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62068','1148','28795');
7393INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62069','1148','28796');
7394INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62070','1148','28797');
7395INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62071','1148','28798');
7396INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62072','1148','28799');
7397INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62073','1148','28800');
7398INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62074','1148','28801');
7399INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62075','1148','28802');
7400INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62076','1148','28803');
7401INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62077','1148','28804');
7402INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62078','1148','28805');
7403INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62079','1148','28806');
7404INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62080','1148','28807');
7405INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62081','1148','28808');
7406INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62082','1148','28809');
7407INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62083','1148','28810');
7408INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62084','1148','28811');
7409INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62085','1149','28812');
7410INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62086','1149','28813');
7411INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62087','1149','28814');
7412INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62088','1149','28815');
7413INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62089','1149','28816');
7414INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62090','1149','28817');
7415INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62091','1149','28818');
7416INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62092','1149','28819');
7417INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62093','1149','28820');
7418INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62094','1149','28821');
7419INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62095','1149','28822');
7420INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62096','1149','28823');
7421INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62097','1149','28824');
7422INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62098','1149','28825');
7423INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62099','1149','28826');
7424INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62100','1149','28827');
7425INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62101','1149','28828');
7426INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62102','1149','28829');
7427INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62103','1149','28830');
7428INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62104','1149','28831');
7429INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62105','1149','28832');
7430INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62106','1147','28841');
7431INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62107','1147','28842');
7432INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62108','1147','28843');
7433INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62109','1147','28844');
7434INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62110','1147','28845');
7435INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62111','1148','28846');
7436INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62112','1148','28847');
7437INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62113','1148','28848');
7438INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62114','1148','28849');
7439INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62115','1148','28850');
7440INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62116','1148','28851');
7441INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62117','1148','28852');
7442INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62118','1148','28853');
7443INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62119','1148','28854');
7444INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62120','1148','28855');
7445INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62121','1148','28856');
7446INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62122','1148','28857');
7447INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62123','1149','28858');
7448INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62124','1149','28859');
7449INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62125','1149','28860');
7450INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62126','1149','28861');
7451INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62127','1107','28501');
7452INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62128','1108','28502');
7453INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62129','1105','28503');
7454INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62130','1105','28504');
7455INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62131','1106','28505');
7456INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62132','1106','28506');
7457INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62133','1106','28507');
7458INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62134','1107','28508');
7459INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62135','1107','28509');
7460INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62136','1107','28510');
7461INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62137','1109','28511');
7462INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62138','1106','28512');
7463INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62139','1105','28513');
7464INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62140','1108','28514');
7465INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62141','1108','28515');
7466INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62142','1108','28516');
7467INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62143','1107','28517');
7468INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62144','1108','28518');
7469INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62145','1105','28519');
7470INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62146','1105','28520');
7471INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62147','1105','28521');
7472INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62148','1105','28522');
7473INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62149','1105','28523');
7474INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62150','1106','28524');
7475INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62151','1106','28525');
7476INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62152','1106','28526');
7477INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62153','1106','28527');
7478INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62154','1106','28528');
7479INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62155','1107','28529');
7480INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62156','1107','28530');
7481INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62157','1107','28531');
7482INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62158','1105','28532');
7483INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62159','446','23644');
7484INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62160','447','23645');
7485INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62161','448','23646');
7486INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62162','449','23647');
7487INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62163','450','23648');
7488INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62164','451','23649');
7489INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62165','452','23650');
7490INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62166','453','23651');
7491INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62167','1111','28576');
7492INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62168','1111','28577');
7493INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62169','1111','28578');
7494INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62170','1111','28579');
7495INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62171','1111','28580');
7496INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62172','1111','28581');
7497INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62173','1111','28582');
7498INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62174','1111','28583');
7499INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62175','1111','28584');
7500INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62176','1111','28585');
7501INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62177','1111','28586');
7502INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62178','1111','28587');
7503INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62179','1111','28588');
7504INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62180','1111','28589');
7505INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62181','1111','28590');
7506INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62182','1111','28591');
7507INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62183','1111','28592');
7508INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62184','1111','28593');
7509INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62185','1111','28594');
7510INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62186','1111','28595');
7511INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62187','1111','28596');
7512INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62188','1111','28597');
7513INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62189','1111','28598');
7514INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62190','1111','28599');
7515INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62191','1111','28600');
7516INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62192','1111','28601');
7517INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62193','1111','28602');
7518INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62194','1111','28603');
7519INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62195','1111','28604');
7520INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62196','1111','28605');
7521INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62197','1111','28606');
7522INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62198','1111','28607');
7523INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62199','1110','28533');
7524INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62200','1110','28534');
7525INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62201','1110','28535');
7526INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62202','1110','28536');
7527INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62203','1110','28537');
7528INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62204','1110','28538');
7529INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62205','1110','28539');
7530INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62206','1110','28540');
7531INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62207','1110','28541');
7532INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62208','1110','28542');
7533INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62209','1110','28543');
7534INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62210','1110','28544');
7535INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62211','1110','28545');
7536INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62212','1110','28546');
7537INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62213','1110','28547');
7538INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62214','1110','28548');
7539INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62215','1110','28549');
7540INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62216','1110','28550');
7541INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62217','1110','28551');
7542INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62218','1110','28552');
7543INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62219','1110','28553');
7544INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62220','1110','28554');
7545INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62221','1110','28555');
7546INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62222','1110','28556');
7547INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62223','1110','28557');
7548INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62224','1110','28558');
7549INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62225','1110','28559');
7550INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62226','1110','28560');
7551INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62227','1110','28561');
7552INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62228','1110','28562');
7553INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62229','1110','28563');
7554INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62230','1110','28564');
7555INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62231','1110','28565');
7556INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62232','1110','28566');
7557INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62233','1110','28567');
7558INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62234','1110','28568');
7559INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62235','1110','28569');
7560INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62236','1110','28570');
7561INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62237','1110','28571');
7562INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62238','1110','28572');
7563INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62239','1110','28573');
7564INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62240','1110','28574');
7565INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62241','1110','28575');
7566INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62242','454','23652');
7567INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62243','455','23653');
7568INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62244','456','23654');
7569INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62245','206','22231');
7570INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62246','206','22232');
7571INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62247','206','23318');
7572INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62248','207','10020');
7573INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62249','207','10059');
7574INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62250','252','22833');
7575INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62251','252','22834');
7576INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62252','262','22873');
7577INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62253','262','22874');
7578INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62254','272','22913');
7579INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62255','272','22914');
7580INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62256','282','22953');
7581INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62257','282','22954');
7582INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62258','292','22993');
7583INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62259','292','22994');
7584INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62260','302','23033');
7585INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62261','302','23034');
7586INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62262','329','23160');
7587INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62263','329','23161');
7588INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62264','207','23319');
7589INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62265','252','23320');
7590INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62266','262','23321');
7591INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62267','272','23322');
7592INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62268','282','23323');
7593INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62269','292','23324');
7594INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62270','302','23325');
7595INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62271','329','23326');
7596INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62272','355','23287');
7597INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62273','355','23288');
7598INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62274','355','23327');
7599INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62275','356','10067');
7600INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62276','356','10068');
7601INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62277','356','10069');
7602INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62278','356','10070');
7603INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62279','356','10071');
7604INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62280','356','10072');
7605INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62281','356','23340');
7606INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62282','356','23341');
7607INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62283','356','23342');
7608INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62284','356','23343');
7609INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62285','356','23344');
7610INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62286','356','23345');
7611INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62287','356','23346');
7612INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62288','356','23347');
7613INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62289','356','23348');
7614INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62290','356','23349');
7615INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62291','356','23350');
7616INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62292','356','23351');
7617INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62293','356','23352');
7618INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62294','356','23353');
7619INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62295','356','23354');
7620INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62296','356','23355');
7621INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62297','356','23356');
7622INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62298','356','23357');
7623INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62299','356','23358');
7624INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62300','356','23359');
7625INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62301','356','23360');
7626INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62302','356','25368');
7627INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62303','356','25369');
7628INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62304','356','28250');
7629INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62305','356','28251');
7630INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62306','179','10061');
7631INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62307','179','10062');
7632INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62308','179','10063');
7633INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62309','179','10064');
7634INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62310','179','10065');
7635INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62311','179','10066');
7636INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62312','179','22183');
7637INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62313','179','22185');
7638INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62314','179','22187');
7639INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62315','179','22189');
7640INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62316','179','22191');
7641INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62317','179','22196');
7642INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62318','179','22199');
7643INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62319','179','22219');
7644INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62320','179','22396');
7645INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62321','179','22399');
7646INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62322','179','22400');
7647INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62323','179','22401');
7648INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62324','179','22402');
7649INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62325','179','22404');
7650INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62326','179','22406');
7651INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62327','179','22408');
7652INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62328','179','22412');
7653INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62329','179','22414');
7654INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62330','179','22416');
7655INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62331','179','22418');
7656INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62332','179','22420');
7657INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62333','179','22422');
7658INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62334','179','22424');
7659INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62335','179','22426');
7660INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62336','179','22430');
7661INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62337','179','22689');
7662INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62338','179','23171');
7663INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62339','179','23251');
7664INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62340','179','23634');
7665INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62341','179','23661');
7666INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62342','179','23663');
7667INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62343','179','25366');
7668INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62344','179','25370');
7669INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62345','179','25665');
7670INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62346','179','25666');
7671INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62347','179','28248');
7672INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62348','345','10073');
7673INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62349','345','10074');
7674INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62350','345','10075');
7675INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62351','345','10076');
7676INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62352','345','10077');
7677INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62353','345','10078');
7678INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62354','345','23252');
7679INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62355','345','23253');
7680INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62356','345','23255');
7681INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62357','345','23256');
7682INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62358','345','23257');
7683INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62359','345','23258');
7684INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62360','345','23259');
7685INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62361','345','23260');
7686INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62362','345','23261');
7687INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62363','345','23262');
7688INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62364','345','23264');
7689INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62365','345','23265');
7690INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62366','345','23266');
7691INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62367','345','23267');
7692INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62368','345','23268');
7693INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62369','345','23269');
7694INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62370','345','23270');
7695INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62371','345','23271');
7696INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62372','345','23272');
7697INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62373','345','23273');
7698INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62374','345','23274');
7699INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62375','345','23275');
7700INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62376','345','23276');
7701INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62377','345','23277');
7702INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62378','345','23328');
7703INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62379','345','23620');
7704INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62380','345','23625');
7705INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62381','345','23628');
7706INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62382','345','23635');
7707INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62383','345','23662');
7708INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62384','345','23664');
7709INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62385','345','25367');
7710INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62386','345','25371');
7711INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62387','345','25667');
7712INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62388','345','25668');
7713INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62389','345','28249');
7714INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62390','740','26911');
7715INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62391','740','26912');
7716INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62392','740','26913');
7717INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62393','740','26914');
7718INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62394','740','26915');
7719INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62395','740','26916');
7720INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62396','740','26917');
7721INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62397','740','26918');
7722INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62398','740','26919');
7723INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62399','740','26920');
7724INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62400','740','26921');
7725INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62401','740','26922');
7726INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62402','740','26923');
7727INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62403','740','26924');
7728INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62404','280','22917');
7729INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62405','280','22918');
7730INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62406','273','22920');
7731INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62407','279','22920');
7732INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62408','273','22921');
7733INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62409','279','22921');
7734INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62410','273','22922');
7735INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62411','279','22922');
7736INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62412','273','22923');
7737INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62413','279','22923');
7738INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62414','273','22924');
7739INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62415','279','22924');
7740INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62416','275','22933');
7741INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62417','278','22933');
7742INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62418','275','22934');
7743INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62419','278','22934');
7744INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62420','275','22938');
7745INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62421','278','22938');
7746INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62422','275','22939');
7747INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62423','278','22939');
7748INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62424','278','22940');
7749INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62425','281','22940');
7750INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62426','281','22941');
7751INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62427','276','22942');
7752INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62428','276','22943');
7753INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62429','273','23108');
7754INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62430','331','23108');
7755INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62431','279','23108');
7756INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62432','273','23109');
7757INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62433','331','23109');
7758INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62434','279','23109');
7759INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62435','273','23110');
7760INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62436','279','23110');
7761INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62437','273','23111');
7762INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62438','331','23111');
7763INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62439','279','23111');
7764INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62440','273','23112');
7765INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62441','331','23112');
7766INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62442','279','23112');
7767INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62443','273','23113');
7768INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62444','279','23113');
7769INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62445','273','23114');
7770INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62446','279','23114');
7771INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62447','273','23115');
7772INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62448','279','23115');
7773INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62449','274','23116');
7774INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62450','279','23116');
7775INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62451','274','23117');
7776INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62452','279','23117');
7777INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62453','273','23118');
7778INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62454','331','23118');
7779INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62455','273','23119');
7780INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62456','279','23119');
7781INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62457','273','23120');
7782INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62458','279','23120');
7783INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62459','273','23121');
7784INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62460','279','23121');
7785INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62461','276','23122');
7786INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62462','279','23122');
7787INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62463','273','23123');
7788INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62464','279','23123');
7789INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62465','276','23124');
7790INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62466','276','23125');
7791INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62467','276','23126');
7792INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62468','276','23127');
7793INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62469','276','23128');
7794INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62470','276','23129');
7795INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62471','276','23130');
7796INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62472','276','23131');
7797INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62473','277','22945');
7798INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62474','277','22946');
7799INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62475','274','22948');
7800INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62476','274','22949');
7801INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62477','274','22950');
7802INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62478','274','22951');
7803INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62479','274','22952');
7804INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62480','268','22875');
7805INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62481','268','22876');
7806INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62482','270','22877');
7807INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62483','270','22878');
7808INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62484','265','22879');
7809INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62485','268','22879');
7810INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62486','263','22880');
7811INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62487','269','22880');
7812INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62488','263','22881');
7813INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62489','269','22881');
7814INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62490','263','22882');
7815INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62491','269','22882');
7816INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62492','263','22883');
7817INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62493','269','22883');
7818INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62494','263','22884');
7819INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62495','269','22884');
7820INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62496','263','22885');
7821INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62497','269','22885');
7822INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62498','263','22886');
7823INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62499','269','22886');
7824INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62500','263','22888');
7825INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62501','269','22888');
7826INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62502','263','22891');
7827INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62503','269','22891');
7828INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62504','263','22892');
7829INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62505','269','22892');
7830INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62506','265','22893');
7831INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62507','268','22893');
7832INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62508','265','22894');
7833INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62509','268','22894');
7834INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62510','266','22895');
7835INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62511','266','22896');
7836INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62512','266','22897');
7837INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62513','265','22898');
7838INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62514','268','22898');
7839INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62515','265','22899');
7840INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62516','268','22899');
7841INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62517','268','22900');
7842INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62518','271','22900');
7843INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62519','271','22901');
7844INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62520','266','22902');
7845INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62521','266','22903');
7846INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62522','264','22908');
7847INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62523','264','22909');
7848INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62524','264','22910');
7849INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62525','264','22911');
7850INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62526','264','22912');
7851INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62527','267','23073');
7852INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62528','267','23074');
7853INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62529','283','22961');
7854INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62530','289','22961');
7855INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62531','283','22962');
7856INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62532','289','22962');
7857INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62533','283','22963');
7858INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62534','289','22963');
7859INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62535','283','22965');
7860INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62536','289','22965');
7861INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62537','283','22968');
7862INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62538','289','22968');
7863INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62539','283','22971');
7864INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62540','289','22971');
7865INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62541','283','22972');
7866INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62542','289','22972');
7867INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62543','285','22973');
7868INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62544','288','22973');
7869INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62545','285','22974');
7870INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62546','288','22974');
7871INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62547','285','22978');
7872INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62548','288','22978');
7873INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62549','288','22980');
7874INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62550','291','22980');
7875INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62551','291','22981');
7876INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62552','286','22982');
7877INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62553','286','22983');
7878INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62554','287','22985');
7879INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62555','287','22986');
7880INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62556','284','22988');
7881INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62557','284','22989');
7882INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62558','284','22990');
7883INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62559','284','22991');
7884INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62560','284','22992');
7885INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62561','9','10009');
7886INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62562','13','10010');
7887INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62563','17','10010');
7888INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62564','9','10013');
7889INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62565','15','10014');
7890INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62566','1','10016');
7891INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62567','23','10016');
7892INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62568','23','10019');
7893INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62569','21','10025');
7894INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62570','1','10025');
7895INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62571','15','10026');
7896INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62572','15','10030');
7897INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62573','1','10055');
7898INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62574','1','10056');
7899INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62575','21','10057');
7900INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62576','1','10057');
7901INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62577','21','10058');
7902INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62578','1','10058');
7903INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62579','21','17318');
7904INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62580','1','17318');
7905INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62581','15','17350');
7906INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62582','21','17352');
7907INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62583','1','17352');
7908INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62584','13','17354');
7909INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62585','17','17354');
7910INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62586','13','17356');
7911INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62587','17','17356');
7912INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62588','13','17358');
7913INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62589','17','17358');
7914INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62590','13','17360');
7915INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62591','17','17360');
7916INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62592','13','17362');
7917INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62593','17','17362');
7918INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62594','15','22181');
7919INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62595','13','22665');
7920INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62596','17','22665');
7921INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62597','13','22668');
7922INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62598','17','22668');
7923INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62599','13','22671');
7924INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62600','17','22671');
7925INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62601','13','22674');
7926INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62602','17','22674');
7927INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62603','13','22677');
7928INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62604','17','22677');
7929INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62605','13','22680');
7930INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62606','17','22680');
7931INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62607','13','22683');
7932INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62608','17','22683');
7933INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62609','13','28497');
7934INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62610','17','28497');
7935INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62611','13','28499');
7936INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62612','17','28499');
7937INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62613','351','23289');
7938INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62614','351','23290');
7939INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62615','353','23291');
7940INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62616','353','23292');
7941INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62617','348','23293');
7942INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62618','351','23293');
7943INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62619','346','23294');
7944INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62620','352','23294');
7945INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62621','346','23295');
7946INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62622','352','23295');
7947INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62623','346','23296');
7948INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62624','352','23296');
7949INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62625','346','23297');
7950INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62626','352','23297');
7951INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62627','346','23298');
7952INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62628','352','23298');
7953INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62629','346','23299');
7954INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62630','352','23299');
7955INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62631','346','23300');
7956INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62632','352','23300');
7957INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62633','346','23301');
7958INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62634','352','23301');
7959INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62635','346','23302');
7960INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62636','352','23302');
7961INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62637','346','23303');
7962INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62638','352','23303');
7963INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62639','346','23304');
7964INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62640','352','23304');
7965INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62641','346','23305');
7966INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62642','352','23305');
7967INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62643','346','23306');
7968INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62644','352','23306');
7969INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62645','348','23307');
7970INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62646','351','23307');
7971INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62647','348','23308');
7972INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62648','351','23308');
7973INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62649','349','23309');
7974INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62650','349','23310');
7975INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62651','349','23311');
7976INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62652','348','23312');
7977INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62653','351','23312');
7978INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62654','348','23313');
7979INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62655','351','23313');
7980INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62656','351','23314');
7981INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62657','354','23314');
7982INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62658','354','23315');
7983INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62659','349','23316');
7984INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62660','349','23317');
7985INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62661','346','28498');
7986INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62662','352','28498');
7987INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62663','346','28500');
7988INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62664','352','28500');
7989INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62665','7','22446');
7990INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62666','7','22448');
7991INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62667','5','22452');
7992INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62668','5','22454');
7993INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62669','5','22456');
7994INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62670','5','22458');
7995INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62671','5','22686');
7996INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62672','350','23280');
7997INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62673','350','23281');
7998INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62674','347','23282');
7999INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62675','347','23283');
8000INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62676','347','23284');
8001INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62677','347','23285');
8002INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62678','347','23286');
8003INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62679','308','23035');
8004INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62680','308','23036');
8005INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62681','305','23039');
8006INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62682','308','23039');
8007INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62683','303','23041');
8008INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62684','309','23041');
8009INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62685','303','23042');
8010INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62686','309','23042');
8011INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62687','303','23043');
8012INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62688','309','23043');
8013INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62689','305','23053');
8014INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62690','308','23053');
8015INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62691','305','23054');
8016INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62692','308','23054');
8017INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62693','305','23058');
8018INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62694','308','23058');
8019INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62695','305','23059');
8020INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62696','308','23059');
8021INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62697','308','23060');
8022INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62698','311','23060');
8023INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62699','311','23061');
8024INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62700','306','23062');
8025INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62701','306','23063');
8026INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62702','307','23077');
8027INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62703','307','23078');
8028INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62704','304','23068');
8029INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62705','304','23069');
8030INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62706','304','23070');
8031INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62707','304','23071');
8032INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62708','304','23072');
8033INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62709','258','22835');
8034INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62710','258','22836');
8035INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62711','260','22837');
8036INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62712','260','22838');
8037INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62713','255','22839');
8038INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62714','258','22839');
8039INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62715','253','22840');
8040INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62716','259','22840');
8041INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62717','253','22841');
8042INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62718','259','22841');
8043INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62719','253','22842');
8044INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62720','259','22842');
8045INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62721','253','22843');
8046INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62722','259','22843');
8047INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62723','253','22844');
8048INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62724','259','22844');
8049INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62725','253','22845');
8050INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62726','259','22845');
8051INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62727','253','22846');
8052INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62728','259','22846');
8053INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62729','253','22848');
8054INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62730','259','22848');
8055INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62731','253','22851');
8056INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62732','259','22851');
8057INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62733','253','22852');
8058INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62734','259','22852');
8059INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62735','255','22853');
8060INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62736','258','22853');
8061INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62737','255','22854');
8062INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62738','258','22854');
8063INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62739','256','22855');
8064INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62740','256','22856');
8065INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62741','256','22857');
8066INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62742','255','22858');
8067INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62743','258','22858');
8068INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62744','255','22859');
8069INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62745','258','22859');
8070INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62746','258','22860');
8071INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62747','261','22860');
8072INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62748','261','22861');
8073INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62749','256','22862');
8074INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62750','256','22863');
8075INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62751','254','22868');
8076INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62752','254','22869');
8077INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62753','254','22870');
8078INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62754','254','22871');
8079INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62755','254','22872');
8080INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62756','257','23075');
8081INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62757','257','23076');
8082INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62758','298','22996');
8083INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62759','300','22997');
8084INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62760','300','22998');
8085INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62761','295','22999');
8086INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62762','298','22999');
8087INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62763','293','23000');
8088INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62764','299','23000');
8089INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62765','293','23001');
8090INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62766','299','23001');
8091INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62767','293','23002');
8092INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62768','299','23002');
8093INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62769','293','23003');
8094INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62770','299','23003');
8095INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62771','293','23004');
8096INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62772','299','23004');
8097INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62773','293','23005');
8098INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62774','299','23005');
8099INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62775','293','23007');
8100INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62776','299','23007');
8101INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62777','293','23011');
8102INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62778','299','23011');
8103INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62779','293','23012');
8104INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62780','299','23012');
8105INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62781','295','23013');
8106INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62782','298','23013');
8107INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62783','295','23014');
8108INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62784','298','23014');
8109INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62785','296','23015');
8110INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62786','296','23016');
8111INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62787','296','23017');
8112INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62788','295','23018');
8113INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62789','298','23018');
8114INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62790','295','23019');
8115INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62791','298','23019');
8116INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62792','298','23020');
8117INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62793','301','23020');
8118INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62794','301','23021');
8119INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62795','296','23022');
8120INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62796','296','23023');
8121INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62797','297','23025');
8122INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62798','297','23026');
8123INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62799','294','23028');
8124INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62800','294','23029');
8125INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62801','294','23030');
8126INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62802','294','23031');
8127INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62803','294','23032');
8128INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62804','322','23134');
8129INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62805','320','23134');
8130INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62806','322','23135');
8131INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62807','320','23135');
8132INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62808','322','23136');
8133INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62809','320','23136');
8134INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62810','322','23137');
8135INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62811','320','23137');
8136INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62812','323','23138');
8137INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62813','324','23140');
8138INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62814','325','23143');
8139INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62815','320','23143');
8140INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62816','325','23144');
8141INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62817','320','23144');
8142INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62818','325','23145');
8143INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62819','320','23145');
8144INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62820','328','23147');
8145INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62821','328','23148');
8146INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62822','319','23149');
8147INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62823','323','23149');
8148INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62824','319','23150');
8149INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62825','328','23158');
8150INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62826','328','23159');
8151INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62827','328','23668');
8152INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62828','322','23164');
8153INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62829','322','23165');
8154INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62830','322','23167');
8155INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62831','322','23168');
8156INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62832','330','23169');
8157INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62833','330','23170');
8158INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62834','321','23666');
8159INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62835','743','26925');
8160INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62836','743','26926');
8161INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62837','741','26927');
8162INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62838','742','26928');
8163INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62839','743','26929');
8164INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62840','743','26930');
8165INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62841','743','26931');
8166INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62842','743','26932');
8167INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62843','745','26933');
8168INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62844','746','26934');
8169INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62845','744','26935');
8170INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62846','744','26936');
8171INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62847','746','26937');
8172INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62848','746','26938');
8173INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62849','746','26939');
8174INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62850','746','26940');
8175INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62851','746','26941');
8176INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62852','746','26942');
8177INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62853','745','26943');
8178INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62854','780','27065');
8179INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62855','780','27066');
8180INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62856','780','27067');
8181INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62857','797','27138');
8182INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62858','797','27139');
8183INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62859','797','27140');
8184INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62860','799','27149');
8185INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62861','799','27150');
8186INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62862','799','27151');
8187INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62863','805','27192');
8188INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62864','805','27193');
8189INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62865','805','27194');
8190INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62866','813','27225');
8191INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62867','813','27226');
8192INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62868','813','27227');
8193INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62869','822','27261');
8194INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62870','822','27262');
8195INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62871','822','27263');
8196INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62872','825','27282');
8197INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62873','825','27283');
8198INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62874','825','27284');
8199INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62875','842','27333');
8200INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62876','842','27334');
8201INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62877','842','27335');
8202INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62878','847','27365');
8203INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62879','847','27366');
8204INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62880','847','27367');
8205INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62881','876','27462');
8206INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62882','876','27463');
8207INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62883','876','27464');
8208INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62884','885','27496');
8209INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62885','885','27497');
8210INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62886','885','27498');
8211INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62887','894','27532');
8212INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62888','894','27533');
8213INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62889','894','27534');
8214INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62890','903','27568');
8215INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62891','903','27569');
8216INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62892','903','27570');
8217INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62893','912','27608');
8218INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62894','912','27609');
8219INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62895','912','27610');
8220INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62896','915','27631');
8221INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62897','915','27632');
8222INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62898','915','27633');
8223INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62899','918','27654');
8224INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62900','918','27655');
8225INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62901','918','27656');
8226INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62902','936','27734');
8227INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62903','936','27735');
8228INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62904','936','27736');
8229INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62905','944','27766');
8230INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62906','944','27767');
8231INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62907','944','27768');
8232INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62908','951','27800');
8233INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62909','951','27801');
8234INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62910','951','27802');
8235INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62911','971','27882');
8236INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62912','971','27883');
8237INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62913','971','27884');
8238INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62914','979','27919');
8239INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62915','979','27920');
8240INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62916','979','27921');
8241INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62917','988','27956');
8242INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62918','988','27957');
8243INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62919','988','27958');
8244INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62920','994','27986');
8245INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62921','994','27987');
8246INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62922','994','27988');
8247INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62923','1000','28015');
8248INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62924','1000','28016');
8249INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62925','1000','28017');
8250INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62926','1020','28070');
8251INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62927','1020','28071');
8252INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62928','1020','28072');
8253INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62929','1027','28107');
8254INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62930','1027','28108');
8255INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62931','1027','28109');
8256INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62932','1030','28130');
8257INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62933','1030','28131');
8258INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62934','1030','28132');
8259INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62935','1043','28185');
8260INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62936','1043','28186');
8261INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62937','1043','28187');
8262INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62938','1055','28233');
8263INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62939','1055','28234');
8264INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62940','1055','28235');
8265INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62941','1060','28282');
8266INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62942','1060','28283');
8267INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62943','1060','28284');
8268INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62944','1070','28330');
8269INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62945','1070','28331');
8270INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62946','1070','28332');
8271INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62947','1079','28377');
8272INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62948','1079','28378');
8273INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62949','1079','28379');
8274INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62950','1088','28426');
8275INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62951','1088','28427');
8276INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62952','1088','28428');
8277INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62953','1095','28454');
8278INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62954','1095','28455');
8279INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62955','1095','28456');
8280INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62956','1102','28482');
8281INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62957','1102','28483');
8282INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62958','1102','28484');
8283INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62959','1114','28614');
8284INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62960','1114','28615');
8285INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62961','1114','28616');
8286INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62962','770','27030');
8287INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62963','910','27607');
8288INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62964','771','27032');
8289INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62965','803','27191');
8290INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62966','840','27332');
8291INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62967','874','27461');
8292INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62968','892','27531');
8293INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62969','901','27567');
8294INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62970','913','27630');
8295INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62971','916','27653');
8296INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62972','934','27733');
8297INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62973','949','27799');
8298INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62974','986','27955');
8299INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62975','1018','28069');
8300INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62976','1028','28129');
8301INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62977','1058','28281');
8302INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62978','798','27141');
8303INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62979','798','27142');
8304INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62980','797','27143');
8305INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62981','798','27144');
8306INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62982','798','27145');
8307INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62983','798','27146');
8308INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62984','798','27147');
8309INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62985','797','28252');
8310INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62986','911','27611');
8311INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62987','911','27612');
8312INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62988','911','27613');
8313INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62989','911','27614');
8314INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62990','911','27615');
8315INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62991','911','27616');
8316INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62992','912','27618');
8317INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62993','999','28018');
8318INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62994','999','28019');
8319INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62995','999','28020');
8320INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62996','999','28021');
8321INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62997','999','28022');
8322INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62998','999','28023');
8323INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('62999','1000','28025');
8324INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63000','912','28253');
8325INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63001','1000','28254');
8326INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63002','1087','28429');
8327INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63003','1087','28430');
8328INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63004','1087','28431');
8329INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63005','1087','28432');
8330INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63006','1087','28433');
8331INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63007','1087','28434');
8332INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63008','1088','28435');
8333INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63009','1088','28436');
8334INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63010','800','27152');
8335INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63011','800','27153');
8336INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63012','799','27154');
8337INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63013','800','27155');
8338INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63014','800','27156');
8339INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63015','800','27157');
8340INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63016','800','27158');
8341INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63017','799','28255');
8342INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63018','804','27195');
8343INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63019','804','27196');
8344INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63020','804','27197');
8345INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63021','804','27198');
8346INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63022','804','27199');
8347INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63023','804','27200');
8348INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63024','805','27202');
8349INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63025','812','27228');
8350INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63026','812','27229');
8351INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63027','812','27230');
8352INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63028','812','27231');
8353INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63029','812','27232');
8354INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63030','812','27233');
8355INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63031','813','27235');
8356INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63032','821','27264');
8357INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63033','821','27265');
8358INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63034','821','27266');
8359INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63035','821','27267');
8360INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63036','821','27268');
8361INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63037','821','27269');
8362INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63038','822','27271');
8363INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63039','824','27285');
8364INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63040','824','27286');
8365INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63041','824','27287');
8366INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63042','824','27288');
8367INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63043','824','27289');
8368INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63044','824','27290');
8369INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63045','825','27292');
8370INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63046','841','27336');
8371INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63047','841','27337');
8372INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63048','841','27338');
8373INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63049','841','27339');
8374INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63050','841','27340');
8375INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63051','841','27341');
8376INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63052','842','27343');
8377INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63053','846','27368');
8378INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63054','846','27369');
8379INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63055','846','27370');
8380INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63056','846','27371');
8381INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63057','846','27372');
8382INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63058','846','27373');
8383INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63059','847','27375');
8384INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63060','875','27465');
8385INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63061','875','27466');
8386INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63062','875','27467');
8387INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63063','875','27468');
8388INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63064','875','27469');
8389INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63065','875','27470');
8390INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63066','876','27472');
8391INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63067','884','27499');
8392INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63068','884','27500');
8393INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63069','884','27501');
8394INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63070','884','27502');
8395INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63071','884','27503');
8396INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63072','884','27504');
8397INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63073','885','27506');
8398INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63074','893','27535');
8399INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63075','893','27536');
8400INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63076','893','27537');
8401INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63077','893','27538');
8402INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63078','893','27539');
8403INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63079','893','27540');
8404INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63080','894','27542');
8405INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63081','902','27571');
8406INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63082','902','27572');
8407INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63083','902','27573');
8408INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63084','902','27574');
8409INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63085','902','27575');
8410INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63086','902','27576');
8411INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63087','903','27578');
8412INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63088','914','27634');
8413INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63089','914','27635');
8414INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63090','914','27636');
8415INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63091','914','27637');
8416INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63092','914','27638');
8417INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63093','914','27639');
8418INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63094','915','27641');
8419INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63095','917','27657');
8420INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63096','917','27658');
8421INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63097','917','27659');
8422INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63098','917','27660');
8423INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63099','917','27661');
8424INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63100','917','27662');
8425INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63101','918','27664');
8426INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63102','935','27737');
8427INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63103','935','27738');
8428INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63104','935','27739');
8429INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63105','935','27740');
8430INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63106','935','27741');
8431INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63107','935','27742');
8432INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63108','936','27744');
8433INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63109','943','27769');
8434INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63110','943','27770');
8435INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63111','943','27771');
8436INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63112','943','27772');
8437INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63113','943','27773');
8438INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63114','943','27774');
8439INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63115','944','27776');
8440INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63116','950','27803');
8441INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63117','950','27804');
8442INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63118','950','27805');
8443INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63119','950','27806');
8444INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63120','950','27807');
8445INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63121','950','27808');
8446INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63122','951','27810');
8447INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63123','970','27885');
8448INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63124','970','27886');
8449INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63125','970','27887');
8450INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63126','970','27888');
8451INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63127','970','27889');
8452INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63128','970','27890');
8453INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63129','971','27892');
8454INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63130','978','27922');
8455INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63131','978','27923');
8456INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63132','978','27924');
8457INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63133','978','27925');
8458INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63134','978','27926');
8459INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63135','978','27927');
8460INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63136','979','27929');
8461INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63137','987','27959');
8462INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63138','987','27960');
8463INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63139','987','27961');
8464INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63140','987','27962');
8465INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63141','987','27963');
8466INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63142','987','27964');
8467INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63143','988','27966');
8468INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63144','993','27989');
8469INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63145','993','27990');
8470INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63146','993','27991');
8471INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63147','993','27992');
8472INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63148','993','27993');
8473INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63149','993','27994');
8474INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63150','994','27996');
8475INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63151','1019','28073');
8476INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63152','1019','28074');
8477INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63153','1019','28075');
8478INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63154','1019','28076');
8479INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63155','1019','28077');
8480INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63156','1019','28078');
8481INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63157','1020','28080');
8482INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63158','1026','28110');
8483INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63159','1026','28111');
8484INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63160','1026','28112');
8485INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63161','1026','28113');
8486INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63162','1026','28114');
8487INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63163','1026','28115');
8488INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63164','1027','28117');
8489INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63165','1029','28133');
8490INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63166','1029','28134');
8491INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63167','1029','28135');
8492INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63168','1029','28136');
8493INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63169','1029','28137');
8494INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63170','1029','28138');
8495INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63171','1030','28140');
8496INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63172','1042','28188');
8497INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63173','1042','28189');
8498INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63174','1042','28190');
8499INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63175','1042','28191');
8500INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63176','1042','28192');
8501INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63177','1042','28193');
8502INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63178','1043','28195');
8503INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63179','1054','28236');
8504INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63180','1054','28237');
8505INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63181','1054','28238');
8506INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63182','1054','28239');
8507INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63183','1054','28240');
8508INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63184','1054','28241');
8509INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63185','1055','28243');
8510INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63186','805','28256');
8511INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63187','813','28257');
8512INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63188','822','28258');
8513INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63189','825','28259');
8514INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63190','842','28260');
8515INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63191','847','28261');
8516INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63192','876','28262');
8517INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63193','885','28263');
8518INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63194','894','28264');
8519INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63195','903','28265');
8520INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63196','915','28266');
8521INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63197','918','28267');
8522INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63198','936','28268');
8523INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63199','944','28269');
8524INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63200','951','28270');
8525INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63201','971','28271');
8526INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63202','979','28272');
8527INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63203','988','28273');
8528INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63204','994','28274');
8529INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63205','1020','28275');
8530INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63206','1027','28276');
8531INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63207','1030','28277');
8532INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63208','1043','28278');
8533INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63209','1055','28279');
8534INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63210','1059','28285');
8535INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63211','1059','28286');
8536INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63212','1059','28287');
8537INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63213','1059','28288');
8538INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63214','1059','28289');
8539INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63215','1059','28290');
8540INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63216','1060','28291');
8541INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63217','1060','28292');
8542INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63218','1069','28333');
8543INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63219','1069','28334');
8544INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63220','1069','28335');
8545INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63221','1069','28336');
8546INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63222','1069','28337');
8547INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63223','1069','28338');
8548INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63224','1070','28339');
8549INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63225','1070','28340');
8550INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63226','1078','28380');
8551INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63227','1078','28381');
8552INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63228','1078','28382');
8553INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63229','1078','28383');
8554INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63230','1078','28384');
8555INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63231','1078','28385');
8556INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63232','1079','28386');
8557INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63233','1079','28387');
8558INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63234','1094','28457');
8559INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63235','1094','28458');
8560INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63236','1094','28459');
8561INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63237','1094','28460');
8562INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63238','1094','28461');
8563INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63239','1094','28462');
8564INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63240','1095','28463');
8565INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63241','1095','28464');
8566INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63242','1101','28485');
8567INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63243','1101','28486');
8568INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63244','1101','28487');
8569INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63245','1101','28488');
8570INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63246','1101','28489');
8571INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63247','1101','28490');
8572INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63248','1102','28491');
8573INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63249','1102','28492');
8574INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63250','1113','28617');
8575INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63251','1113','28618');
8576INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63252','1113','28619');
8577INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63253','1113','28620');
8578INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63254','1113','28621');
8579INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63255','1113','28622');
8580INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63256','1114','28623');
8581INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63257','1114','28624');
8582INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63258','1142','28709');
8583INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63259','1145','28710');
8584INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63260','1141','28718');
8585INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63261','1141','28719');
8586INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63262','1141','28720');
8587INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63263','1144','28724');
8588INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63264','1144','28725');
8589INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63265','1144','28726');
8590INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63266','1124','28655');
8591INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63267','1127','28656');
8592INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63268','1130','28657');
8593INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63269','1133','28658');
8594INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63270','1136','28659');
8595INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63271','1139','28660');
8596INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63272','1123','28676');
8597INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63273','1123','28677');
8598INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63274','1123','28678');
8599INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63275','1126','28682');
8600INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63276','1126','28683');
8601INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63277','1126','28684');
8602INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63278','1129','28688');
8603INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63279','1129','28689');
8604INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63280','1129','28690');
8605INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63281','1132','28694');
8606INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63282','1132','28695');
8607INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63283','1132','28696');
8608INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63284','1135','28700');
8609INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63285','1135','28701');
8610INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63286','1135','28702');
8611INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63287','1138','28706');
8612INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63288','1138','28707');
8613INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63289','1138','28708');
8614INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63290','810','27203');
8615INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63291','810','27204');
8616INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63292','807','27205');
8617INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63293','807','27206');
8618INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63294','807','27207');
8619INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63295','806','27208');
8620INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63296','808','27212');
8621INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63297','809','27213');
8622INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63298','810','27214');
8623INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63299','1068','28323');
8624INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63300','1068','28324');
8625INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63301','1062','28325');
8626INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63302','1062','28326');
8627INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63303','1064','28327');
8628INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63304','1064','28328');
8629INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63305','1066','28329');
8630INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63306','819','27236');
8631INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63307','819','27237');
8632INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63308','813','27238');
8633INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63309','815','27239');
8634INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63310','814','27240');
8635INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63311','816','27246');
8636INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63312','816','27247');
8637INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63313','817','27248');
8638INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63314','818','27249');
8639INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63315','818','27250');
8640INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63316','827','27293');
8641INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63317','826','27294');
8642INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63318','831','27295');
8643INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63319','831','27296');
8644INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63320','835','27297');
8645INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63321','837','27298');
8646INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63322','836','27299');
8647INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63323','839','27300');
8648INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63324','838','27301');
8649INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63325','829','27312');
8650INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63326','830','27313');
8651INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63327','828','27314');
8652INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63328','828','27315');
8653INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63329','833','27316');
8654INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63330','834','27317');
8655INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63331','832','27318');
8656INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63332','835','27319');
8657INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63333','835','27320');
8658INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63334','851','27376');
8659INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63335','852','27378');
8660INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63336','852','27379');
8661INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63337','852','28727');
8662INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63338','869','27380');
8663INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63339','870','27382');
8664INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63340','870','27383');
8665INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63341','858','27385');
8666INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63342','858','27386');
8667INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63343','1048','28209');
8668INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63344','1048','28210');
8669INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63345','858','28728');
8670INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63346','870','28729');
8671INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63347','1048','28730');
8672INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63348','848','27415');
8673INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63349','848','27416');
8674INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63350','849','27417');
8675INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63351','852','27419');
8676INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63352','853','27420');
8677INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63353','853','27421');
8678INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63354','854','27422');
8679INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63355','855','27423');
8680INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63356','1056','28246');
8681INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63357','848','28731');
8682INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63358','856','27425');
8683INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63359','856','27426');
8684INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63360','857','27427');
8685INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63361','858','27428');
8686INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63362','859','27429');
8687INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63363','859','27430');
8688INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63364','860','27431');
8689INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63365','861','27432');
8690INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63366','868','27443');
8691INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63367','868','27444');
8692INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63368','870','27445');
8693INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63369','871','27446');
8694INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63370','871','27447');
8695INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63371','872','27448');
8696INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63372','873','27449');
8697INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63373','1048','28208');
8698INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63374','1049','28215');
8699INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63375','1050','28216');
8700INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63376','1051','28217');
8701INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63377','1051','28218');
8702INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63378','1052','28220');
8703INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63379','1052','28222');
8704INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63380','1057','28247');
8705INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63381','856','28732');
8706INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63382','868','28733');
8707INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63383','1052','28734');
8708INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63384','878','27477');
8709INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63385','877','27478');
8710INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63386','880','27479');
8711INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63387','881','27480');
8712INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63388','882','27481');
8713INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63389','882','27482');
8714INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63390','882','27483');
8715INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63391','882','27484');
8716INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63392','879','27485');
8717INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63393','891','27507');
8718INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63394','891','27508');
8719INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63395','891','27509');
8720INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63396','891','27510');
8721INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63397','886','27511');
8722INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63398','887','27516');
8723INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63399','888','27517');
8724INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63400','890','27518');
8725INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63401','889','27519');
8726INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63402','900','27543');
8727INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63403','900','27544');
8728INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63404','900','27545');
8729INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63405','900','27546');
8730INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63406','895','27547');
8731INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63407','896','27552');
8732INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63408','897','27553');
8733INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63409','899','27554');
8734INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63410','898','27555');
8735INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63411','909','27579');
8736INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63412','909','27580');
8737INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63413','909','27581');
8738INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63414','909','27582');
8739INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63415','909','27583');
8740INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63416','906','27584');
8741INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63417','906','27585');
8742INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63418','904','27586');
8743INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63419','905','27590');
8744INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63420','905','27591');
8745INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63421','905','27592');
8746INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63422','907','27593');
8747INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63423','908','27594');
8748INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63424','908','27595');
8749INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63425','920','27670');
8750INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63426','919','27671');
8751INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63427','921','27672');
8752INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63428','922','27673');
8753INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63429','923','27674');
8754INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63430','924','27675');
8755INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63431','924','27676');
8756INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63432','924','27677');
8757INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63433','924','27678');
8758INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63434','924','27679');
8759INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63435','1036','28141');
8760INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63436','1036','28142');
8761INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63437','1031','28143');
8762INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63438','1033','28150');
8763INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63439','1032','28151');
8764INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63440','1032','28152');
8765INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63441','1032','28153');
8766INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63442','1034','28154');
8767INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63443','1035','28155');
8768INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63444','1033','28156');
8769INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63445','1036','28157');
8770INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63446','1036','28158');
8771INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63447','941','27748');
8772INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63448','941','27749');
8773INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63449','941','27750');
8774INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63450','939','27751');
8775INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63451','938','27752');
8776INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63452','937','27753');
8777INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63453','941','27754');
8778INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63454','940','27755');
8779INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63455','948','27777');
8780INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63456','948','27778');
8781INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63457','945','27783');
8782INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63458','945','27784');
8783INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63459','948','27785');
8784INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63460','946','27786');
8785INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63461','947','27787');
8786INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63462','957','27811');
8787INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63463','957','27812');
8788INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63464','957','27813');
8789INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63465','951','27814');
8790INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63466','953','27819');
8791INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63467','954','27821');
8792INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63468','956','27822');
8793INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63469','955','27823');
8794INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63470','952','28613');
8795INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63471','1044','28200');
8796INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63472','1044','28201');
8797INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63473','1045','28202');
8798INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63474','1045','28203');
8799INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63475','1047','28204');
8800INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63476','1047','28205');
8801INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63477','1046','28206');
8802INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63478','976','27893');
8803INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63479','976','27894');
8804INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63480','976','27895');
8805INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63481','976','27896');
8806INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63482','974','27897');
8807INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63483','973','27898');
8808INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63484','973','27899');
8809INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63485','973','27900');
8810INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63486','972','27904');
8811INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63487','974','27905');
8812INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63488','975','27906');
8813INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63489','975','27907');
8814INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63490','975','27908');
8815INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63491','985','27930');
8816INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63492','985','27931');
8817INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63493','985','27932');
8818INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63494','981','27933');
8819INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63495','981','27934');
8820INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63496','981','27935');
8821INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63497','980','27936');
8822INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63498','982','27940');
8823INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63499','982','27941');
8824INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63500','984','27942');
8825INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63501','983','27943');
8826INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63502','991','27967');
8827INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63503','991','27968');
8828INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63504','991','27969');
8829INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63505','991','27970');
8830INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63506','991','27971');
8831INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63507','990','27972');
8832INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63508','990','27973');
8833INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63509','990','27974');
8834INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63510','989','27975');
8835INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63511','997','27997');
8836INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63512','997','27998');
8837INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63513','997','27999');
8838INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63514','997','28000');
8839INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63515','995','28003');
8840INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63516','996','28004');
8841INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63517','1003','28026');
8842INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63518','1003','28027');
8843INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63519','1002','28028');
8844INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63520','1002','28029');
8845INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63521','1002','28030');
8846INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63522','1001','28031');
8847INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63523','1120','28634');
8848INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63524','1120','28635');
8849INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63525','1120','28636');
8850INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63526','1120','28637');
8851INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63527','1120','28638');
8852INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63528','1119','28639');
8853INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63529','1114','28640');
8854INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63530','1117','28641');
8855INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63531','1117','28642');
8856INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63532','1116','28643');
8857INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63533','1118','28644');
8858INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63534','1118','28645');
8859INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63535','1118','28646');
8860INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63536','1118','28647');
8861INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63537','1121','28648');
8862INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63538','1121','28649');
8863INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63539','1121','28650');
8864INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63540','1115','28651');
8865INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63541','1115','28652');
8866INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63542','1115','28653');
8867INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63543','1070','28341');
8868INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63544','1073','28342');
8869INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63545','1073','28343');
8870INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63546','1073','28344');
8871INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63547','1073','28345');
8872INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63548','1076','28354');
8873INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63549','1076','28355');
8874INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63550','1076','28356');
8875INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63551','1076','28357');
8876INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63552','1075','28358');
8877INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63553','1072','28359');
8878INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63554','1072','28360');
8879INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63555','1074','28361');
8880INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63556','1074','28362');
8881INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63557','1074','28363');
8882INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63558','1074','28364');
8883INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63559','1074','28365');
8884INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63560','1074','28366');
8885INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63561','1074','28367');
8886INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63562','1077','28368');
8887INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63563','1077','28369');
8888INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63564','1077','28370');
8889INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63565','1077','28371');
8890INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63566','1077','28372');
8891INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63567','1077','28373');
8892INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63568','1071','28374');
8893INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63569','1071','28375');
8894INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63570','1071','28376');
8895INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63571','1085','28388');
8896INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63572','1082','28390');
8897INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63573','1082','28391');
8898INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63574','1079','28654');
8899INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63575','1085','28404');
8900INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63576','1085','28405');
8901INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63577','1085','28406');
8902INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63578','1085','28407');
8903INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63579','1085','28408');
8904INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63580','1085','28409');
8905INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63581','1085','28410');
8906INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63582','1084','28411');
8907INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63583','1081','28412');
8908INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63584','1080','28413');
8909INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63585','1080','28414');
8910INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63586','1080','28415');
8911INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63587','1080','28416');
8912INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63588','1083','28417');
8913INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63589','1083','28418');
8914INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63590','1083','28419');
8915INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63591','1083','28420');
8916INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63592','1083','28421');
8917INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63593','1083','28422');
8918INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63594','1086','28423');
8919INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63595','1086','28424');
8920INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63596','1086','28425');
8921INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63597','1088','28437');
8922INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63598','1090','28438');
8923INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63599','1090','28439');
8924INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63600','1093','28446');
8925INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63601','1093','28447');
8926INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63602','1093','28448');
8927INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63603','1092','28449');
8928INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63604','1089','28450');
8929INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63605','1089','28451');
8930INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63606','1091','28452');
8931INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63607','1091','28453');
8932INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63608','1095','28465');
8933INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63609','1097','28466');
8934INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63610','1097','28467');
8935INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63611','1100','28474');
8936INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63612','1100','28475');
8937INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63613','1100','28476');
8938INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63614','1099','28477');
8939INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63615','1096','28478');
8940INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63616','1096','28479');
8941INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63617','1098','28480');
8942INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63618','1098','28481');
8943INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63619','1104','28495');
8944INSERT INTO `items_applications` (`itemappid`,`applicationid`,`itemid`) values ('63620','1103','28496');
8945INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('1','1','0','Down');
8946INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('2','1','1','Up');
8947INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('3','2','0','not available');
8948INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('4','2','1','available');
8949INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('5','2','2','unknown');
8950INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('13','6','1','Other');
8951INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('14','6','2','OK');
8952INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('15','6','3','Degraded');
8953INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('17','7','1','Other');
8954INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('18','7','2','Unknown');
8955INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('19','7','3','OK');
8956INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('20','7','4','NonCritical');
8957INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('21','7','5','Critical');
8958INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('22','7','6','NonRecoverable');
8959INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('23','5','1','unknown');
8960INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('24','5','2','batteryNormal');
8961INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('25','5','3','batteryLow');
8962INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('26','4','1','unknown');
8963INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('27','4','2','notInstalled');
8964INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('28','4','3','ok');
8965INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('29','4','4','failed');
8966INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('30','4','5','highTemperature');
8967INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('31','4','6','replaceImmediately');
8968INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('32','4','7','lowCapacity');
8969INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('33','3','0','Running');
8970INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('34','3','1','Paused');
8971INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('35','3','3','Pause pending');
8972INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('36','3','4','Continue pending');
8973INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('37','3','5','Stop pending');
8974INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('38','3','6','Stopped');
8975INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('39','3','7','Unknown');
8976INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('40','3','255','No such service');
8977INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('41','3','2','Start pending');
8978INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('49','9','1','unknown');
8979INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('50','9','2','running');
8980INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('51','9','3','warning');
8981INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('52','9','4','testing');
8982INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('53','9','5','down');
8983INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('61','8','1','up');
8984INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('62','8','2','down');
8985INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('63','8','3','testing');
8986INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('64','8','4','unknown');
8987INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('65','8','5','dormant');
8988INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('66','8','6','notPresent');
8989INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('67','8','7','lowerLayerDown');
8990INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('68','10','1','Up');
8991INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('69','11','1','up');
8992INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('70','11','2','down');
8993INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('71','11','3','testing');
8994INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('72','12','0','poweredOff');
8995INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('73','12','1','poweredOn');
8996INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('74','12','2','suspended');
8997INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('75','13','0','gray');
8998INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('76','13','1','green');
8999INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('77','13','2','yellow');
9000INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('78','13','3','red');
9001INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('79','14','0','normal');
9002INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('80','14','1','in maintenance');
9003INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('81','14','2','no data collection');
9004INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('82','15','0','Normal');
9005INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('83','15','1','Low memory');
9006INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('84','16','0','Automatic');
9007INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('85','16','1','Automatic delayed');
9008INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('86','16','2','Manual');
9009INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('87','16','3','Disabled');
9010INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('88','16','4','Unknown');
9011INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('89','17','100','Continue');
9012INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('90','17','101','Switching Protocols');
9013INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('91','17','102','Processing');
9014INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('92','17','200','OK');
9015INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('93','17','201','Created');
9016INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('94','17','202','Accepted');
9017INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('95','17','203','Non-Authoritative Information');
9018INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('96','17','204','No Content');
9019INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('97','17','205','Reset Content');
9020INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('98','17','206','Partial Content');
9021INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('99','17','207','Multi-Status');
9022INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('100','17','208','Already Reported');
9023INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('101','17','226','IM Used');
9024INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('102','17','300','Multiple Choices');
9025INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('103','17','301','Moved Permanently');
9026INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('104','17','302','Found');
9027INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('105','17','303','See Other');
9028INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('106','17','304','Not Modified');
9029INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('107','17','305','Use Proxy');
9030INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('108','17','306','Switch Proxy');
9031INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('109','17','307','Temporary Redirect');
9032INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('110','17','308','Permanent Redirect/Resume Incomplete');
9033INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('111','17','400','Bad Request');
9034INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('112','17','401','Unauthorized');
9035INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('113','17','402','Payment Required');
9036INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('114','17','403','Forbidden');
9037INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('115','17','404','Not Found');
9038INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('116','17','405','Method Not Allowed');
9039INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('117','17','406','Not Acceptable');
9040INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('118','17','407','Proxy Authentication Required');
9041INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('119','17','408','Request Timeout');
9042INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('120','17','409','Conflict');
9043INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('121','17','410','Gone');
9044INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('122','17','411','Length Required');
9045INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('123','17','412','Precondition Failed');
9046INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('124','17','413','Payload Too Large');
9047INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('125','17','414','Request-URI Too Long');
9048INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('126','17','415','Unsupported Media Type');
9049INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('127','17','416','Requested Range Not Satisfiable');
9050INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('128','17','417','Expectation Failed');
9051INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('129','17','418','I\'m a Teapot');
9052INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('130','17','419','Authentication Timeout');
9053INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('131','17','420','Method Failure/Enhance Your Calm');
9054INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('132','17','421','Misdirected Request');
9055INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('133','17','422','Unprocessable Entity');
9056INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('134','17','423','Locked');
9057INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('135','17','424','Failed Dependency');
9058INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('136','17','426','Upgrade Required');
9059INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('137','17','428','Precondition Required');
9060INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('138','17','429','Too Many Requests');
9061INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('139','17','431','Request Header Fields Too Large');
9062INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('140','17','440','Login Timeout');
9063INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('141','17','444','No Response');
9064INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('142','17','449','Retry With');
9065INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('143','17','450','Blocked by Windows Parental Controls');
9066INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('144','17','451','Unavailable for Legal Reasons/Redirect');
9067INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('145','17','494','Request Header Too Large');
9068INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('146','17','495','Cert Error');
9069INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('147','17','496','No Cert');
9070INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('148','17','497','HTTP to HTTPS');
9071INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('149','17','498','Token Expired/Invalid');
9072INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('150','17','499','Client Closed Request/Token Required');
9073INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('151','17','500','Internal Server Error');
9074INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('152','17','501','Not Implemented');
9075INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('153','17','502','Bad Gateway');
9076INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('154','17','503','Service Unavailable');
9077INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('155','17','504','Gateway Timeout');
9078INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('156','17','505','HTTP Version Not Supported');
9079INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('157','17','506','Variant Also Negotiates');
9080INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('158','17','507','Insufficient Storage');
9081INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('159','17','508','Loop Detected');
9082INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('160','17','509','Bandwidth Limit Exceeded');
9083INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('161','17','510','Not Extended');
9084INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('162','17','511','Network Authentication Required');
9085INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('163','17','520','Unknown Error');
9086INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('164','17','598','Network Read Timeout Error');
9087INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('165','17','599','Network Connect Timeout Error');
9088INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('166','18','1','ok');
9089INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('167','18','2','unavailable');
9090INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('168','18','3','nonoperational');
9091INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('169','19','1','unknown');
9092INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('170','19','2','halfDuplex');
9093INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('171','19','3','fullDuplex');
9094INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('172','20','1','up');
9095INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('173','20','2','down');
9096INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('174','20','3','testing');
9097INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('175','20','4','unknown');
9098INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('176','20','5','dormant');
9099INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('177','20','6','notPresent');
9100INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('178','20','7','lowerLayerDown');
9101INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('179','21','1','other');
9102INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('180','21','2','regular1822');
9103INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('181','21','3','hdh1822');
9104INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('182','21','4','ddnX25');
9105INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('183','21','5','rfc877x25');
9106INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('184','21','6','ethernetCsmacd');
9107INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('185','21','7','iso88023Csmacd');
9108INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('186','21','8','iso88024TokenBus');
9109INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('187','21','9','iso88025TokenRing');
9110INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('188','21','10','iso88026Man');
9111INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('189','21','11','starLan');
9112INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('190','21','12','proteon10Mbit');
9113INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('191','21','13','proteon80Mbit');
9114INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('192','21','14','hyperchannel');
9115INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('193','21','15','fddi');
9116INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('194','21','16','lapb');
9117INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('195','21','17','sdlc');
9118INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('196','21','18','ds1');
9119INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('197','21','19','e1');
9120INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('198','21','20','basicISDN');
9121INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('199','21','21','primaryISDN');
9122INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('200','21','22','propPointToPointSerial');
9123INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('201','21','23','ppp');
9124INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('202','21','24','softwareLoopback');
9125INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('203','21','25','eon');
9126INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('204','21','26','ethernet3Mbit');
9127INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('205','21','27','nsip');
9128INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('206','21','28','slip');
9129INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('207','21','29','ultra');
9130INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('208','21','30','ds3');
9131INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('209','21','31','sip');
9132INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('210','21','32','frameRelay');
9133INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('211','21','33','rs232');
9134INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('212','21','34','para');
9135INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('213','21','35','arcnet');
9136INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('214','21','36','arcnetPlus');
9137INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('215','21','37','atm');
9138INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('216','21','38','miox25');
9139INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('217','21','39','sonet');
9140INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('218','21','40','x25ple');
9141INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('219','21','41','iso88022llc');
9142INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('220','21','42','localTalk');
9143INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('221','21','43','smdsDxi');
9144INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('222','21','44','frameRelayService');
9145INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('223','21','45','v35');
9146INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('224','21','46','hssi');
9147INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('225','21','47','hippi');
9148INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('226','21','48','modem');
9149INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('227','21','49','aal5');
9150INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('228','21','50','sonetPath');
9151INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('229','21','51','sonetVT');
9152INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('230','21','52','smdsIcip');
9153INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('231','21','53','propVirtual');
9154INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('232','21','54','propMultiplexor');
9155INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('233','21','55','ieee80212');
9156INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('234','21','56','fibreChannel');
9157INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('235','21','57','hippiInterface');
9158INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('236','21','58','frameRelayInterconnect');
9159INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('237','21','59','aflane8023');
9160INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('238','21','60','aflane8025');
9161INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('239','21','61','cctEmul');
9162INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('240','21','62','fastEther');
9163INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('241','21','63','isdn');
9164INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('242','21','64','v11');
9165INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('243','21','65','v36');
9166INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('244','21','66','g703at64k');
9167INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('245','21','67','g703at2mb');
9168INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('246','21','68','qllc');
9169INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('247','21','69','fastEtherFX');
9170INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('248','21','70','channel');
9171INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('249','21','71','ieee80211');
9172INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('250','21','72','ibm370parChan');
9173INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('251','21','73','escon');
9174INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('252','21','74','dlsw');
9175INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('253','21','75','isdns');
9176INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('254','21','76','isdnu');
9177INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('255','21','77','lapd');
9178INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('256','21','78','ipSwitch');
9179INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('257','21','79','rsrb');
9180INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('258','21','80','atmLogical');
9181INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('259','21','81','ds0');
9182INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('260','21','82','ds0Bundle');
9183INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('261','21','83','bsc');
9184INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('262','21','84','async');
9185INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('263','21','85','cnr');
9186INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('264','21','86','iso88025Dtr');
9187INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('265','21','87','eplrs');
9188INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('266','21','88','arap');
9189INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('267','21','89','propCnls');
9190INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('268','21','90','hostPad');
9191INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('269','21','91','termPad');
9192INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('270','21','92','frameRelayMPI');
9193INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('271','21','93','x213');
9194INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('272','21','94','adsl');
9195INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('273','21','95','radsl');
9196INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('274','21','96','sdsl');
9197INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('275','21','97','vdsl');
9198INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('276','21','98','iso88025CRFPInt');
9199INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('277','21','99','myrinet');
9200INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('278','21','100','voiceEM');
9201INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('279','21','101','voiceFXO');
9202INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('280','21','102','voiceFXS');
9203INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('281','21','103','voiceEncap');
9204INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('282','21','104','voiceOverIp');
9205INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('283','21','105','atmDxi');
9206INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('284','21','106','atmFuni');
9207INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('285','21','107','atmIma');
9208INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('286','21','108','pppMultilinkBundle');
9209INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('287','21','109','ipOverCdlc');
9210INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('288','21','110','ipOverClaw');
9211INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('289','21','111','stackToStack');
9212INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('290','21','112','virtualIpAddress');
9213INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('291','21','113','mpc');
9214INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('292','21','114','ipOverAtm');
9215INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('293','21','115','iso88025Fiber');
9216INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('294','21','116','tdlc');
9217INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('295','21','117','gigabitEthernet');
9218INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('296','21','118','hdlc');
9219INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('297','21','119','lapf');
9220INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('298','21','120','v37');
9221INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('299','21','121','x25mlp');
9222INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('300','21','122','x25huntGroup');
9223INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('301','21','123','trasnpHdlc');
9224INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('302','21','124','interleave');
9225INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('303','21','125','fast');
9226INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('304','21','126','ip');
9227INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('305','21','127','docsCableMaclayer');
9228INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('306','21','128','docsCableDownstream');
9229INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('307','21','129','docsCableUpstream');
9230INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('308','21','130','a12MppSwitch');
9231INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('309','21','131','tunnel');
9232INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('310','21','132','coffee');
9233INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('311','21','133','ces');
9234INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('312','21','134','atmSubInterface');
9235INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('313','21','135','l2vlan');
9236INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('314','21','136','l3ipvlan');
9237INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('315','21','137','l3ipxvlan');
9238INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('316','21','138','digitalPowerline');
9239INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('317','21','139','mediaMailOverIp');
9240INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('318','21','140','dtm');
9241INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('319','21','141','dcn');
9242INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('320','21','142','ipForward');
9243INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('321','21','143','msdsl');
9244INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('322','21','144','ieee1394');
9245INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('323','21','145','if-gsn');
9246INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('324','21','146','dvbRccMacLayer');
9247INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('325','21','147','dvbRccDownstream');
9248INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('326','21','148','dvbRccUpstream');
9249INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('327','21','149','atmVirtual');
9250INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('328','21','150','mplsTunnel');
9251INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('329','21','151','srp');
9252INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('330','21','152','voiceOverAtm');
9253INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('331','21','153','voiceOverFrameRelay');
9254INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('332','21','154','idsl');
9255INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('333','21','155','compositeLink');
9256INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('334','21','156','ss7SigLink');
9257INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('335','21','157','propWirelessP2P');
9258INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('336','21','158','frForward');
9259INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('337','21','159','rfc1483');
9260INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('338','21','160','usb');
9261INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('339','21','161','ieee8023adLag');
9262INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('340','21','162','bgppolicyaccounting');
9263INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('341','21','163','frf16MfrBundle');
9264INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('342','21','164','h323Gatekeeper');
9265INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('343','21','165','h323Proxy');
9266INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('344','21','166','mpls');
9267INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('345','21','167','mfSigLink');
9268INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('346','21','168','hdsl2');
9269INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('347','21','169','shdsl');
9270INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('348','21','170','ds1FDL');
9271INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('349','21','171','pos');
9272INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('350','21','172','dvbAsiIn');
9273INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('351','21','173','dvbAsiOut');
9274INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('352','21','174','plc');
9275INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('353','21','175','nfas');
9276INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('354','21','176','tr008');
9277INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('355','21','177','gr303RDT');
9278INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('356','21','178','gr303IDT');
9279INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('357','21','179','isup');
9280INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('358','21','180','propDocsWirelessMaclayer');
9281INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('359','21','181','propDocsWirelessDownstream');
9282INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('360','21','182','propDocsWirelessUpstream');
9283INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('361','21','183','hiperlan2');
9284INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('362','21','184','propBWAp2Mp');
9285INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('363','21','185','sonetOverheadChannel');
9286INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('364','21','186','digitalWrapperOverheadChannel');
9287INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('365','21','187','aal2');
9288INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('366','21','188','radioMAC');
9289INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('367','21','189','atmRadio');
9290INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('368','21','190','imt');
9291INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('369','21','191','mvl');
9292INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('370','21','192','reachDSL');
9293INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('371','21','193','frDlciEndPt');
9294INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('372','21','194','atmVciEndPt');
9295INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('373','21','195','opticalChannel');
9296INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('374','21','196','opticalTransport');
9297INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('375','21','197','propAtm');
9298INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('376','21','198','voiceOverCable');
9299INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('377','21','199','infiniband');
9300INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('378','21','200','teLink');
9301INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('379','21','201','q2931');
9302INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('380','21','202','virtualTg');
9303INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('381','21','203','sipTg');
9304INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('382','21','204','sipSig');
9305INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('383','21','205','docsCableUpstreamChannel');
9306INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('384','21','206','econet');
9307INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('385','21','207','pon155');
9308INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('386','21','208','pon622');
9309INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('387','21','209','bridge');
9310INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('388','21','210','linegroup');
9311INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('389','21','211','voiceEMFGD');
9312INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('390','21','212','voiceFGDEANA');
9313INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('391','21','213','voiceDID');
9314INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('392','21','214','mpegTransport');
9315INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('393','21','215','sixToFour');
9316INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('394','21','216','gtp');
9317INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('395','21','217','pdnEtherLoop1');
9318INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('396','21','218','pdnEtherLoop2');
9319INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('397','21','219','opticalChannelGroup');
9320INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('398','21','220','homepna');
9321INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('399','21','221','gfp');
9322INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('400','21','222','ciscoISLvlan');
9323INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('401','21','223','actelisMetaLOOP');
9324INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('402','21','224','fcipLink');
9325INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('403','21','225','rpr');
9326INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('404','21','226','qam');
9327INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('405','21','227','lmp');
9328INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('406','21','228','cblVectaStar');
9329INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('407','21','229','docsCableMCmtsDownstream');
9330INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('408','21','230','adsl2');
9331INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('409','21','231','macSecControlledIF');
9332INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('410','21','232','macSecUncontrolledIF');
9333INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('411','21','233','aviciOpticalEther');
9334INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('412','21','234','atmbond');
9335INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('413','21','235','voiceFGDOS');
9336INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('414','21','236','mocaVersion1');
9337INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('415','21','237','ieee80216WMAN');
9338INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('416','21','238','adsl2plus');
9339INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('417','21','239','dvbRcsMacLayer');
9340INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('418','21','240','dvbTdm');
9341INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('419','21','241','dvbRcsTdma');
9342INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('420','21','242','x86Laps');
9343INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('421','21','243','wwanPP');
9344INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('422','21','244','wwanPP2');
9345INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('423','21','245','voiceEBS');
9346INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('424','21','246','ifPwType');
9347INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('425','21','247','ilan');
9348INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('426','21','248','pip');
9349INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('427','21','249','aluELP');
9350INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('428','21','250','gpon');
9351INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('429','21','251','vdsl2');
9352INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('430','21','252','capwapDot11Profile');
9353INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('431','21','253','capwapDot11Bss');
9354INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('432','21','254','capwapWtpVirtualRadio');
9355INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('433','21','255','bits');
9356INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('434','21','256','docsCableUpstreamRfPort');
9357INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('435','21','257','cableDownstreamRfPort');
9358INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('436','21','258','vmwareVirtualNic');
9359INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('437','21','259','ieee802154');
9360INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('438','21','260','otnOdu');
9361INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('439','21','261','otnOtu');
9362INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('440','21','262','ifVfiType');
9363INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('441','21','263','g9981');
9364INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('442','21','264','g9982');
9365INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('443','21','265','g9983');
9366INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('444','21','266','aluEpon');
9367INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('445','21','267','aluEponOnu');
9368INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('446','21','268','aluEponPhysicalUni');
9369INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('447','21','269','aluEponLogicalLink');
9370INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('448','21','270','aluGponOnu');
9371INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('449','21','271','aluGponPhysicalUni');
9372INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('450','21','272','vmwareNicTeam');
9373INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('451','21','277','docsOfdmDownstream');
9374INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('452','21','278','docsOfdmaUpstream');
9375INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('453','21','279','gfast');
9376INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('454','21','280','sdci');
9377INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('455','21','281','xboxWireless');
9378INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('456','21','282','fastdsl');
9379INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('457','21','283','docsCableScte55d1FwdOob');
9380INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('458','21','284','docsCableScte55d1RetOob');
9381INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('459','21','285','docsCableScte55d2DsOob');
9382INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('460','21','286','docsCableScte55d2UsOob');
9383INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('461','21','287','docsCableNdf');
9384INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('462','21','288','docsCableNdr');
9385INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('463','21','289','ptm');
9386INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('464','21','290','ghn');
9387INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('465','22','0','not available');
9388INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('466','22','1','available');
9389INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('467','22','2','unknown');
9390INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('468','23','1','deviceStateUnknown');
9391INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('469','23','2','deviceNotEquipped');
9392INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('470','23','3','deviceStateOk');
9393INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('471','23','4','deviceStateFailed');
9394INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('472','23','5','deviceStateOutOfService');
9395INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('473','24','1','unknown');
9396INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('474','24','2','faulty');
9397INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('475','24','3','below-min');
9398INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('476','24','4','nominal');
9399INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('477','24','5','above-max');
9400INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('478','24','6','absent');
9401INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('479','25','1','online');
9402INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('480','25','2','offline');
9403INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('481','25','3','testing');
9404INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('482','25','4','faulty');
9405INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('483','26','1','other');
9406INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('484','26','2','normal');
9407INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('485','26','3','failure');
9408INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('486','27','1','other');
9409INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('487','27','2','normal');
9410INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('488','27','3','failure');
9411INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('489','28','1','normal');
9412INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('490','28','2','warning');
9413INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('491','28','3','critical');
9414INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('492','28','4','shutdown');
9415INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('493','28','5','notPresent');
9416INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('494','28','6','notFunctioning');
9417INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('495','29','1','true - on');
9418INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('496','29','2','false - off');
9419INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('497','30','1','up');
9420INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('498','30','2','down');
9421INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('499','30','3','absent');
9422INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('500','31','1','up');
9423INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('501','31','2','down');
9424INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('502','31','3','absent');
9425INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('503','32','1','noexist');
9426INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('504','32','2','existnopower');
9427INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('505','32','3','existreadypower');
9428INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('506','32','4','normal');
9429INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('507','32','5','powerbutabnormal');
9430INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('508','32','6','unknown');
9431INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('509','33','0','other');
9432INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('510','33','1','working');
9433INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('511','33','2','fail');
9434INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('512','33','3','speed-0');
9435INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('513','33','4','speed-low');
9436INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('514','33','5','speed-middle');
9437INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('515','33','6','speed-high');
9438INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('516','34','0','other');
9439INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('517','34','1','lowVoltage');
9440INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('518','34','2','overCurrent');
9441INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('519','34','3','working');
9442INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('520','34','4','fail');
9443INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('521','34','5','connect');
9444INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('522','34','6','disconnect');
9445INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('523','35','1','true');
9446INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('524','35','2','false');
9447INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('525','36','1','true - on');
9448INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('526','36','2','false - off');
9449INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('527','37','1','alarm');
9450INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('528','37','2','normal');
9451INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('529','38','1','notPresent');
9452INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('530','38','2','presentOK');
9453INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('531','38','3','presentNotOK');
9454INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('532','38','4','presentPowerOff');
9455INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('533','39','1','notSupported');
9456INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('534','39','2','normal');
9457INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('535','39','3','postFailure');
9458INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('536','39','4','entityAbsent');
9459INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('543','39','11','poeError');
9460INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('550','40','1','unknown');
9461INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('551','40','2','bad');
9462INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('552','40','3','warning');
9463INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('553','40','4','good');
9464INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('554','40','5','notPresent');
9465INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('555','41','1','normal');
9466INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('556','41','2','abnormal');
9467INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('557','42','1','online');
9468INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('558','42','2','operational');
9469INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('559','42','3','failed');
9470INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('560','42','4','offline');
9471INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('561','43','1','invalid');
9472INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('562','43','2','bad');
9473INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('563','43','3','warning');
9474INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('564','43','4','good');
9475INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('565','43','5','disabled');
9476INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('566','44','1','unknown');
9477INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('567','44','2','disabled');
9478INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('568','44','3','failed');
9479INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('569','44','4','warning');
9480INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('570','44','5','standby');
9481INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('571','44','6','engaged');
9482INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('572','44','7','redundant');
9483INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('573','44','8','notPresent');
9484INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('574','45','1','normal');
9485INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('575','45','2','high');
9486INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('576','45','3','excessivelyHigh');
9487INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('577','45','4','low');
9488INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('578','45','5','excessivelyLow');
9489INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('579','45','6','noSensor');
9490INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('580','45','7','unknown');
9491INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('581','46','1','other');
9492INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('582','46','2','off');
9493INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('583','46','3','on - RedAlarm');
9494INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('584','47','1','unknown');
9495INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('585','47','2','running');
9496INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('586','47','3','ready');
9497INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('587','47','4','reset');
9498INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('588','47','5','runningAtFullSpeed');
9499INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('589','47','6','down or off');
9500INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('590','47','7','standby');
9501INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('591','48','1','unknown');
9502INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('592','48','2','disabled');
9503INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('593','48','3','enabled');
9504INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('594','48','4','testing');
9505INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('595','49','1','operational');
9506INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('596','49','2','failed');
9507INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('597','49','3','powering');
9508INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('598','49','4','notpowering');
9509INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('599','49','5','notpresent');
9510INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('600','50','1','operational');
9511INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('601','50','2','failed');
9512INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('602','50','3','powering');
9513INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('603','50','4','notpowering');
9514INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('604','50','5','notpresent');
9515INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('605','51','1','normal');
9516INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('606','51','2','warning');
9517INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('607','51','3','critical');
9518INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('608','51','4','shutdown');
9519INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('609','51','5','notpresent');
9520INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('610','51','6','notoperational');
9521INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('611','52','0','normal');
9522INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('612','52','1','abnormal');
9523INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('613','53','0','normal');
9524INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('614','53','1','abnormal');
9525INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('615','53','2','not available');
9526INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('616','54','1','other');
9527INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('617','54','2','ok');
9528INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('618','54','3','degraded');
9529INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('619','54','4','failed');
9530INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('620','55','1','other');
9531INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('621','55','2','unknown');
9532INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('622','55','3','system');
9533INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('623','55','4','systemBoard');
9534INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('624','55','5','ioBoard');
9535INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('625','55','6','cpu');
9536INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('626','55','7','memory');
9537INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('627','55','8','storage');
9538INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('628','55','9','removableMedia');
9539INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('629','55','10','powerSupply');
9540INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('630','55','11','ambient');
9541INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('631','55','12','chassis');
9542INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('632','55','13','bridgeCard');
9543INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('633','56','1','other');
9544INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('634','56','2','ida');
9545INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('635','56','3','idaExpansion');
9546INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('636','56','4','ida-2');
9547INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('637','56','5','smart');
9548INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('638','56','6','smart-2e');
9549INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('639','56','7','smart-2p');
9550INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('640','56','8','smart-2sl');
9551INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('641','56','9','smart-3100es');
9552INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('642','56','10','smart-3200');
9553INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('643','56','11','smart-2dh');
9554INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('644','56','12','smart-221');
9555INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('645','56','13','sa-4250es');
9556INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('646','56','14','sa-4200');
9557INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('647','56','15','sa-integrated');
9558INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('648','56','16','sa-431');
9559INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('649','56','17','sa-5300');
9560INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('650','56','18','raidLc2');
9561INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('651','56','19','sa-5i');
9562INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('652','56','20','sa-532');
9563INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('653','56','21','sa-5312');
9564INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('654','56','22','sa-641');
9565INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('655','56','23','sa-642');
9566INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('656','56','24','sa-6400');
9567INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('657','56','25','sa-6400em');
9568INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('658','56','26','sa-6i');
9569INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('659','56','27','sa-generic');
9570INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('660','56','29','sa-p600');
9571INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('661','56','30','sa-p400');
9572INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('662','56','31','sa-e200');
9573INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('663','56','32','sa-e200i');
9574INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('664','56','33','sa-p400i');
9575INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('665','56','34','sa-p800');
9576INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('666','56','35','sa-e500');
9577INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('667','56','36','sa-p700m');
9578INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('668','56','37','sa-p212');
9579INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('669','56','38','sa-p410');
9580INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('670','56','39','sa-p410i');
9581INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('671','56','40','sa-p411');
9582INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('672','56','41','sa-b110i');
9583INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('673','56','42','sa-p712m');
9584INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('674','56','43','sa-p711m');
9585INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('675','56','44','sa-p812');
9586INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('676','57','1','other');
9587INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('677','57','2','ok');
9588INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('678','57','3','failed');
9589INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('679','57','4','predictiveFailure');
9590INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('680','58','0','nonRecoverable');
9591INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('681','58','2','critical');
9592INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('682','58','4','nonCritical');
9593INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('683','58','255','normal');
9594INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('684','59','1','other');
9595INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('685','59','2','unknown');
9596INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('686','59','3','ok');
9597INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('687','59','4','nonCritical');
9598INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('688','59','5','critical');
9599INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('689','59','6','nonRecoverable');
9600INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('690','60','1','other');
9601INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('691','60','2','unknown');
9602INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('692','60','3','ok');
9603INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('693','60','4','nonCriticalUpper');
9604INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('694','60','5','criticalUpper');
9605INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('695','60','6','nonRecoverableUpper');
9606INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('696','60','7','nonCriticalLower');
9607INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('697','60','8','criticalLower');
9608INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('698','60','9','nonRecoverableLower');
9609INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('699','60','10','failed');
9610INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('700','61','1','other');
9611INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('701','61','2','unknown');
9612INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('702','61','3','ok');
9613INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('703','61','4','nonCritical');
9614INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('704','61','5','critical');
9615INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('705','61','6','nonRecoverable');
9616INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('706','62','0','ok');
9617INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('707','62','1','failed');
9618INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('708','63','1','Unknown');
9619INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('709','63','2','HDD');
9620INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('710','63','3','SSD');
9621INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('711','64','1','Unknown');
9622INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('712','64','2','Ready');
9623INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('713','64','3','Failed');
9624INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('714','64','4','Degraded');
9625INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('715','64','5','Missing');
9626INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('716','64','6','Charging');
9627INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('717','64','7','Below threshold');
9628INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('718','65','1','Other');
9629INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('719','65','2','RAID-0');
9630INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('720','65','3','RAID-1');
9631INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('721','65','4','RAID-5');
9632INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('722','65','5','RAID-6');
9633INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('723','65','6','RAID-10');
9634INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('724','65','7','RAID-50');
9635INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('725','65','8','RAID-60');
9636INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('726','65','9','Concatenated RAID 1');
9637INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('727','65','10','Concatenated RAID 5');
9638INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('728','66','1','Not applicable');
9639INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('729','66','2','Reconstructing');
9640INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('730','66','3','Resynching');
9641INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('731','66','4','Initializing');
9642INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('732','66','5','Background init');
9643INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('733','67','1','Write Through');
9644INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('734','67','2','Write Back');
9645INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('735','67','3','Force Write Back');
9646INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('736','68','1','No Read Ahead');
9647INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('737','68','2','Read Ahead');
9648INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('738','68','3','Adaptive Read Ahead');
9649INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('739','69','1','Unknown');
9650INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('740','69','2','Online');
9651INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('741','69','3','Failed');
9652INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('742','69','4','Degraded');
9653INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('743','70','1','other');
9654INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('744','70','2','ok');
9655INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('745','70','3','replaceDrive');
9656INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('746','70','4','replaceDriveSSDWearOut');
9657INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('747','71','1','other');
9658INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('748','71','2','invalid');
9659INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('749','71','3','enabled');
9660INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('750','71','4','tmpDisabled');
9661INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('751','71','5','permDisabled');
9662INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('752','71','6','cacheModFlashMemNotAttached');
9663INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('753','71','7','cacheModDegradedFailsafeSpeed');
9664INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('754','71','8','cacheModCriticalFailure');
9665INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('755','71','9','cacheReadCacheNotMapped');
9666INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('756','72','1','Other');
9667INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('757','72','2','Ok');
9668INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('758','72','3','Recharging');
9669INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('759','72','4','Failed');
9670INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('760','72','5','Degraded');
9671INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('761','72','6','Not Present');
9672INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('762','72','7','Capacitor failed');
9673INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('763','73','1','Other');
9674INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('764','73','2','rotatingPlatters');
9675INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('765','73','3','solidState');
9676INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('766','74','0','other');
9677INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('767','74','2','none');
9678INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('768','74','3','RAID-1/RAID-10');
9679INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('769','74','4','RAID-4');
9680INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('770','74','5','RAID-5');
9681INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('771','74','7','RAID-6');
9682INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('772','74','8','RAID-50');
9683INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('773','74','9','RAID-60');
9684INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('774','74','10','RAID-1 ADM');
9685INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('775','74','11','RAID-10 ADM');
9686INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('776','75','1','other');
9687INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('777','75','2','ok');
9688INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('778','75','3','failed');
9689INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('779','75','4','unconfigured');
9690INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('780','75','5','recovering');
9691INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('781','75','6','readyForRebuild');
9692INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('782','75','7','rebuilding');
9693INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('783','75','8','wrongDrive');
9694INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('784','75','9','badConnect');
9695INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('785','75','10','overheating');
9696INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('786','75','11','shutdown');
9697INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('787','75','12','expanding');
9698INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('788','75','13','notAvailable');
9699INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('789','75','14','queuedForExpansion');
9700INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('790','75','15','multipathAccessDegraded');
9701INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('791','75','16','erasing');
9702INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('792','75','17','predictiveSpareRebuildReady');
9703INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('793','75','18','rapidParityInitInProgress');
9704INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('794','75','19','rapidParityInitPending');
9705INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('795','75','20','noAccessEncryptedNoCntlrKey');
9706INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('796','75','21','unencryptedToEncryptedInProgress');
9707INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('797','75','22','newLogDrvKeyRekeyInProgress');
9708INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('798','75','23','noAccessEncryptedCntlrEncryptnNotEnbld');
9709INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('799','75','24','unencryptedToEncryptedNotStarted');
9710INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('800','75','25','newLogDrvKeyRekeyRequestReceived');
9711INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('801','56','45','sw-1210m');
9712INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('802','56','46','sa-p220i');
9713INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('803','56','47','sa-p222');
9714INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('804','56','48','sa-p420');
9715INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('805','56','49','sa-p420i');
9716INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('806','56','50','sa-p421');
9717INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('807','56','51','sa-b320i');
9718INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('808','56','52','sa-p822');
9719INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('809','56','53','sa-p721m');
9720INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('810','56','54','sa-b120i');
9721INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('811','56','55','hps-1224');
9722INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('812','56','56','hps-1228');
9723INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('813','56','57','hps-1228m');
9724INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('814','56','58','sa-p822se');
9725INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('815','56','59','hps-1224e');
9726INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('816','56','60','hps-1228e');
9727INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('817','56','61','hps-1228em');
9728INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('818','56','62','sa-p230i');
9729INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('819','56','63','sa-p430i');
9730INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('820','56','64','sa-p430');
9731INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('821','56','65','sa-p431');
9732INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('822','56','66','sa-p731m');
9733INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('823','56','67','sa-p830i');
9734INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('824','56','68','sa-p830');
9735INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('825','56','69','sa-p831');
9736INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('826','56','70','sa-p530');
9737INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('827','56','71','sa-p531');
9738INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('828','56','72','sa-p244br');
9739INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('829','56','73','sa-p246br');
9740INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('830','56','74','sa-p440');
9741INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('831','56','75','sa-p440ar');
9742INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('832','56','76','sa-p441');
9743INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('833','56','77','sa-p741m');
9744INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('834','56','78','sa-p840');
9745INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('835','56','79','sa-p841');
9746INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('836','56','80','sh-h240ar');
9747INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('837','56','81','sh-h244br');
9748INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('838','56','82','sh-h240');
9749INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('839','56','83','sh-h241');
9750INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('840','56','84','sa-b140i');
9751INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('841','56','85','sh-generic');
9752INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('842','56','88','sa-p840ar');
9753INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('843','39','21','stackError');
9754INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('844','39','22','stackPortBlocked');
9755INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('845','39','23','stackPortFailed');
9756INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('846','39','31','sfpRecvError');
9757INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('847','39','32','sfpSendError');
9758INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('848','39','33','sfpBothError');
9759INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('849','39','41','fanError');
9760INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('850','39','51','psuError');
9761INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('851','39','61','rpsError');
9762INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('852','39','71','moduleFaulty');
9763INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('853','39','81','sensorError');
9764INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('854','39','91','hardwareFaulty');
9765INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('855','76','0','unknown');
9766INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('856','76','1','operable');
9767INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('857','76','2','inoperable');
9768INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('858','76','3','degraded');
9769INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('859','76','4','poweredOff');
9770INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('860','76','5','powerProblem');
9771INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('861','76','6','removed');
9772INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('862','76','7','voltageProblem');
9773INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('863','76','8','thermalProblem');
9774INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('864','76','9','performanceProblem');
9775INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('865','76','10','accessibilityProblem');
9776INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('866','76','11','identityUnestablishable');
9777INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('867','76','12','biosPostTimeout');
9778INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('868','76','13','disabled');
9779INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('869','76','14','malformedFru');
9780INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('870','76','15','backplanePortProblem');
9781INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('871','76','16','chassisIntrusion');
9782INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('872','76','51','fabricConnProblem');
9783INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('873','76','52','fabricUnsupportedConn');
9784INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('874','76','81','config');
9785INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('875','76','82','equipmentProblem');
9786INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('876','76','83','decomissioning');
9787INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('877','76','84','chassisLimitExceeded');
9788INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('878','76','100','notSupported');
9789INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('879','76','101','discovery');
9790INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('880','76','102','discoveryFailed');
9791INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('881','76','103','identify');
9792INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('882','76','104','postFailure');
9793INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('883','76','105','upgradeProblem');
9794INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('884','76','106','peerCommProblem');
9795INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('885','76','107','autoUpgrade');
9796INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('886','76','108','linkActivateBlocked');
9797INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('887','77','0','indeterminate');
9798INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('888','77','1','unassociated');
9799INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('889','77','10','ok');
9800INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('890','77','11','discovery');
9801INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('891','77','12','config');
9802INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('892','77','13','unconfig');
9803INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('893','77','14','powerOff');
9804INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('894','77','15','restart');
9805INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('895','77','20','maintenance');
9806INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('896','77','21','test');
9807INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('897','77','29','computeMismatch');
9808INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('898','77','30','computeFailed');
9809INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('899','77','31','degraded');
9810INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('900','77','32','discoveryFailed');
9811INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('901','77','33','configFailure');
9812INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('902','77','34','unconfigFailed');
9813INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('903','77','35','testFailed');
9814INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('904','77','36','maintenanceFailed');
9815INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('905','77','40','removed');
9816INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('906','77','41','disabled');
9817INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('907','77','50','inaccessible');
9818INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('908','77','60','thermalProblem');
9819INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('909','77','61','powerProblem');
9820INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('910','77','62','voltageProblem');
9821INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('911','77','63','inoperable');
9822INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('912','77','101','decomissioning');
9823INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('913','77','201','biosRestore');
9824INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('914','77','202','cmosReset');
9825INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('915','77','203','diagnostics');
9826INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('916','77','204','diagnosticsFailed');
9827INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('917','77','210','pendingReboot');
9828INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('918','77','211','pendingReassociation');
9829INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('919','77','212','svnicNotPresent');
9830INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('920','78','0','unknown');
9831INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('921','78','1','online');
9832INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('922','78','2','unconfiguredGood');
9833INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('923','78','3','globalHotSpare');
9834INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('924','78','4','dedicatedHotSpare');
9835INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('925','78','5','jbod');
9836INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('926','78','6','offline');
9837INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('927','78','7','rebuilding');
9838INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('928','78','8','copyback');
9839INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('929','78','9','failed');
9840INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('930','78','10','unconfiguredBad');
9841INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('931','78','11','predictiveFailure');
9842INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('932','78','12','disabledForRemoval');
9843INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('933','78','13','foreignConfiguration');
9844INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('934','78','14','zeroing');
9845INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('935','78','15','good');
9846INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('936','78','16','bad');
9847INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('937','78','17','lockedForeignConfiguration');
9848INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('938','79','0','unspecified');
9849INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('939','79','1','simple');
9850INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('940','79','2','mirror');
9851INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('941','79','3','stripe');
9852INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('942','79','4','raid');
9853INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('943','79','5','stripeParity');
9854INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('944','79','6','stripeDualParity');
9855INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('945','79','7','mirrorStripe');
9856INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('946','79','8','stripeParityStripe');
9857INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('947','79','9','stripeDualParityStripe');
9858INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('948','80','0','unknown');
9859INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('949','80','1','empty');
9860INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('950','80','10','equipped');
9861INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('951','80','11','missing');
9862INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('952','80','12','mismatch');
9863INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('953','80','13','equippedNotPrimary');
9864INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('954','80','14','equippedSlave');
9865INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('955','80','15','mismatchSlave');
9866INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('956','80','16','missingSlave');
9867INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('957','80','20','equippedIdentityUnestablishable');
9868INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('958','80','21','mismatchIdentityUnestablishable');
9869INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('959','80','22','equippedWithMalformedFru');
9870INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('960','80','30','inaccessible');
9871INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('961','80','40','unauthorized');
9872INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('962','80','100','notSupported');
9873INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('963','80','101','equippedUnsupported');
9874INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('964','80','102','equippedDiscNotStarted');
9875INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('965','80','103','equippedDiscInProgress');
9876INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('966','80','104','equippedDiscError');
9877INSERT INTO `mappings` (`mappingid`,`valuemapid`,`value`,`newvalue`) values ('967','80','105','equippedDiscUnknown');
9878INSERT INTO `sysmaps` (`sysmapid`,`name`,`width`,`height`,`backgroundid`,`label_type`,`label_location`,`highlight`,`expandproblem`,`markelements`,`show_unack`,`grid_size`,`grid_show`,`grid_align`,`label_format`,`label_type_host`,`label_type_hostgroup`,`label_type_trigger`,`label_type_map`,`label_type_image`,`label_string_host`,`label_string_hostgroup`,`label_string_trigger`,`label_string_map`,`label_string_image`,`iconmapid`,`expand_macros`,`severity_min`,`userid`,`private`,`show_suppressed`) values ('1','Local network','680','200',NULL,'0','0','1','1','1','0','50','1','1','0','2','2','2','2','2','','','','','',NULL,'1','0','1','0','0');
9879INSERT INTO `sysmaps_elements` (`selementid`,`sysmapid`,`elementid`,`elementtype`,`iconid_off`,`iconid_on`,`label`,`label_location`,`x`,`y`,`iconid_disabled`,`iconid_maintenance`,`elementsubtype`,`areatype`,`width`,`height`,`viewtype`,`use_iconmap`,`application`) values ('1','1','10084','0','185',NULL,'{HOST.NAME}\r\n{HOST.CONN}','0','111','61',NULL,NULL,'0','0','200','200','0','0','');
9880INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1','22446','22444');
9881INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('3','22448','22444');
9882INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('5','22452','22450');
9883INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('7','22454','22450');
9884INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('9','22456','22450');
9885INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('11','22458','22450');
9886INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('65','22686','22450');
9887INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('135','22868','22867');
9888INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('136','22869','22867');
9889INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('137','22870','22867');
9890INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('138','22871','22867');
9891INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('139','22872','22867');
9892INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('142','22908','22907');
9893INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('143','22909','22907');
9894INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('144','22910','22907');
9895INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('145','22911','22907');
9896INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('146','22912','22907');
9897INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('147','22945','22944');
9898INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('148','22946','22944');
9899INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('149','22948','22947');
9900INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('150','22949','22947');
9901INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('151','22950','22947');
9902INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('152','22951','22947');
9903INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('153','22952','22947');
9904INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('154','22985','22984');
9905INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('155','22986','22984');
9906INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('156','22988','22987');
9907INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('157','22989','22987');
9908INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('158','22990','22987');
9909INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('159','22991','22987');
9910INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('160','22992','22987');
9911INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('161','23025','23024');
9912INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('162','23026','23024');
9913INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('163','23028','23027');
9914INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('164','23029','23027');
9915INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('165','23030','23027');
9916INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('166','23031','23027');
9917INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('167','23032','23027');
9918INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('170','23068','23067');
9919INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('171','23069','23067');
9920INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('172','23070','23067');
9921INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('173','23071','23067');
9922INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('174','23072','23067');
9923INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('175','23164','23162');
9924INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('176','23165','23162');
9925INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('178','23167','23162');
9926INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('179','23168','23162');
9927INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('180','23169','23163');
9928INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('181','23170','23163');
9929INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('182','23280','23278');
9930INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('183','23281','23278');
9931INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('184','23282','23279');
9932INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('185','23283','23279');
9933INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('186','23284','23279');
9934INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('187','23285','23279');
9935INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('188','23286','23279');
9936INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('189','23073','23540');
9937INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('190','23074','23540');
9938INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('191','23075','23329');
9939INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('192','23076','23329');
9940INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('220','23666','23665');
9941INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('775','27030','27029');
9942INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('776','27032','27031');
9943INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('803','27069','27068');
9944INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('804','27070','27068');
9945INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('805','27071','27068');
9946INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('806','27072','27068');
9947INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('807','27073','27068');
9948INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('808','27074','27068');
9949INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('809','27075','27068');
9950INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('810','27076','27068');
9951INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('811','27077','27068');
9952INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('812','27079','27078');
9953INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('813','27080','27078');
9954INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('814','27081','27078');
9955INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('815','27082','27078');
9956INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('816','27083','27078');
9957INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('817','27084','27078');
9958INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('818','27085','27078');
9959INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('819','27086','27078');
9960INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('820','27087','27078');
9961INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('821','27089','27088');
9962INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('822','27090','27088');
9963INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('823','27091','27088');
9964INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('824','27092','27088');
9965INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('825','27093','27088');
9966INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('826','27094','27088');
9967INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('827','27095','27088');
9968INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('828','27096','27088');
9969INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('829','27097','27088');
9970INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('830','27099','27098');
9971INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('831','27100','27098');
9972INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('832','27101','27098');
9973INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('833','27102','27098');
9974INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('834','27103','27098');
9975INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('835','27104','27098');
9976INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('836','27105','27098');
9977INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('837','27106','27098');
9978INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('838','27107','27098');
9979INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('848','27119','27118');
9980INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('849','27120','27118');
9981INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('850','27121','27118');
9982INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('851','27122','27118');
9983INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('852','27123','27118');
9984INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('853','27124','27118');
9985INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('854','27125','27118');
9986INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('855','27126','27118');
9987INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('856','27127','27118');
9988INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('875','27181','27180');
9989INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('876','27182','27180');
9990INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('877','27183','27180');
9991INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('878','27184','27180');
9992INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('879','27185','27180');
9993INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('880','27186','27180');
9994INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('881','27187','27180');
9995INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('882','27188','27180');
9996INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('883','27189','27180');
9997INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('884','27191','27190');
9998INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('885','27212','27209');
9999INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('886','27213','27210');
10000INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('887','27214','27211');
10001INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('888','27216','27215');
10002INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('889','27217','27215');
10003INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('890','27218','27215');
10004INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('891','27219','27215');
10005INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('892','27220','27215');
10006INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('893','27221','27215');
10007INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('894','27222','27215');
10008INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('895','27223','27215');
10009INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('896','27224','27215');
10010INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('898','27246','27242');
10011INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('899','27247','27242');
10012INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('900','27248','27243');
10013INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('901','27249','27244');
10014INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('902','27250','27244');
10015INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('903','27252','27251');
10016INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('904','27253','27251');
10017INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('905','27254','27251');
10018INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('906','27255','27251');
10019INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('907','27256','27251');
10020INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('908','27257','27251');
10021INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('909','27258','27251');
10022INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('910','27259','27251');
10023INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('911','27260','27251');
10024INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('912','27273','27272');
10025INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('913','27274','27272');
10026INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('914','27275','27272');
10027INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('915','27276','27272');
10028INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('916','27277','27272');
10029INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('917','27278','27272');
10030INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('918','27279','27272');
10031INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('919','27280','27272');
10032INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('920','27281','27272');
10033INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('921','27312','27302');
10034INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('922','27313','27303');
10035INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('923','27314','27304');
10036INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('924','27315','27306');
10037INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('925','27316','27307');
10038INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('926','27317','27308');
10039INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('927','27318','27309');
10040INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('928','27319','27310');
10041INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('929','27320','27311');
10042INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('930','27322','27321');
10043INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('931','27323','27321');
10044INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('932','27324','27321');
10045INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('933','27325','27321');
10046INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('934','27326','27321');
10047INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('935','27327','27321');
10048INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('936','27328','27321');
10049INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('937','27329','27321');
10050INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('938','27330','27321');
10051INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('939','27332','27331');
10052INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('950','27415','27390');
10053INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('951','27416','27390');
10054INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('952','27417','27391');
10055INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('954','27419','27393');
10056INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('955','27420','27394');
10057INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('956','27421','27394');
10058INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('957','27422','27395');
10059INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('958','27423','27396');
10060INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('960','27425','27397');
10061INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('961','27426','27397');
10062INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('962','27427','27398');
10063INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('963','27428','27399');
10064INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('964','27429','27400');
10065INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('965','27430','27400');
10066INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('966','27431','27401');
10067INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('967','27432','27402');
10068INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('978','27443','27409');
10069INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('979','27444','27409');
10070INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('980','27445','27410');
10071INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('981','27446','27411');
10072INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('982','27447','27411');
10073INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('983','27448','27412');
10074INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('984','27449','27413');
10075INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('985','27451','27450');
10076INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('986','27452','27450');
10077INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('987','27453','27450');
10078INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('988','27454','27450');
10079INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('989','27455','27450');
10080INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('990','27456','27450');
10081INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('991','27457','27450');
10082INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('992','27458','27450');
10083INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('993','27459','27450');
10084INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('994','27461','27460');
10085INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('995','27477','27473');
10086INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('996','27478','27473');
10087INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('997','27479','27474');
10088INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('998','27480','27475');
10089INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('999','27481','27476');
10090INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1000','27482','27476');
10091INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1001','27483','27476');
10092INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1002','27484','27476');
10093INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1003','27485','27476');
10094INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1004','27487','27486');
10095INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1005','27488','27486');
10096INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1006','27489','27486');
10097INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1007','27490','27486');
10098INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1008','27491','27486');
10099INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1009','27492','27486');
10100INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1010','27493','27486');
10101INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1011','27494','27486');
10102INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1012','27495','27486');
10103INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1013','27516','27512');
10104INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1014','27517','27513');
10105INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1015','27518','27514');
10106INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1016','27519','27515');
10107INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1017','27521','27520');
10108INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1018','27522','27520');
10109INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1019','27523','27520');
10110INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1020','27524','27520');
10111INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1021','27525','27520');
10112INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1022','27526','27520');
10113INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1023','27527','27520');
10114INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1024','27528','27520');
10115INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1025','27529','27520');
10116INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1026','27531','27530');
10117INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1027','27552','27548');
10118INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1028','27553','27549');
10119INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1029','27554','27550');
10120INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1030','27555','27551');
10121INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1031','27557','27556');
10122INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1032','27558','27556');
10123INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1033','27559','27556');
10124INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1034','27560','27556');
10125INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1035','27561','27556');
10126INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1036','27562','27556');
10127INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1037','27563','27556');
10128INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1038','27564','27556');
10129INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1039','27565','27556');
10130INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1040','27567','27566');
10131INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1041','27590','27587');
10132INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1042','27591','27587');
10133INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1043','27592','27587');
10134INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1044','27593','27588');
10135INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1045','27594','27589');
10136INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1046','27595','27589');
10137INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1047','27597','27596');
10138INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1048','27598','27596');
10139INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1049','27599','27596');
10140INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1050','27600','27596');
10141INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1051','27601','27596');
10142INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1052','27602','27596');
10143INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1053','27603','27596');
10144INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1054','27604','27596');
10145INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1055','27605','27596');
10146INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1056','27607','27606');
10147INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1057','27620','27619');
10148INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1058','27621','27619');
10149INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1059','27622','27619');
10150INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1060','27623','27619');
10151INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1061','27624','27619');
10152INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1062','27625','27619');
10153INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1063','27626','27619');
10154INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1064','27627','27619');
10155INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1065','27628','27619');
10156INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1066','27630','27629');
10157INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1067','27643','27642');
10158INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1068','27644','27642');
10159INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1069','27645','27642');
10160INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1070','27646','27642');
10161INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1071','27647','27642');
10162INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1072','27648','27642');
10163INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1073','27649','27642');
10164INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1074','27650','27642');
10165INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1075','27651','27642');
10166INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1076','27653','27652');
10167INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1077','27670','27665');
10168INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1078','27671','27665');
10169INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1079','27672','27666');
10170INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1080','27673','27667');
10171INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1081','27674','27668');
10172INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1082','27675','27669');
10173INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1083','27676','27669');
10174INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1084','27677','27669');
10175INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1085','27678','27669');
10176INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1086','27679','27669');
10177INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1107','27723','27722');
10178INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1108','27724','27722');
10179INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1109','27725','27722');
10180INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1110','27726','27722');
10181INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1111','27727','27722');
10182INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1112','27728','27722');
10183INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1113','27729','27722');
10184INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1114','27730','27722');
10185INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1115','27731','27722');
10186INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1116','27733','27732');
10187INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1117','27748','27745');
10188INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1118','27749','27745');
10189INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1119','27750','27745');
10190INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1120','27751','27745');
10191INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1121','27752','27745');
10192INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1122','27753','27745');
10193INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1123','27754','27746');
10194INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1124','27755','27747');
10195INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1125','27757','27756');
10196INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1126','27758','27756');
10197INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1127','27759','27756');
10198INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1128','27760','27756');
10199INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1129','27761','27756');
10200INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1130','27762','27756');
10201INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1131','27763','27756');
10202INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1132','27764','27756');
10203INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1133','27765','27756');
10204INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1134','27783','27779');
10205INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1135','27784','27779');
10206INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1136','27785','27780');
10207INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1137','27786','27781');
10208INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1138','27787','27782');
10209INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1139','27789','27788');
10210INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1140','27790','27788');
10211INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1141','27791','27788');
10212INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1142','27792','27788');
10213INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1143','27793','27788');
10214INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1144','27794','27788');
10215INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1145','27795','27788');
10216INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1146','27796','27788');
10217INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1147','27797','27788');
10218INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1148','27799','27798');
10219INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1149','27819','27815');
10220INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1151','27821','27816');
10221INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1152','27822','27817');
10222INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1153','27823','27818');
10223INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1183','27873','27872');
10224INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1184','27874','27872');
10225INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1185','27875','27872');
10226INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1186','27876','27872');
10227INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1187','27877','27872');
10228INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1188','27878','27872');
10229INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1189','27879','27872');
10230INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1190','27880','27872');
10231INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1191','27881','27872');
10232INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1192','27904','27901');
10233INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1193','27905','27902');
10234INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1194','27906','27903');
10235INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1195','27907','27903');
10236INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1196','27908','27903');
10237INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1197','27910','27909');
10238INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1198','27911','27909');
10239INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1199','27912','27909');
10240INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1200','27913','27909');
10241INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1201','27914','27909');
10242INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1202','27915','27909');
10243INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1203','27916','27909');
10244INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1204','27917','27909');
10245INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1205','27918','27909');
10246INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1206','27940','27937');
10247INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1207','27941','27937');
10248INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1208','27942','27938');
10249INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1209','27943','27939');
10250INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1210','27945','27944');
10251INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1211','27946','27944');
10252INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1212','27947','27944');
10253INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1213','27948','27944');
10254INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1214','27949','27944');
10255INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1215','27950','27944');
10256INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1216','27951','27944');
10257INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1217','27952','27944');
10258INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1218','27953','27944');
10259INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1219','27955','27954');
10260INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1220','27977','27976');
10261INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1221','27978','27976');
10262INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1222','27979','27976');
10263INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1223','27980','27976');
10264INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1224','27981','27976');
10265INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1225','27982','27976');
10266INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1226','27983','27976');
10267INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1227','27984','27976');
10268INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1228','27985','27976');
10269INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1229','28003','28001');
10270INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1230','28004','28002');
10271INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1231','28006','28005');
10272INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1232','28007','28005');
10273INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1233','28008','28005');
10274INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1234','28009','28005');
10275INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1235','28010','28005');
10276INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1236','28011','28005');
10277INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1237','28012','28005');
10278INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1238','28013','28005');
10279INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1239','28014','28005');
10280INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1253','28059','28058');
10281INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1254','28060','28058');
10282INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1255','28061','28058');
10283INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1256','28062','28058');
10284INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1257','28063','28058');
10285INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1258','28064','28058');
10286INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1259','28065','28058');
10287INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1260','28066','28058');
10288INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1261','28067','28058');
10289INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1262','28069','28068');
10290INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1276','28098','28097');
10291INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1277','28099','28097');
10292INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1278','28100','28097');
10293INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1279','28101','28097');
10294INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1280','28102','28097');
10295INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1281','28103','28097');
10296INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1282','28104','28097');
10297INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1283','28105','28097');
10298INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1284','28106','28097');
10299INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1285','28119','28118');
10300INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1286','28120','28118');
10301INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1287','28121','28118');
10302INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1288','28122','28118');
10303INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1289','28123','28118');
10304INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1290','28124','28118');
10305INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1291','28125','28118');
10306INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1292','28126','28118');
10307INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1293','28127','28118');
10308INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1294','28129','28128');
10309INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1295','28150','28144');
10310INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1296','28151','28145');
10311INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1297','28152','28145');
10312INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1298','28153','28145');
10313INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1299','28154','28146');
10314INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1300','28155','28147');
10315INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1301','28156','28148');
10316INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1302','28157','28149');
10317INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1303','28158','28149');
10318INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1317','28176','28175');
10319INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1318','28177','28175');
10320INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1319','28178','28175');
10321INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1320','28179','28175');
10322INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1321','28180','28175');
10323INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1322','28181','28175');
10324INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1323','28182','28175');
10325INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1324','28183','28175');
10326INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1325','28184','28175');
10327INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1326','28200','28196');
10328INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1327','28201','28196');
10329INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1328','28202','28197');
10330INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1329','28203','28197');
10331INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1330','28204','28198');
10332INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1331','28205','28198');
10333INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1332','28206','28199');
10334INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1333','28208','28207');
10335INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1334','28215','28212');
10336INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1335','28216','28213');
10337INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1336','28217','28214');
10338INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1337','28218','28214');
10339INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1338','28220','28219');
10340INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1340','28222','28219');
10341INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1341','28224','28223');
10342INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1342','28225','28223');
10343INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1343','28226','28223');
10344INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1344','28227','28223');
10345INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1345','28228','28223');
10346INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1346','28229','28223');
10347INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1347','28230','28223');
10348INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1348','28231','28223');
10349INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1349','28232','28223');
10350INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1350','28246','28244');
10351INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1351','28247','28245');
10352INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1352','28281','28280');
10353INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1353','28294','28293');
10354INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1354','28295','28293');
10355INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1355','28296','28293');
10356INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1356','28297','28293');
10357INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1357','28298','28293');
10358INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1358','28299','28293');
10359INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1359','28300','28293');
10360INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1360','28301','28293');
10361INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1361','28302','28293');
10362INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1375','28323','28306');
10363INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1376','28324','28306');
10364INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1377','28325','28307');
10365INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1378','28326','28307');
10366INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1379','28327','28308');
10367INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1380','28328','28308');
10368INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1381','28329','28309');
10369INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1382','28354','28346');
10370INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1383','28355','28346');
10371INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1384','28356','28347');
10372INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1385','28357','28347');
10373INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1386','28358','28348');
10374INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1387','28359','28349');
10375INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1388','28360','28349');
10376INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1389','28361','28350');
10377INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1390','28362','28350');
10378INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1391','28363','28350');
10379INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1392','28364','28350');
10380INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1393','28365','28350');
10381INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1394','28366','28350');
10382INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1395','28367','28350');
10383INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1396','28368','28351');
10384INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1397','28369','28351');
10385INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1398','28370','28351');
10386INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1399','28371','28351');
10387INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1400','28372','28351');
10388INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1401','28373','28351');
10389INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1402','28374','28352');
10390INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1403','28375','28352');
10391INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1404','28376','28353');
10392INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1405','28404','28392');
10393INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1406','28405','28392');
10394INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1407','28406','28393');
10395INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1408','28407','28394');
10396INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1409','28408','28395');
10397INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1410','28409','28396');
10398INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1411','28410','28397');
10399INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1412','28411','28398');
10400INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1413','28412','28399');
10401INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1414','28413','28400');
10402INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1415','28414','28400');
10403INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1416','28415','28401');
10404INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1417','28416','28401');
10405INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1418','28417','28402');
10406INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1419','28418','28402');
10407INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1420','28419','28402');
10408INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1421','28420','28402');
10409INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1422','28421','28402');
10410INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1423','28422','28402');
10411INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1424','28423','28403');
10412INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1425','28424','28403');
10413INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1426','28425','28403');
10414INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1427','28446','28440');
10415INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1428','28447','28441');
10416INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1429','28448','28442');
10417INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1430','28449','28443');
10418INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1431','28450','28444');
10419INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1432','28451','28444');
10420INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1433','28452','28445');
10421INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1434','28453','28445');
10422INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1435','28474','28468');
10423INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1436','28475','28469');
10424INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1437','28476','28470');
10425INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1438','28477','28471');
10426INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1439','28478','28472');
10427INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1440','28479','28472');
10428INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1441','28480','28473');
10429INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1442','28481','28473');
10430INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1443','28495','28493');
10431INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1444','28496','28494');
10432INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1449','28613','27815');
10433INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1450','28634','28625');
10434INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1451','28635','28625');
10435INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1452','28636','28625');
10436INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1453','28637','28625');
10437INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1454','28638','28626');
10438INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1455','28639','28627');
10439INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1456','28640','28628');
10440INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1457','28641','28628');
10441INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1458','28642','28628');
10442INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1459','28643','28629');
10443INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1460','28644','28630');
10444INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1461','28645','28630');
10445INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1462','28646','28630');
10446INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1463','28647','28630');
10447INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1464','28648','28631');
10448INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1465','28649','28631');
10449INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1466','28650','28631');
10450INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1467','28651','28632');
10451INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1468','28652','28632');
10452INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1469','28653','28633');
10453INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1470','28673','28661');
10454INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1471','28674','28661');
10455INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1472','28675','28661');
10456INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1473','28676','28662');
10457INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1474','28677','28662');
10458INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1475','28678','28662');
10459INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1476','28679','28663');
10460INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1477','28680','28663');
10461INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1478','28681','28663');
10462INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1479','28682','28664');
10463INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1480','28683','28664');
10464INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1481','28684','28664');
10465INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1482','28685','28665');
10466INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1483','28686','28665');
10467INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1484','28687','28665');
10468INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1485','28688','28666');
10469INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1486','28689','28666');
10470INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1487','28690','28666');
10471INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1488','28691','28667');
10472INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1489','28692','28667');
10473INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1490','28693','28667');
10474INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1491','28694','28668');
10475INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1492','28695','28668');
10476INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1493','28696','28668');
10477INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1494','28697','28669');
10478INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1495','28698','28669');
10479INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1496','28699','28669');
10480INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1497','28700','28670');
10481INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1498','28701','28670');
10482INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1499','28702','28670');
10483INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1500','28703','28671');
10484INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1501','28704','28671');
10485INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1502','28705','28671');
10486INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1503','28706','28672');
10487INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1504','28707','28672');
10488INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1505','28708','28672');
10489INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1506','28715','28711');
10490INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1507','28716','28711');
10491INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1508','28717','28711');
10492INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1509','28718','28712');
10493INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1510','28719','28712');
10494INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1511','28720','28712');
10495INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1512','28721','28713');
10496INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1513','28722','28713');
10497INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1514','28723','28713');
10498INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1515','28724','28714');
10499INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1516','28725','28714');
10500INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1517','28726','28714');
10501INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1518','28731','27390');
10502INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1519','28732','27397');
10503INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1520','28733','27409');
10504INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1521','28734','28219');
10505INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1522','28841','28833');
10506INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1523','28842','28834');
10507INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1524','28843','28834');
10508INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1525','28844','28834');
10509INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1526','28845','28834');
10510INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1527','28846','28837');
10511INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1528','28847','28837');
10512INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1529','28848','28837');
10513INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1530','28849','28837');
10514INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1531','28850','28838');
10515INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1532','28851','28838');
10516INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1533','28852','28838');
10517INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1534','28853','28838');
10518INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1535','28854','28839');
10519INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1536','28855','28839');
10520INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1537','28856','28839');
10521INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1538','28857','28839');
10522INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1539','28858','28840');
10523INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1540','28859','28840');
10524INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1541','28860','28840');
10525INSERT INTO `item_discovery` (`itemdiscoveryid`,`itemid`,`parent_itemid`) values ('1542','28861','28840');
10526INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('1','207','206');
10527INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('12','252','206');
10528INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('13','262','206');
10529INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('14','272','206');
10530INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('15','282','206');
10531INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('16','292','206');
10532INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('17','302','206');
10533INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('18','329','206');
10534INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('19','345','179');
10535INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('20','346','13');
10536INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('21','347','5');
10537INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('22','348','21');
10538INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('23','349','15');
10539INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('24','350','7');
10540INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('25','351','1');
10541INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('26','352','17');
10542INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('27','353','9');
10543INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('28','354','23');
10544INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('29','355','207');
10545INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('165','797','780');
10546INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('166','799','780');
10547INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('167','803','784');
10548INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('168','803','771');
10549INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('169','804','800');
10550INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('170','805','799');
10551INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('171','811','784');
10552INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('172','812','800');
10553INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('173','813','799');
10554INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('174','820','784');
10555INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('175','821','800');
10556INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('176','822','799');
10557INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('177','823','784');
10558INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('178','824','800');
10559INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('179','825','799');
10560INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('180','836','826');
10561INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('181','837','827');
10562INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('182','838','826');
10563INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('183','839','827');
10564INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('184','840','784');
10565INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('185','840','771');
10566INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('186','841','800');
10567INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('187','842','799');
10568INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('191','846','800');
10569INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('192','847','799');
10570INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('193','856','848');
10571INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('194','857','849');
10572INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('195','858','852');
10573INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('196','859','853');
10574INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('197','860','854');
10575INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('198','861','855');
10576INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('205','868','848');
10577INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('206','869','851');
10578INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('207','870','852');
10579INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('208','871','853');
10580INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('209','872','854');
10581INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('210','873','855');
10582INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('211','874','784');
10583INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('212','874','771');
10584INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('213','875','800');
10585INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('214','876','799');
10586INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('215','883','784');
10587INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('216','884','800');
10588INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('217','885','799');
10589INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('218','892','784');
10590INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('219','892','771');
10591INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('220','893','800');
10592INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('221','894','799');
10593INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('222','901','784');
10594INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('223','901','771');
10595INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('224','902','800');
10596INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('225','903','799');
10597INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('226','910','781');
10598INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('227','910','770');
10599INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('228','911','798');
10600INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('229','912','797');
10601INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('230','913','782');
10602INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('231','913','771');
10603INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('232','914','800');
10604INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('233','915','799');
10605INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('234','916','784');
10606INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('235','916','771');
10607INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('236','917','800');
10608INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('237','918','799');
10609INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('243','934','784');
10610INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('244','934','771');
10611INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('245','935','800');
10612INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('246','936','799');
10613INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('247','942','784');
10614INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('248','943','800');
10615INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('249','944','799');
10616INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('250','949','784');
10617INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('251','949','771');
10618INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('252','950','800');
10619INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('253','951','799');
10620INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('263','969','784');
10621INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('264','970','800');
10622INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('265','971','799');
10623INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('266','977','784');
10624INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('267','978','800');
10625INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('268','979','799');
10626INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('269','986','784');
10627INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('270','986','771');
10628INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('271','987','800');
10629INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('272','988','799');
10630INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('273','992','782');
10631INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('274','993','800');
10632INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('275','994','799');
10633INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('276','998','781');
10634INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('277','999','798');
10635INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('278','1000','797');
10636INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('283','1018','784');
10637INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('284','1018','771');
10638INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('285','1019','800');
10639INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('286','1020','799');
10640INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('291','1025','786');
10641INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('292','1026','800');
10642INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('293','1027','799');
10643INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('294','1028','784');
10644INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('295','1028','771');
10645INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('296','1029','800');
10646INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('297','1030','799');
10647INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('302','1041','784');
10648INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('303','1042','800');
10649INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('304','1043','799');
10650INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('305','1048','852');
10651INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('306','1049','855');
10652INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('307','1050','854');
10653INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('308','1051','853');
10654INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('309','1052','848');
10655INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('310','1053','784');
10656INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('311','1054','800');
10657INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('312','1055','799');
10658INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('313','1057','1056');
10659INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('314','1058','771');
10660INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('315','1059','800');
10661INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('316','1060','799');
10662INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('317','1058','784');
10663INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('318','1069','800');
10664INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('319','1070','799');
10665INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('320','1078','800');
10666INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('321','1079','799');
10667INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('322','1087','798');
10668INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('323','1088','797');
10669INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('324','1094','800');
10670INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('325','1095','799');
10671INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('326','1101','800');
10672INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('327','1102','799');
10673INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('328','1113','800');
10674INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('329','1114','799');
10675INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('334','1125','1122');
10676INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('335','1126','1123');
10677INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('336','1127','1124');
10678INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('337','1128','1125');
10679INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('338','1129','1126');
10680INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('339','1130','1127');
10681INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('340','1131','1125');
10682INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('341','1132','1126');
10683INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('342','1133','1127');
10684INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('343','1134','1125');
10685INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('344','1135','1126');
10686INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('345','1136','1127');
10687INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('346','1137','1125');
10688INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('347','1138','1126');
10689INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('348','1139','1127');
10690INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('349','1143','1140');
10691INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('350','1144','1141');
10692INSERT INTO `application_template` (`application_templateid`,`applicationid`,`templateid`) values ('351','1145','1142');
10693INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('1','22444','8','{#IFNAME}','@Network interfaces for discovery');
10694INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('2','22450','8','{#FSTYPE}','@File systems for discovery');
10695INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('4','22867','8','{#FSTYPE}','@File systems for discovery');
10696INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('5','22907','8','{#FSTYPE}','@File systems for discovery');
10697INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('6','22944','8','{#IFNAME}','@Network interfaces for discovery');
10698INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('7','22947','8','{#FSTYPE}','@File systems for discovery');
10699INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('8','22984','8','{#IFNAME}','@Network interfaces for discovery');
10700INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('9','22987','8','{#FSTYPE}','@File systems for discovery');
10701INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('10','23024','8','{#IFNAME}','@Network interfaces for discovery');
10702INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('11','23027','8','{#FSTYPE}','@File systems for discovery');
10703INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('12','23067','8','{#FSTYPE}','@File systems for discovery');
10704INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('13','23162','8','{#FSTYPE}','@File systems for discovery');
10705INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('14','23163','8','{#IFNAME}','@Network interfaces for discovery');
10706INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('15','23329','8','{#IFNAME}','@Network interfaces for discovery');
10707INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('16','23540','8','{#IFNAME}','@Network interfaces for discovery');
10708INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('19','23278','8','{#IFNAME}','@Network interfaces for discovery');
10709INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('20','23279','8','{#FSTYPE}','@File systems for discovery');
10710INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('21','23665','8','{#SERVICE.NAME}','@Windows service names for discovery');
10711INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('22','23665','8','{#SERVICE.STARTUPNAME}','@Windows service startup states for discovery');
10712INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('215','27029','8','{#IFOPERSTATUS}','1');
10713INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('216','27029','8','{#SNMPVALUE}','(2|3)');
10714INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('217','27031','8','{#IFOPERSTATUS}','1');
10715INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('218','27031','8','{#SNMPVALUE}','(2|3)');
10716INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('227','27068','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10717INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('228','27068','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10718INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('229','27078','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10719INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('230','27078','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10720INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('231','27088','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10721INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('232','27088','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10722INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('233','27098','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10723INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('234','27098','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10724INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('237','27118','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10725INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('238','27118','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10726INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('243','27180','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10727INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('244','27180','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10728INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('245','27190','8','{#IFOPERSTATUS}','1');
10729INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('246','27190','8','{#SNMPVALUE}','(2|3)');
10730INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('247','27209','8','{#TEMP_SENSOR}','1');
10731INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('248','27210','8','{#SNMPVALUE}','[^1]');
10732INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('249','27211','8','{#ENT_SN}','.+');
10733INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('250','27215','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10734INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('251','27215','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10735INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('253','27242','8','{#SENSOR_TYPE}','1');
10736INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('254','27243','8','{#SENSOR_TYPE}','3');
10737INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('255','27244','8','{#SENSOR_TYPE}','2');
10738INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('256','27251','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10739INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('257','27251','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10740INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('258','27272','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10741INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('259','27272','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10742INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('260','27321','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10743INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('261','27321','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10744INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('262','27331','8','{#IFOPERSTATUS}','1');
10745INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('263','27331','8','{#SNMPVALUE}','(2|3)');
10746INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('266','27393','8','{#ENT_SN}','.+');
10747INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('267','27393','8','{#ENT_CLASS}','[^3]');
10748INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('268','27399','8','{#ENT_SN}','.+');
10749INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('269','27399','8','{#ENT_CLASS}','[^3]');
10750INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('272','27410','8','{#ENT_SN}','.+');
10751INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('273','27410','8','{#ENT_CLASS}','[^3]');
10752INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('274','27450','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10753INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('275','27450','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10754INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('276','27460','8','{#IFOPERSTATUS}','1');
10755INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('277','27460','8','{#SNMPVALUE}','(2|3)');
10756INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('278','27486','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10757INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('279','27486','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10758INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('280','27520','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10759INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('281','27520','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10760INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('282','27530','8','{#IFOPERSTATUS}','1');
10761INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('283','27530','8','{#SNMPVALUE}','(2|3)');
10762INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('284','27550','8','{#STATUS}','[^0]');
10763INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('285','27551','8','{#STATUS}','[^0]');
10764INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('286','27556','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10765INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('287','27556','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10766INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('288','27566','8','{#IFOPERSTATUS}','1');
10767INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('289','27566','8','{#SNMPVALUE}','(2|3)');
10768INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('290','27596','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10769INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('291','27596','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10770INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('292','27606','8','{#IFOPERSTATUS}','1');
10771INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('293','27606','8','{#SNMPVALUE}','(2|3)');
10772INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('294','27619','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10773INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('295','27619','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10774INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('296','27629','8','{#IFOPERSTATUS}','1');
10775INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('297','27629','8','{#SNMPVALUE}','(2|3)');
10776INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('298','27642','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10777INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('299','27642','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10778INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('300','27652','8','{#IFOPERSTATUS}','1');
10779INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('301','27652','8','{#SNMPVALUE}','(2|3)');
10780INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('302','27665','8','{#SNMPVALUE}','^(MODULE|Module) (LEVEL|level)1$');
10781INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('303','27665','8','{#SNMPVALUE}','(Fabric|FABRIC) (.+) (Module|MODULE)');
10782INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('304','27666','8','{#SNMPVALUE}','^(MODULE|Module) (LEVEL|level)1$');
10783INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('305','27666','8','{#SNMPVALUE}','(Fabric|FABRIC) (.+) (Module|MODULE)');
10784INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('306','27666','8','{#SNMPVALUE}','(T|t)emperature.*(s|S)ensor');
10785INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('307','27667','8','{#ENT_CLASS}','7');
10786INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('308','27668','8','{#ENT_CLASS}','6');
10787INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('309','27669','8','{#ENT_CLASS}','3');
10788INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('323','27722','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10789INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('324','27722','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10790INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('325','27732','8','{#IFOPERSTATUS}','1');
10791INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('326','27732','8','{#SNMPVALUE}','(2|3)');
10792INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('327','27745','8','{#ENT_NAME}','MPU.*');
10793INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('328','27746','8','{#ENT_CLASS}','3');
10794INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('329','27756','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10795INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('330','27756','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10796INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('331','27779','8','{#SENSOR_TYPE}','2');
10797INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('332','27780','8','{#ENT_CLASS}','2');
10798INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('333','27788','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10799INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('334','27788','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10800INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('335','27798','8','{#IFOPERSTATUS}','1');
10801INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('336','27798','8','{#SNMPVALUE}','(2|3)');
10802INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('337','27815','8','{#SNMPVALUE}','Routing Engine.*');
10803INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('338','27816','8','{#SNMPVALUE}','[^0]+');
10804INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('350','27872','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10805INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('351','27872','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10806INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('352','27903','8','{#STORAGE_TYPE}','.+4$');
10807INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('353','27903','8','{#STORAGE_TYPE}','.+hrStorageFixedDisk');
10808INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('354','27909','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10809INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('355','27909','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10810INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('356','27944','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10811INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('357','27944','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10812INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('358','27954','8','{#IFOPERSTATUS}','1');
10813INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('359','27954','8','{#SNMPVALUE}','(2|3)');
10814INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('360','27976','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10815INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('361','27976','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10816INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('362','28005','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10817INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('363','28005','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10818INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('368','28058','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10819INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('369','28058','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10820INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('370','28068','8','{#IFOPERSTATUS}','1');
10821INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('371','28068','8','{#SNMPVALUE}','(2|3)');
10822INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('376','28097','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10823INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('377','28097','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10824INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('378','28118','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10825INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('379','28118','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10826INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('380','28128','8','{#IFOPERSTATUS}','1');
10827INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('381','28128','8','{#SNMPVALUE}','(2|3)');
10828INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('382','28144','8','{#SENSOR_TYPE}','8');
10829INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('383','28144','8','{#SENSOR_PRECISION}','0');
10830INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('384','28146','8','{#ENT_CLASS}','.+8.3.2$');
10831INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('385','28146','8','{#ENT_STATUS}','(1|2|3|4)');
10832INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('386','28147','8','{#ENT_CLASS}','.+8.3.1$');
10833INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('387','28147','8','{#ENT_STATUS}','(1|2|3|4)');
10834INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('388','28148','8','{#ENT_CLASS}','.+8.3.3$');
10835INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('389','28148','8','{#ENT_STATUS}','(1|2|3|4)');
10836INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('390','28149','8','{#ENT_CLASS}','3');
10837INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('395','28175','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10838INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('396','28175','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10839INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('397','28196','8','{#SENSOR_TYPE}','8');
10840INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('398','28196','8','{#SENSOR_PRECISION}','1');
10841INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('399','28197','8','{#SNMPVALUE}','10');
10842INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('400','28198','8','{#ENT_CLASS}','3');
10843INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('401','28199','8','{#ENT_CLASS}','6');
10844INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('402','28207','8','{#ENT_SN}','.+');
10845INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('403','28207','8','{#ENT_CLASS}','[^3]');
10846INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('404','28223','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10847INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('405','28223','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10848INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('406','27088','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10849INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('407','27098','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10850INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('408','27180','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10851INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('409','27215','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10852INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('410','27251','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10853INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('411','27272','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10854INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('412','27321','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10855INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('413','27450','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10856INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('414','27486','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10857INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('415','27520','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10858INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('416','27556','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10859INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('417','27642','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10860INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('418','27722','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10861INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('419','27756','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10862INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('420','27788','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10863INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('421','27872','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10864INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('422','27909','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10865INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('423','27944','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10866INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('424','28058','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10867INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('425','28118','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10868INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('426','28175','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10869INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('427','28223','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10870INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('428','27068','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10871INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('429','27596','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10872INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('430','28005','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10873INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('431','27078','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10874INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('432','27619','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10875INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('433','27976','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10876INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('434','27118','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10877INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('435','28097','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10878INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('436','28280','8','{#IFOPERSTATUS}','1');
10879INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('437','28280','8','{#SNMPVALUE}','(2|3)');
10880INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('438','28293','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
10881INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('439','28293','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
10882INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('440','28293','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
10883INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('448','28306','8','{#SENSOR_TYPE}','8');
10884INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('449','28306','8','{#SENSOR_PRECISION}','1');
10885INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('450','28307','8','{#SNMPVALUE}','10');
10886INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('451','28308','8','{#ENT_CLASS}','3');
10887INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('452','28309','8','{#ENT_CLASS}','6');
10888INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('453','28346','8','{#SENSOR_LOCALE}','.*CPU.*');
10889INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('454','28347','8','{#SENSOR_LOCALE}','.*Inlet Temp.*');
10890INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('455','28349','8','{#TYPE}','3');
10891INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('456','28392','8','{#SENSOR_LOCALE}','(4|8|9|12|13)');
10892INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('457','28393','8','{#SNMPINDEX}','0\\.1');
10893INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('458','28393','8','{#SENSOR_LOCALE}','11');
10894INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('459','28394','8','{#SENSOR_LOCALE}','6');
10895INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('460','28395','8','{#SENSOR_LOCALE}','7');
10896INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('461','28396','8','{#SENSOR_LOCALE}','10');
10897INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('462','28397','8','{#SENSOR_LOCALE}','3');
10898INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('463','28440','8','{#SNMPVALUE}','(DIMM|PSU|PCH|RAID|RR|PCI).*');
10899INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('464','28441','8','{#SNMPVALUE}','Ambient.*');
10900INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('465','28442','8','{#SNMPVALUE}','CPU [0-9]* Temp');
10901INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('466','28468','8','{#SNMPVALUE}','(DIMM|PSU|PCH|RAID|RR|PCI).*');
10902INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('467','28469','8','{#SNMPVALUE}','Ambient.*');
10903INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('468','28470','8','{#SNMPVALUE}','CPU [0-9]* Temp');
10904INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('469','28493','8','{#SNMPVALUE}','[1-9]+');
10905INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('470','28493','8','{#SENSOR_DESCR}','.*Temp.*');
10906INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('471','28494','8','{#SNMPVALUE}','[1-9]+');
10907INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('472','28494','8','{#SENSOR_DESCR}','FAN.*');
10908INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('473','28661','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
10909INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('474','28661','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
10910INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('475','28661','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
10911INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('476','28661','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
10912INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('477','28662','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
10913INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('478','28662','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
10914INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('479','28662','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
10915INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('480','28662','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
10916INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('481','28663','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
10917INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('482','28663','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
10918INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('483','28663','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
10919INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('484','28663','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
10920INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('485','28664','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
10921INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('486','28664','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
10922INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('487','28664','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
10923INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('488','28664','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
10924INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('489','28665','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
10925INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('490','28665','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
10926INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('491','28665','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
10927INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('492','28665','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
10928INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('493','28666','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
10929INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('494','28666','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
10930INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('495','28666','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
10931INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('496','28666','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
10932INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('497','28667','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
10933INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('498','28667','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
10934INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('499','28667','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
10935INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('500','28667','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
10936INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('501','28668','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
10937INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('502','28668','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
10938INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('503','28668','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
10939INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('504','28668','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
10940INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('505','28669','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
10941INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('506','28669','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
10942INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('507','28669','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
10943INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('508','28669','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
10944INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('509','28670','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
10945INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('510','28670','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
10946INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('511','28670','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
10947INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('512','28670','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
10948INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('513','28671','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
10949INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('514','28671','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
10950INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('515','28671','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
10951INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('516','28671','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
10952INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('517','28672','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
10953INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('518','28672','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
10954INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('519','28672','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
10955INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('520','28672','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
10956INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('521','27118','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
10957INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('522','27118','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
10958INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('523','27118','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
10959INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('524','27118','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
10960INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('525','27118','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
10961INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('526','27118','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
10962INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('527','27118','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
10963INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('528','27118','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
10964INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('529','27118','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
10965INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('530','28097','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
10966INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('531','28097','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
10967INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('532','28097','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
10968INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('533','28097','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
10969INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('534','28097','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
10970INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('535','28097','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
10971INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('536','28097','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
10972INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('537','28097','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
10973INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('538','28097','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
10974INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('539','28711','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
10975INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('540','28711','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
10976INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('541','28711','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
10977INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('542','28711','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
10978INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('543','28712','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
10979INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('544','28712','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
10980INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('545','28712','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
10981INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('546','28712','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
10982INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('547','28713','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
10983INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('548','28713','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
10984INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('549','28713','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
10985INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('550','28713','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
10986INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('551','28714','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
10987INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('552','28714','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
10988INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('553','28714','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
10989INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('554','28714','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
10990INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('555','27088','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
10991INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('556','27088','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
10992INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('557','27088','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
10993INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('558','27088','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
10994INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('559','27088','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
10995INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('560','27088','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
10996INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('561','27088','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
10997INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('562','27088','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
10998INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('563','27088','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
10999INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('564','27098','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11000INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('565','27098','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11001INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('566','27098','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11002INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('567','27098','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11003INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('568','27098','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11004INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('569','27098','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11005INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('570','27098','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11006INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('571','27098','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11007INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('572','27098','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11008INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('573','27180','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11009INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('574','27180','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11010INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('575','27180','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11011INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('576','27180','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11012INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('577','27180','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11013INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('578','27180','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11014INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('579','27180','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11015INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('580','27180','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11016INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('581','27180','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11017INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('582','27215','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11018INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('583','27215','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11019INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('584','27215','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11020INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('585','27215','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11021INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('586','27215','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11022INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('587','27215','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11023INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('588','27215','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11024INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('589','27215','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11025INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('590','27215','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11026INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('591','27251','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11027INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('592','27251','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11028INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('593','27251','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11029INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('594','27251','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11030INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('595','27251','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11031INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('596','27251','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11032INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('597','27251','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11033INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('598','27251','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11034INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('599','27251','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11035INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('600','27272','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11036INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('601','27272','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11037INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('602','27272','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11038INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('603','27272','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11039INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('604','27272','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11040INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('605','27272','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11041INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('606','27272','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11042INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('607','27272','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11043INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('608','27272','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11044INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('609','27321','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11045INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('610','27321','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11046INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('611','27321','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11047INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('612','27321','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11048INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('613','27321','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11049INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('614','27321','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11050INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('615','27321','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11051INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('616','27321','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11052INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('617','27321','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11053INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('618','27450','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11054INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('619','27450','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11055INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('620','27450','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11056INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('621','27450','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11057INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('622','27450','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11058INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('623','27450','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11059INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('624','27450','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11060INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('625','27450','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11061INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('626','27450','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11062INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('627','27486','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11063INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('628','27486','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11064INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('629','27486','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11065INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('630','27486','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11066INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('631','27486','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11067INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('632','27486','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11068INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('633','27486','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11069INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('634','27486','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11070INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('635','27486','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11071INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('636','27520','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11072INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('637','27520','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11073INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('638','27520','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11074INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('639','27520','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11075INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('640','27520','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11076INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('641','27520','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11077INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('642','27520','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11078INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('643','27520','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11079INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('644','27520','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11080INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('645','27556','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11081INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('646','27556','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11082INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('647','27556','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11083INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('648','27556','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11084INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('649','27556','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11085INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('650','27556','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11086INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('651','27556','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11087INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('652','27556','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11088INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('653','27556','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11089INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('654','27642','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11090INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('655','27642','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11091INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('656','27642','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11092INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('657','27642','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11093INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('658','27642','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11094INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('659','27642','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11095INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('660','27642','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11096INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('661','27642','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11097INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('662','27642','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11098INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('663','27722','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11099INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('664','27722','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11100INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('665','27722','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11101INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('666','27722','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11102INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('667','27722','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11103INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('668','27722','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11104INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('669','27722','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11105INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('670','27722','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11106INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('671','27722','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11107INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('672','27756','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11108INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('673','27756','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11109INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('674','27756','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11110INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('675','27756','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11111INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('676','27756','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11112INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('677','27756','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11113INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('678','27756','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11114INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('679','27756','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11115INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('680','27756','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11116INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('681','27788','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11117INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('682','27788','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11118INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('683','27788','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11119INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('684','27788','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11120INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('685','27788','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11121INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('686','27788','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11122INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('687','27788','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11123INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('688','27788','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11124INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('689','27788','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11125INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('690','27872','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11126INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('691','27872','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11127INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('692','27872','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11128INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('693','27872','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11129INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('694','27872','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11130INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('695','27872','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11131INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('696','27872','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11132INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('697','27872','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11133INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('698','27872','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11134INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('699','27909','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11135INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('700','27909','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11136INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('701','27909','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11137INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('702','27909','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11138INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('703','27909','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11139INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('704','27909','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11140INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('705','27909','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11141INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('706','27909','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11142INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('707','27909','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11143INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('708','27944','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11144INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('709','27944','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11145INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('710','27944','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11146INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('711','27944','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11147INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('712','27944','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11148INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('713','27944','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11149INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('714','27944','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11150INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('715','27944','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11151INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('716','27944','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11152INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('717','28058','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11153INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('718','28058','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11154INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('719','28058','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11155INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('720','28058','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11156INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('721','28058','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11157INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('722','28058','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11158INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('723','28058','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11159INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('724','28058','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11160INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('725','28058','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11161INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('726','28118','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11162INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('727','28118','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11163INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('728','28118','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11164INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('729','28118','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11165INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('730','28118','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11166INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('731','28118','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11167INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('732','28118','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11168INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('733','28118','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11169INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('734','28118','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11170INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('735','28175','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11171INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('736','28175','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11172INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('737','28175','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11173INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('738','28175','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11174INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('739','28175','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11175INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('740','28175','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11176INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('741','28175','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11177INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('742','28175','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11178INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('743','28175','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11179INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('744','28223','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11180INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('745','28223','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11181INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('746','28223','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11182INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('747','28223','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11183INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('748','28223','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11184INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('749','28223','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11185INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('750','28223','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11186INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('751','28223','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11187INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('752','28223','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11188INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('753','28293','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11189INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('754','28293','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11190INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('755','28293','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11191INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('756','28293','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11192INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('757','28293','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11193INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('758','28293','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
11194INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('759','28293','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
11195INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('760','28293','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11196INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('761','28293','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11197INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('762','27068','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11198INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('763','27068','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11199INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('764','27068','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11200INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('765','27068','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11201INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('766','27068','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11202INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('767','27068','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11203INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('768','27068','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11204INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('769','27596','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11205INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('770','27596','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11206INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('771','27596','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11207INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('772','27596','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11208INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('773','27596','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11209INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('774','27596','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11210INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('775','27596','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11211INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('776','28005','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11212INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('777','28005','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11213INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('778','28005','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11214INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('779','28005','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11215INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('780','28005','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11216INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('781','28005','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11217INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('782','28005','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11218INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('783','27078','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11219INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('784','27078','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11220INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('785','27078','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11221INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('786','27078','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11222INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('787','27078','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11223INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('788','27078','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11224INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('789','27078','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11225INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('790','27619','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11226INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('791','27619','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11227INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('792','27619','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11228INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('793','27619','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11229INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('794','27619','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11230INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('795','27619','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11231INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('796','27619','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11232INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('797','27976','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
11233INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('798','27976','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
11234INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('799','27976','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
11235INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('800','27976','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
11236INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('801','27976','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
11237INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('802','27976','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
11238INSERT INTO `item_condition` (`item_conditionid`,`itemid`,`operator`,`macro`,`value`) values ('803','27976','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
11239INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('1','23665',NULL,'Startup {#SERVICE.STARTUPNAME} services');
11240INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('2','28661',NULL,'Filesystem {#FSNAME}');
11241INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('8','27118',NULL,'Interface {#IFNAME}({#IFALIAS})');
11242INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('10','28711',NULL,'Filesystem {#FSNAME}');
11243INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('12','27088',NULL,'Interface {#IFNAME}({#IFALIAS})');
11244INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('13','27098',NULL,'Interface {#IFNAME}({#IFALIAS})');
11245INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('35','27068',NULL,'Interface {#IFDESCR}');
11246INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('38','27078',NULL,'Interface {#IFDESCR}');
11247INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('3','28663','2','Filesystem {#FSNAME}');
11248INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('9','28097','8','Interface {#IFNAME}({#IFALIAS})');
11249INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('11','28713','10','Filesystem {#FSNAME}');
11250INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('14','27180','13','Interface {#IFNAME}({#IFALIAS})');
11251INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('15','27215','13','Interface {#IFNAME}({#IFALIAS})');
11252INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('16','27251','13','Interface {#IFNAME}({#IFALIAS})');
11253INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('17','27272','13','Interface {#IFNAME}({#IFALIAS})');
11254INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('18','27321','13','Interface {#IFNAME}({#IFALIAS})');
11255INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('19','27450','13','Interface {#IFNAME}({#IFALIAS})');
11256INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('20','27486','13','Interface {#IFNAME}({#IFALIAS})');
11257INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('21','27520','13','Interface {#IFNAME}({#IFALIAS})');
11258INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('22','27556','13','Interface {#IFNAME}({#IFALIAS})');
11259INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('23','27642','13','Interface {#IFNAME}({#IFALIAS})');
11260INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('24','27722','13','Interface {#IFNAME}({#IFALIAS})');
11261INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('25','27756','13','Interface {#IFNAME}({#IFALIAS})');
11262INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('26','27788','13','Interface {#IFNAME}({#IFALIAS})');
11263INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('27','27872','13','Interface {#IFNAME}({#IFALIAS})');
11264INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('28','27909','13','Interface {#IFNAME}({#IFALIAS})');
11265INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('29','27944','13','Interface {#IFNAME}({#IFALIAS})');
11266INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('30','28058','13','Interface {#IFNAME}({#IFALIAS})');
11267INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('31','28118','13','Interface {#IFNAME}({#IFALIAS})');
11268INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('32','28175','13','Interface {#IFNAME}({#IFALIAS})');
11269INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('33','28223','13','Interface {#IFNAME}({#IFALIAS})');
11270INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('34','28293','13','Interface {#IFNAME}({#IFALIAS})');
11271INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('36','27596','35','Interface {#IFDESCR}');
11272INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('37','28005','35','Interface {#IFDESCR}');
11273INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('39','27619','38','Interface {#IFDESCR}');
11274INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('40','27976','38','Interface {#IFDESCR}');
11275INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('4','28665','3','Filesystem {#FSNAME}');
11276INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('5','28667','3','Filesystem {#FSNAME}');
11277INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('6','28669','3','Filesystem {#FSNAME}');
11278INSERT INTO `application_prototype` (`application_prototypeid`,`itemid`,`templateid`,`name`) values ('7','28671','3','Filesystem {#FSNAME}');
11279INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('1','1','23666');
11280INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('2','2','28673');
11281INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('3','2','28674');
11282INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('4','2','28675');
11283INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('5','3','28679');
11284INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('6','3','28680');
11285INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('7','3','28681');
11286INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('8','4','28685');
11287INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('9','4','28686');
11288INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('10','4','28687');
11289INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('11','5','28691');
11290INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('12','5','28692');
11291INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('13','5','28693');
11292INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('14','6','28697');
11293INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('15','6','28698');
11294INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('16','6','28699');
11295INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('17','7','28703');
11296INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('18','7','28704');
11297INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('19','7','28705');
11298INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('20','8','27119');
11299INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('21','8','27120');
11300INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('22','8','27121');
11301INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('23','8','27122');
11302INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('24','8','27123');
11303INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('25','8','27124');
11304INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('26','8','27125');
11305INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('27','8','27126');
11306INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('28','8','27127');
11307INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('29','9','28098');
11308INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('30','9','28099');
11309INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('31','9','28100');
11310INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('32','9','28101');
11311INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('33','9','28102');
11312INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('34','9','28103');
11313INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('35','9','28104');
11314INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('36','9','28105');
11315INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('37','9','28106');
11316INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('38','10','28715');
11317INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('39','10','28716');
11318INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('40','10','28717');
11319INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('41','11','28721');
11320INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('42','11','28722');
11321INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('43','11','28723');
11322INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('44','12','27089');
11323INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('45','12','27090');
11324INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('46','12','27091');
11325INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('47','12','27092');
11326INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('48','12','27093');
11327INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('49','12','27094');
11328INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('50','12','27095');
11329INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('51','12','27096');
11330INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('52','12','27097');
11331INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('53','13','27099');
11332INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('54','13','27100');
11333INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('55','13','27101');
11334INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('56','13','27102');
11335INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('57','13','27103');
11336INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('58','13','27104');
11337INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('59','13','27105');
11338INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('60','13','27106');
11339INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('61','13','27107');
11340INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('62','14','27181');
11341INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('63','14','27182');
11342INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('64','14','27183');
11343INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('65','14','27184');
11344INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('66','14','27185');
11345INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('67','14','27186');
11346INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('68','14','27187');
11347INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('69','14','27188');
11348INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('70','14','27189');
11349INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('71','15','27216');
11350INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('72','15','27217');
11351INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('73','15','27218');
11352INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('74','15','27219');
11353INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('75','15','27220');
11354INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('76','15','27221');
11355INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('77','15','27222');
11356INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('78','15','27223');
11357INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('79','15','27224');
11358INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('80','16','27252');
11359INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('81','16','27253');
11360INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('82','16','27254');
11361INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('83','16','27255');
11362INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('84','16','27256');
11363INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('85','16','27257');
11364INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('86','16','27258');
11365INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('87','16','27259');
11366INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('88','16','27260');
11367INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('89','17','27273');
11368INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('90','17','27274');
11369INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('91','17','27275');
11370INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('92','17','27276');
11371INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('93','17','27277');
11372INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('94','17','27278');
11373INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('95','17','27279');
11374INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('96','17','27280');
11375INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('97','17','27281');
11376INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('98','18','27322');
11377INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('99','18','27323');
11378INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('100','18','27324');
11379INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('101','18','27325');
11380INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('102','18','27326');
11381INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('103','18','27327');
11382INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('104','18','27328');
11383INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('105','18','27329');
11384INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('106','18','27330');
11385INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('107','19','27451');
11386INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('108','19','27452');
11387INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('109','19','27453');
11388INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('110','19','27454');
11389INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('111','19','27455');
11390INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('112','19','27456');
11391INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('113','19','27457');
11392INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('114','19','27458');
11393INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('115','19','27459');
11394INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('116','20','27487');
11395INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('117','20','27488');
11396INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('118','20','27489');
11397INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('119','20','27490');
11398INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('120','20','27491');
11399INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('121','20','27492');
11400INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('122','20','27493');
11401INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('123','20','27494');
11402INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('124','20','27495');
11403INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('125','21','27521');
11404INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('126','21','27522');
11405INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('127','21','27523');
11406INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('128','21','27524');
11407INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('129','21','27525');
11408INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('130','21','27526');
11409INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('131','21','27527');
11410INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('132','21','27528');
11411INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('133','21','27529');
11412INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('134','22','27557');
11413INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('135','22','27558');
11414INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('136','22','27559');
11415INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('137','22','27560');
11416INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('138','22','27561');
11417INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('139','22','27562');
11418INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('140','22','27563');
11419INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('141','22','27564');
11420INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('142','22','27565');
11421INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('143','23','27643');
11422INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('144','23','27644');
11423INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('145','23','27645');
11424INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('146','23','27646');
11425INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('147','23','27647');
11426INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('148','23','27648');
11427INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('149','23','27649');
11428INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('150','23','27650');
11429INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('151','23','27651');
11430INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('152','24','27723');
11431INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('153','24','27724');
11432INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('154','24','27725');
11433INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('155','24','27726');
11434INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('156','24','27727');
11435INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('157','24','27728');
11436INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('158','24','27729');
11437INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('159','24','27730');
11438INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('160','24','27731');
11439INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('161','25','27757');
11440INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('162','25','27758');
11441INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('163','25','27759');
11442INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('164','25','27760');
11443INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('165','25','27761');
11444INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('166','25','27762');
11445INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('167','25','27763');
11446INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('168','25','27764');
11447INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('169','25','27765');
11448INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('170','26','27789');
11449INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('171','26','27790');
11450INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('172','26','27791');
11451INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('173','26','27792');
11452INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('174','26','27793');
11453INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('175','26','27794');
11454INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('176','26','27795');
11455INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('177','26','27796');
11456INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('178','26','27797');
11457INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('179','27','27873');
11458INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('180','27','27874');
11459INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('181','27','27875');
11460INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('182','27','27876');
11461INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('183','27','27877');
11462INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('184','27','27878');
11463INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('185','27','27879');
11464INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('186','27','27880');
11465INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('187','27','27881');
11466INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('188','28','27910');
11467INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('189','28','27911');
11468INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('190','28','27912');
11469INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('191','28','27913');
11470INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('192','28','27914');
11471INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('193','28','27915');
11472INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('194','28','27916');
11473INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('195','28','27917');
11474INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('196','28','27918');
11475INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('197','29','27945');
11476INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('198','29','27946');
11477INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('199','29','27947');
11478INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('200','29','27948');
11479INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('201','29','27949');
11480INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('202','29','27950');
11481INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('203','29','27951');
11482INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('204','29','27952');
11483INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('205','29','27953');
11484INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('206','30','28059');
11485INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('207','30','28060');
11486INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('208','30','28061');
11487INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('209','30','28062');
11488INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('210','30','28063');
11489INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('211','30','28064');
11490INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('212','30','28065');
11491INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('213','30','28066');
11492INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('214','30','28067');
11493INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('215','31','28119');
11494INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('216','31','28120');
11495INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('217','31','28121');
11496INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('218','31','28122');
11497INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('219','31','28123');
11498INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('220','31','28124');
11499INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('221','31','28125');
11500INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('222','31','28126');
11501INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('223','31','28127');
11502INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('224','32','28176');
11503INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('225','32','28177');
11504INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('226','32','28178');
11505INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('227','32','28179');
11506INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('228','32','28180');
11507INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('229','32','28181');
11508INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('230','32','28182');
11509INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('231','32','28183');
11510INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('232','32','28184');
11511INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('233','33','28224');
11512INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('234','33','28225');
11513INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('235','33','28226');
11514INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('236','33','28227');
11515INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('237','33','28228');
11516INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('238','33','28229');
11517INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('239','33','28230');
11518INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('240','33','28231');
11519INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('241','33','28232');
11520INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('242','34','28294');
11521INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('243','34','28295');
11522INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('244','34','28296');
11523INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('245','34','28297');
11524INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('246','34','28298');
11525INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('247','34','28299');
11526INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('248','34','28300');
11527INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('249','34','28301');
11528INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('250','34','28302');
11529INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('251','35','27069');
11530INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('252','35','27070');
11531INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('253','35','27071');
11532INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('254','35','27072');
11533INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('255','35','27073');
11534INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('256','35','27074');
11535INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('257','35','27075');
11536INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('258','35','27076');
11537INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('259','35','27077');
11538INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('260','36','27597');
11539INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('261','36','27598');
11540INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('262','36','27599');
11541INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('263','36','27600');
11542INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('264','36','27601');
11543INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('265','36','27602');
11544INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('266','36','27603');
11545INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('267','36','27604');
11546INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('268','36','27605');
11547INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('269','37','28006');
11548INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('270','37','28007');
11549INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('271','37','28008');
11550INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('272','37','28009');
11551INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('273','37','28010');
11552INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('274','37','28011');
11553INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('275','37','28012');
11554INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('276','37','28013');
11555INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('277','37','28014');
11556INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('278','38','27079');
11557INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('279','38','27080');
11558INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('280','38','27081');
11559INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('281','38','27082');
11560INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('282','38','27083');
11561INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('283','38','27084');
11562INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('284','38','27085');
11563INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('285','38','27086');
11564INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('286','38','27087');
11565INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('287','39','27620');
11566INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('288','39','27621');
11567INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('289','39','27622');
11568INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('290','39','27623');
11569INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('291','39','27624');
11570INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('292','39','27625');
11571INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('293','39','27626');
11572INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('294','39','27627');
11573INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('295','39','27628');
11574INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('296','40','27977');
11575INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('297','40','27978');
11576INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('298','40','27979');
11577INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('299','40','27980');
11578INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('300','40','27981');
11579INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('301','40','27982');
11580INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('302','40','27983');
11581INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('303','40','27984');
11582INSERT INTO `item_application_prototype` (`item_application_prototypeid`,`application_prototypeid`,`itemid`) values ('304','40','27985');
11583INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17316','28754','1','1','100');
11584INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17317','28755','1','1','0.001');
11585INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17318','28764','1','10','');
11586INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17319','28767','1','1','0.001');
11587INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17320','28768','1','10','');
11588INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17321','28769','1','1','0.001');
11589INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17322','28770','1','10','');
11590INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17323','28771','1','1','0.001');
11591INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17324','28772','1','10','');
11592INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17325','28773','1','1','0.001');
11593INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17326','28774','1','10','');
11594INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17327','28775','1','1','0.001');
11595INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17328','28776','1','1','0.001');
11596INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17329','28778','1','10','');
11597INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17330','28779','1','1','0.001');
11598INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17331','28501','1','10','');
11599INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17332','28514','1','10','');
11600INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17333','28517','1','10','');
11601INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17334','28519','1','10','');
11602INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17335','28520','1','1','0.001');
11603INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17336','28521','1','10','');
11604INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17337','28522','1','10','');
11605INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17338','28523','1','10','');
11606INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17339','28524','1','10','');
11607INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17340','28525','1','1','0.001');
11608INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17341','28526','1','10','');
11609INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17342','28527','1','10','');
11610INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17343','28528','1','10','');
11611INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17344','28529','1','10','');
11612INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17345','28530','1','1','0.001');
11613INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17346','28531','1','10','');
11614INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17347','28577','1','12','$.queue');
11615INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17348','28578','1','12','$.queue');
11616INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17349','28579','1','12','$.data.process[\'vmware collector\'].busy.avg');
11617INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17350','28580','1','12','$.data.wcache.values.uint');
11618INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17351','28580','2','10','');
11619INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17352','28581','1','12','$.data.wcache.values.text');
11620INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17353','28581','2','10','');
11621INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17354','28582','1','12','$.data.wcache.values.str');
11622INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17355','28582','2','10','');
11623INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17356','28583','1','12','$.data.wcache.values[\'not supported\']');
11624INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17357','28583','2','10','');
11625INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17358','28584','1','12','$.data.wcache.values.log');
11626INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17359','28584','2','10','');
11627INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17360','28585','1','12','$.data.wcache.values.float');
11628INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17361','28585','2','10','');
11629INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17362','28586','1','12','$.data.wcache.values.all');
11630INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17363','28586','2','10','');
11631INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17364','28587','1','12','$.data.wcache.index.pused');
11632INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17365','28588','1','12','$.data.wcache.history.pused');
11633INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17366','28589','1','12','$.data.vmware.pused');
11634INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17367','28590','1','12','$.data.rcache.pused');
11635INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17368','28591','1','12','$.data.process[\'configuration syncer\'].busy.avg');
11636INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17369','28592','1','12','$.data.process[\'data sender\'].busy.avg');
11637INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17370','28593','1','12','$.data.process.trapper.busy.avg');
11638INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17371','28594','1','12','$.data.process[\'task manager\'].busy.avg');
11639INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17372','28595','1','12','$.data.process[\'snmp trapper\'].busy.avg');
11640INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17373','28596','1','12','$.data.process[\'self-monitoring\'].busy.avg');
11641INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17374','28597','1','12','$.data.process.poller.busy.avg');
11642INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17375','28598','1','12','$.data.process[\'java poller\'].busy.avg');
11643INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17376','28599','1','12','$.data.process[\'ipmi poller\'].busy.avg');
11644INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17377','28600','1','12','$.data.process[\'ipmi manager\'].busy.avg');
11645INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17378','28601','1','12','$.data.process[\'icmp pinger\'].busy.avg');
11646INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17379','28602','1','12','$.data.process[\'http poller\'].busy.avg');
11647INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17380','28603','1','12','$.data.process.housekeeper.busy.avg');
11648INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17381','28604','1','12','$.data.process[\'history syncer\'].busy.avg');
11649INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17382','28605','1','12','$.data.process[\'heartbeat sender\'].busy.avg');
11650INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17383','28606','1','12','$.data.process.discoverer.busy.avg');
11651INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17384','28607','1','12','$.data.process[\'unreachable poller\'].busy.avg');
11652INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17385','28534','1','12','$.queue');
11653INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17386','28535','1','12','$.queue');
11654INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17387','28536','1','12','$.data.wcache.index.pused');
11655INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17388','28537','1','12','$.data.rcache.pused');
11656INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17389','28538','1','12','$.data.vcache.buffer.pused');
11657INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17390','28539','1','12','$.data.vcache.cache.hits');
11658INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17391','28539','2','10','');
11659INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17392','28540','1','12','$.data.vcache.cache.misses');
11660INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17393','28540','2','10','');
11661INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17394','28541','1','12','$.data.vcache.cache.mode');
11662INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17395','28542','1','12','$.data.vmware.pused');
11663INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17396','28543','1','12','$.data.wcache.history.pused');
11664INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17397','28544','1','12','$.data.wcache.values.all');
11665INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17398','28544','2','10','');
11666INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17399','28545','1','12','$.data.wcache.trend.pused');
11667INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17400','28546','1','12','$.data.process[\'unreachable poller\'].busy.avg');
11668INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17401','28547','1','12','$.data.wcache.values.float');
11669INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17402','28547','2','10','');
11670INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17403','28548','1','12','$.data.wcache.values.log');
11671INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17404','28548','2','10','');
11672INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17405','28549','1','12','$.data.wcache.values[\'not supported\']');
11673INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17406','28549','2','10','');
11674INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17407','28550','1','12','$.data.wcache.values.str');
11675INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17408','28550','2','10','');
11676INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17409','28551','1','12','$.data.wcache.values.text');
11677INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17410','28551','2','10','');
11678INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17411','28552','1','12','$.data.wcache.values.uint');
11679INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17412','28552','2','10','');
11680INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17413','28553','1','12','$.data.process[\'vmware collector\'].busy.avg');
11681INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17414','28554','1','12','$.data.preprocessing_queue');
11682INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17415','28555','1','12','$.data.process.alerter.busy.avg');
11683INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17416','28556','1','12','$.data.process[\'ipmi manager\'].busy.avg');
11684INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17417','28557','1','12','$.data.process[\'alert manager\'].busy.avg');
11685INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17418','28558','1','12','$.data.process[\'configuration syncer\'].busy.avg');
11686INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17419','28559','1','12','$.data.process.discoverer.busy.avg');
11687INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17420','28560','1','12','$.data.process.escalator.busy.avg');
11688INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17421','28561','1','12','$.data.process[\'history syncer\'].busy.avg');
11689INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17422','28562','1','12','$.data.process.housekeeper.busy.avg');
11690INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17423','28563','1','12','$.data.process[\'http poller\'].busy.avg');
11691INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17424','28564','1','12','$.data.process[\'icmp pinger\'].busy.avg');
11692INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17425','28565','1','12','$.data.process[\'ipmi poller\'].busy.avg');
11693INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17426','28566','1','12','$.data.process.timer.busy.avg');
11694INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17427','28567','1','12','$.data.process[\'java poller\'].busy.avg');
11695INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17428','28568','1','12','$.data.process.poller.busy.avg');
11696INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17429','28569','1','12','$.data.process[\'preprocessing manager\'].busy.avg');
11697INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17430','28570','1','12','$.data.process[\'preprocessing worker\'].busy.avg');
11698INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17431','28571','1','12','$.data.process[\'proxy poller\'].busy.avg');
11699INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17432','28572','1','12','$.data.process[\'self-monitoring\'].busy.avg');
11700INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17433','28573','1','12','$.data.process[\'snmp trapper\'].busy.avg');
11701INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17434','28574','1','12','$.data.process[\'task manager\'].busy.avg');
11702INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17435','28575','1','12','$.data.process.trapper.busy.avg');
11703INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17436','10067','1','10','');
11704INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17437','10068','1','10','');
11705INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17438','10069','1','10','');
11706INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17439','10070','1','10','');
11707INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17440','10071','1','10','');
11708INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17441','10072','1','10','');
11709INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17442','23340','1','10','');
11710INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17443','10061','1','10','');
11711INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17444','10062','1','10','');
11712INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17445','10063','1','10','');
11713INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17446','10064','1','10','');
11714INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17447','10065','1','10','');
11715INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17448','10066','1','10','');
11716INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17449','22187','1','10','');
11717INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17450','22196','1','10','');
11718INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17451','22199','1','10','');
11719INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17452','10073','1','10','');
11720INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17453','10074','1','10','');
11721INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17454','10075','1','10','');
11722INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17455','10076','1','10','');
11723INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17456','10077','1','10','');
11724INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17457','10078','1','10','');
11725INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17458','23277','1','10','');
11726INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17459','23625','1','10','');
11727INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17460','23628','1','10','');
11728INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17461','26911','1','10','');
11729INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17462','26912','1','10','');
11730INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17463','26913','1','10','');
11731INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17464','26917','1','10','');
11732INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17465','26918','1','10','');
11733INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17466','26919','1','10','');
11734INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17467','26920','1','10','');
11735INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17468','26921','1','10','');
11736INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17469','26922','1','10','');
11737INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17470','26923','1','10','');
11738INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17471','22920','1','10','');
11739INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17472','22924','1','10','');
11740INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17473','22945','1','10','');
11741INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17474','22945','2','1','8');
11742INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17475','22946','1','10','');
11743INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17476','22946','2','1','8');
11744INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17477','22880','1','10','');
11745INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17478','22884','1','10','');
11746INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17479','23073','1','10','');
11747INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17480','23073','2','1','8');
11748INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17481','23074','1','10','');
11749INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17482','23074','2','1','8');
11750INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17483','22985','1','10','');
11751INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17484','22985','2','1','8');
11752INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17485','22986','1','10','');
11753INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17486','22986','2','1','8');
11754INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17487','22680','1','10','');
11755INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17488','22683','1','10','');
11756INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17489','23294','1','10','');
11757INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17490','23298','1','10','');
11758INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17491','22446','1','10','');
11759INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17492','22446','2','1','8');
11760INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17493','22448','1','10','');
11761INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17494','22448','2','1','8');
11762INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17495','23280','1','10','');
11763INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17496','23280','2','1','8');
11764INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17497','23281','1','10','');
11765INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17498','23281','2','1','8');
11766INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17499','23077','1','10','');
11767INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17500','23077','2','1','8');
11768INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17501','23078','1','10','');
11769INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17502','23078','2','1','8');
11770INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17503','22840','1','10','');
11771INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17504','22844','1','10','');
11772INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17505','23075','1','10','');
11773INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17506','23075','2','1','8');
11774INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17507','23076','1','10','');
11775INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17508','23076','2','1','8');
11776INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17509','23000','1','10','');
11777INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17510','23004','1','10','');
11778INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17511','23025','1','10','');
11779INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17512','23025','2','1','8');
11780INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17513','23026','1','10','');
11781INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17514','23026','2','1','8');
11782INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17515','23169','1','10','');
11783INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17516','23169','2','1','8');
11784INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17517','23170','1','10','');
11785INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17518','23170','2','1','8');
11786INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17519','28252','1','1','0.01');
11787INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17520','28253','1','1','0.01');
11788INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17521','28254','1','1','0.01');
11789INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17522','28435','1','1','0.01');
11790INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17523','28255','1','1','0.01');
11791INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17524','28256','1','1','0.01');
11792INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17525','28257','1','1','0.01');
11793INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17526','28258','1','1','0.01');
11794INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17527','28259','1','1','0.01');
11795INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17528','28260','1','1','0.01');
11796INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17529','28261','1','1','0.01');
11797INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17530','28262','1','1','0.01');
11798INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17531','28263','1','1','0.01');
11799INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17532','28264','1','1','0.01');
11800INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17533','28265','1','1','0.01');
11801INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17534','28266','1','1','0.01');
11802INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17535','28267','1','1','0.01');
11803INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17536','28268','1','1','0.01');
11804INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17537','28269','1','1','0.01');
11805INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17538','28270','1','1','0.01');
11806INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17539','28271','1','1','0.01');
11807INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17540','28272','1','1','0.01');
11808INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17541','28273','1','1','0.01');
11809INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17542','28274','1','1','0.01');
11810INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17543','28275','1','1','0.01');
11811INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17544','28276','1','1','0.01');
11812INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17545','28277','1','1','0.01');
11813INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17546','28278','1','1','0.01');
11814INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17547','28279','1','1','0.01');
11815INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17548','28291','1','1','0.01');
11816INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17549','28339','1','1','0.01');
11817INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17550','28386','1','1','0.01');
11818INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17551','28463','1','1','0.01');
11819INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17552','28491','1','1','0.01');
11820INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17553','28623','1','1','0.01');
11821INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17554','28709','1','12','$..[\'{#CPU.UTIL}\'].avg()');
11822INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17555','28710','1','12','$..[\'{#CPU.UTIL}\'].avg()');
11823INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17556','28715','1','1','{#ALLOC_UNITS}');
11824INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17557','28716','1','1','{#ALLOC_UNITS}');
11825INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17558','28718','1','1','{#ALLOC_UNITS}');
11826INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17559','28719','1','1','{#ALLOC_UNITS}');
11827INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17560','28721','1','1','{#ALLOC_UNITS}');
11828INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17561','28722','1','1','{#ALLOC_UNITS}');
11829INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17562','28724','1','1','{#ALLOC_UNITS}');
11830INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17563','28725','1','1','{#ALLOC_UNITS}');
11831INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17564','28655','1','12','$..[\'{#CPU.UTIL}\'].avg()');
11832INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17565','28656','1','12','$..[\'{#CPU.UTIL}\'].avg()');
11833INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17566','28657','1','12','$..[\'{#CPU.UTIL}\'].avg()');
11834INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17567','28658','1','12','$..[\'{#CPU.UTIL}\'].avg()');
11835INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17568','28659','1','12','$..[\'{#CPU.UTIL}\'].avg()');
11836INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17569','28660','1','12','$..[\'{#CPU.UTIL}\'].avg()');
11837INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17570','28673','1','1','{#ALLOC_UNITS}');
11838INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17571','28674','1','1','{#ALLOC_UNITS}');
11839INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17572','28676','1','1','{#ALLOC_UNITS}');
11840INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17573','28677','1','1','{#ALLOC_UNITS}');
11841INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17574','28679','1','1','{#ALLOC_UNITS}');
11842INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17575','28680','1','1','{#ALLOC_UNITS}');
11843INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17576','28682','1','1','{#ALLOC_UNITS}');
11844INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17577','28683','1','1','{#ALLOC_UNITS}');
11845INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17578','28685','1','1','{#ALLOC_UNITS}');
11846INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17579','28686','1','1','{#ALLOC_UNITS}');
11847INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17580','28688','1','1','{#ALLOC_UNITS}');
11848INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17581','28689','1','1','{#ALLOC_UNITS}');
11849INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17582','28691','1','1','{#ALLOC_UNITS}');
11850INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17583','28692','1','1','{#ALLOC_UNITS}');
11851INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17584','28694','1','1','{#ALLOC_UNITS}');
11852INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17585','28695','1','1','{#ALLOC_UNITS}');
11853INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17586','28697','1','1','{#ALLOC_UNITS}');
11854INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17587','28698','1','1','{#ALLOC_UNITS}');
11855INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17588','28700','1','1','{#ALLOC_UNITS}');
11856INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17589','28701','1','1','{#ALLOC_UNITS}');
11857INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17590','28703','1','1','{#ALLOC_UNITS}');
11858INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17591','28704','1','1','{#ALLOC_UNITS}');
11859INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17592','28706','1','1','{#ALLOC_UNITS}');
11860INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17593','28707','1','1','{#ALLOC_UNITS}');
11861INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17594','27089','1','10','');
11862INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17595','27091','1','1','1000000');
11863INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17596','27092','1','10','');
11864INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17597','27093','1','10','');
11865INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17598','27094','1','10','');
11866INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17599','27094','2','1','8');
11867INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17600','27095','1','10','');
11868INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17601','27095','2','1','8');
11869INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17602','27096','1','10','');
11870INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17603','27099','1','10','');
11871INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17604','27101','1','1','1000000');
11872INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17605','27102','1','10','');
11873INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17606','27103','1','10','');
11874INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17607','27104','1','10','');
11875INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17608','27104','2','1','8');
11876INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17609','27105','1','10','');
11877INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17610','27105','2','1','8');
11878INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17611','27106','1','10','');
11879INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17612','27181','1','10','');
11880INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17613','27182','1','10','');
11881INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17614','27183','1','10','');
11882INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17615','27183','2','1','8');
11883INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17616','27184','1','10','');
11884INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17617','27185','1','10','');
11885INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17618','27186','1','10','');
11886INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17619','27186','2','1','8');
11887INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17620','27187','1','1','1000000');
11888INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17621','27216','1','10','');
11889INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17622','27217','1','10','');
11890INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17623','27218','1','10','');
11891INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17624','27218','2','1','8');
11892INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17625','27219','1','10','');
11893INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17626','27220','1','10','');
11894INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17627','27221','1','10','');
11895INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17628','27221','2','1','8');
11896INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17629','27222','1','1','1000000');
11897INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17630','27252','1','10','');
11898INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17631','27253','1','10','');
11899INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17632','27254','1','10','');
11900INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17633','27254','2','1','8');
11901INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17634','27255','1','10','');
11902INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17635','27256','1','10','');
11903INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17636','27257','1','10','');
11904INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17637','27257','2','1','8');
11905INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17638','27258','1','1','1000000');
11906INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17639','27273','1','10','');
11907INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17640','27274','1','10','');
11908INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17641','27275','1','10','');
11909INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17642','27275','2','1','8');
11910INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17643','27276','1','10','');
11911INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17644','27277','1','10','');
11912INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17645','27278','1','10','');
11913INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17646','27278','2','1','8');
11914INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17647','27279','1','1','1000000');
11915INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17648','27322','1','10','');
11916INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17649','27323','1','10','');
11917INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17650','27324','1','10','');
11918INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17651','27324','2','1','8');
11919INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17652','27325','1','10','');
11920INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17653','27326','1','10','');
11921INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17654','27327','1','10','');
11922INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17655','27327','2','1','8');
11923INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17656','27328','1','1','1000000');
11924INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17657','27451','1','10','');
11925INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17658','27452','1','10','');
11926INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17659','27453','1','10','');
11927INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17660','27453','2','1','8');
11928INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17661','27454','1','10','');
11929INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17662','27455','1','10','');
11930INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17663','27456','1','10','');
11931INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17664','27456','2','1','8');
11932INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17665','27457','1','1','1000000');
11933INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17666','27487','1','10','');
11934INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17667','27488','1','10','');
11935INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17668','27489','1','10','');
11936INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17669','27489','2','1','8');
11937INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17670','27490','1','10','');
11938INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17671','27491','1','10','');
11939INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17672','27492','1','10','');
11940INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17673','27492','2','1','8');
11941INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17674','27493','1','1','1000000');
11942INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17675','27521','1','10','');
11943INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17676','27522','1','10','');
11944INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17677','27523','1','10','');
11945INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17678','27523','2','1','8');
11946INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17679','27524','1','10','');
11947INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17680','27525','1','10','');
11948INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17681','27526','1','10','');
11949INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17682','27526','2','1','8');
11950INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17683','27527','1','1','1000000');
11951INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17684','27557','1','10','');
11952INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17685','27558','1','10','');
11953INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17686','27559','1','10','');
11954INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17687','27559','2','1','8');
11955INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17688','27560','1','10','');
11956INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17689','27561','1','10','');
11957INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17690','27562','1','10','');
11958INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17691','27562','2','1','8');
11959INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17692','27563','1','1','1000000');
11960INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17693','27643','1','10','');
11961INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17694','27644','1','10','');
11962INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17695','27645','1','10','');
11963INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17696','27645','2','1','8');
11964INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17697','27646','1','10','');
11965INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17698','27647','1','10','');
11966INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17699','27648','1','10','');
11967INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17700','27648','2','1','8');
11968INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17701','27649','1','1','1000000');
11969INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17702','27723','1','10','');
11970INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17703','27724','1','10','');
11971INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17704','27725','1','10','');
11972INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17705','27725','2','1','8');
11973INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17706','27726','1','10','');
11974INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17707','27727','1','10','');
11975INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17708','27728','1','10','');
11976INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17709','27728','2','1','8');
11977INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17710','27729','1','1','1000000');
11978INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17711','27757','1','10','');
11979INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17712','27758','1','10','');
11980INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17713','27759','1','10','');
11981INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17714','27759','2','1','8');
11982INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17715','27760','1','10','');
11983INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17716','27761','1','10','');
11984INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17717','27762','1','10','');
11985INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17718','27762','2','1','8');
11986INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17719','27763','1','1','1000000');
11987INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17720','27789','1','10','');
11988INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17721','27790','1','10','');
11989INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17722','27791','1','10','');
11990INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17723','27791','2','1','8');
11991INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17724','27792','1','10','');
11992INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17725','27793','1','10','');
11993INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17726','27794','1','10','');
11994INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17727','27794','2','1','8');
11995INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17728','27795','1','1','1000000');
11996INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17729','27873','1','10','');
11997INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17730','27874','1','10','');
11998INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17731','27875','1','10','');
11999INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17732','27875','2','1','8');
12000INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17733','27876','1','10','');
12001INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17734','27877','1','10','');
12002INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17735','27878','1','10','');
12003INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17736','27878','2','1','8');
12004INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17737','27879','1','1','1000000');
12005INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17738','27910','1','10','');
12006INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17739','27911','1','10','');
12007INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17740','27912','1','10','');
12008INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17741','27912','2','1','8');
12009INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17742','27913','1','10','');
12010INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17743','27914','1','10','');
12011INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17744','27915','1','10','');
12012INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17745','27915','2','1','8');
12013INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17746','27916','1','1','1000000');
12014INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17747','27945','1','10','');
12015INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17748','27946','1','10','');
12016INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17749','27947','1','10','');
12017INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17750','27947','2','1','8');
12018INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17751','27948','1','10','');
12019INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17752','27949','1','10','');
12020INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17753','27950','1','10','');
12021INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17754','27950','2','1','8');
12022INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17755','27951','1','1','1000000');
12023INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17756','28059','1','10','');
12024INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17757','28060','1','10','');
12025INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17758','28061','1','10','');
12026INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17759','28061','2','1','8');
12027INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17760','28062','1','10','');
12028INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17761','28063','1','10','');
12029INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17762','28064','1','10','');
12030INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17763','28064','2','1','8');
12031INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17764','28065','1','1','1000000');
12032INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17765','28119','1','10','');
12033INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17766','28120','1','10','');
12034INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17767','28121','1','10','');
12035INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17768','28121','2','1','8');
12036INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17769','28122','1','10','');
12037INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17770','28123','1','10','');
12038INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17771','28124','1','10','');
12039INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17772','28124','2','1','8');
12040INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17773','28125','1','1','1000000');
12041INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17774','28176','1','10','');
12042INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17775','28177','1','10','');
12043INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17776','28178','1','10','');
12044INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17777','28178','2','1','8');
12045INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17778','28179','1','10','');
12046INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17779','28180','1','10','');
12047INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17780','28181','1','10','');
12048INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17781','28181','2','1','8');
12049INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17782','28182','1','1','1000000');
12050INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17783','28224','1','10','');
12051INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17784','28225','1','10','');
12052INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17785','28226','1','10','');
12053INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17786','28226','2','1','8');
12054INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17787','28227','1','10','');
12055INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17788','28228','1','10','');
12056INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17789','28229','1','10','');
12057INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17790','28229','2','1','8');
12058INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17791','28230','1','1','1000000');
12059INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17792','28294','1','10','');
12060INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17793','28295','1','10','');
12061INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17794','28296','1','10','');
12062INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17795','28296','2','1','8');
12063INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17796','28297','1','10','');
12064INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17797','28298','1','10','');
12065INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17798','28299','1','10','');
12066INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17799','28299','2','1','8');
12067INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17800','28300','1','1','1000000');
12068INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17801','27069','1','10','');
12069INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17802','27072','1','10','');
12070INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17803','27073','1','10','');
12071INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17804','27074','1','10','');
12072INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17805','27074','2','1','8');
12073INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17806','27075','1','10','');
12074INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17807','27075','2','1','8');
12075INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17808','27076','1','10','');
12076INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17809','27597','1','10','');
12077INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17810','27598','1','10','');
12078INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17811','27599','1','10','');
12079INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17812','27599','2','1','8');
12080INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17813','27600','1','10','');
12081INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17814','27601','1','10','');
12082INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17815','27602','1','10','');
12083INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17816','27602','2','1','8');
12084INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17817','28006','1','10','');
12085INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17818','28007','1','10','');
12086INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17819','28008','1','10','');
12087INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17820','28008','2','1','8');
12088INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17821','28009','1','10','');
12089INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17822','28010','1','10','');
12090INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17823','28011','1','10','');
12091INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17824','28011','2','1','8');
12092INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17825','27079','1','10','');
12093INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17826','27082','1','10','');
12094INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17827','27083','1','10','');
12095INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17828','27084','1','10','');
12096INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17829','27084','2','1','8');
12097INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17830','27085','1','10','');
12098INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17831','27085','2','1','8');
12099INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17832','27086','1','10','');
12100INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17833','27620','1','10','');
12101INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17834','27621','1','10','');
12102INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17835','27622','1','10','');
12103INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17836','27622','2','1','8');
12104INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17837','27623','1','10','');
12105INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17838','27624','1','10','');
12106INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17839','27625','1','10','');
12107INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17840','27625','2','1','8');
12108INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17841','27977','1','10','');
12109INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17842','27978','1','10','');
12110INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17843','27979','1','10','');
12111INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17844','27979','2','1','8');
12112INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17845','27980','1','10','');
12113INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17846','27981','1','10','');
12114INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17847','27982','1','10','');
12115INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17848','27982','2','1','8');
12116INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17849','27119','1','10','');
12117INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17850','27121','1','1','1000000');
12118INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17851','27122','1','10','');
12119INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17852','27123','1','10','');
12120INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17853','27124','1','10','');
12121INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17854','27124','2','1','8');
12122INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17855','27125','1','10','');
12123INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17856','27125','2','1','8');
12124INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17857','27126','1','10','');
12125INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17858','28098','1','10','');
12126INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17859','28099','1','10','');
12127INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17860','28100','1','10','');
12128INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17861','28100','2','1','8');
12129INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17862','28101','1','10','');
12130INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17863','28102','1','10','');
12131INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17864','28103','1','10','');
12132INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17865','28103','2','1','8');
12133INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17866','28104','1','1','1000000');
12134INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17867','27203','1','5','^(\\w|-|\\.|/)+ (\\w|-|\\.|/)+ (.+) Copyright\n\\3');
12135INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17868','27204','1','5','^((\\w|-|\\.|/)+)\n\\1');
12136INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17869','27206','1','1','1024');
12137INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17870','27207','1','1','1024');
12138INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17871','28323','1','1','0.1');
12139INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17872','27314','1','1','0.5');
12140INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17873','27315','1','1','0.5');
12141INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17874','27318','1','1','0.5');
12142INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17875','28727','1','5','Version (.+), RELEASE\n\\1');
12143INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17876','28728','1','5','Version (.+), RELEASE\n\\1');
12144INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17877','28729','1','5','Version (.+), RELEASE\n\\1');
12145INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17878','28730','1','5','Version (.+), RELEASE\n\\1');
12146INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17879','27591','1','1','1024');
12147INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17880','27592','1','1','1024');
12148INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17881','27777','1','5','Firmware Version: ([0-9.]+),\n\\1');
12149INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17882','27778','1','5','(.+) - Firmware\n\\1');
12150INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17883','27811','1','5','kernel (JUNOS [0-9a-zA-Z\\.\\-]+)\n\\1');
12151INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17884','28201','1','1','0.1');
12152INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17885','27897','1','1','0.1');
12153INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17886','27898','1','1','1024');
12154INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17887','27900','1','1','1024');
12155INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17888','27905','1','1','0.1');
12156INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17889','27907','1','1','1024');
12157INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17890','27908','1','1','1024');
12158INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17891','27936','1','5','60 Secs \\( ([0-9\\.]+)%\\).+300 Secs\n\\1');
12159INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17892','28029','1','1','1024');
12160INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17893','28030','1','1','1024');
12161INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17894','28647','1','1','1048576');
12162INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17895','28650','1','1','1048576');
12163INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17896','28354','1','1','0.1');
12164INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17897','28356','1','1','0.1');
12165INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17898','28367','1','1','1048576');
12166INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17899','28372','1','1','1048576');
12167INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17900','28422','1','1','1048576');
12168INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17901','28425','1','1','1048576');
12169INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17902','28451','1','5','(\\d{1,3}) *%( of maximum)?\n\\1');
12170INSERT INTO `item_preproc` (`item_preprocid`,`itemid`,`step`,`type`,`params`) values ('17903','28479','1','5','(\\d{1,3}) *%( of maximum)?\n\\1');
12171INSERT INTO `sysmap_shape` (`sysmap_shapeid`,`sysmapid`,`type`,`x`,`y`,`width`,`height`,`text`,`font`,`font_size`,`font_color`,`text_halign`,`text_valign`,`border_type`,`border_width`,`border_color`,`background_color`,`zindex`) values ('1','1','0','0','0','680','15','{MAP.NAME}','9','11','000000','0','0','0','0','000000','','0');
12172INSERT INTO `dashboard` (`dashboardid`,`name`,`userid`,`private`) values ('1','Global view','1','0');
12173INSERT INTO `dashboard` (`dashboardid`,`name`,`userid`,`private`) values ('2','Zabbix server health','1','1');
12174INSERT INTO `dashboard_usrgrp` (`dashboard_usrgrpid`,`dashboardid`,`usrgrpid`,`permission`) values ('1','2','7','3');
12175INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('1','1','systeminfo','','0','0','4','4');
12176INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('2','1','problemsbysv','','4','0','6','4');
12177INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('3','1','clock','','10','0','2','4');
12178INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('4','1','problems','','0','4','10','10');
12179INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('5','1','favmaps','','10','4','2','5');
12180INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('6','1','favgraphs','','10','9','2','5');
12181INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('7','2','problems','Zabbix server problems','0','0','10','4');
12182INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('8','2','clock','Local time','10','0','2','4');
12183INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('9','2','svggraph','Values processed per second','0','4','4','5');
12184INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('10','2','svggraph','Utilization of data collectors','4','4','4','5');
12185INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('11','2','svggraph','Utilization of internal processes','8','4','4','5');
12186INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('12','2','svggraph','Cache usage','0','9','4','5');
12187INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('13','2','svggraph','Value cache effectiveness','4','9','4','5');
12188INSERT INTO `widget` (`widgetid`,`dashboardid`,`type`,`name`,`x`,`y`,`width`,`height`) values ('14','2','svggraph','Queue size','8','9','4','5');
12189INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('1','2','0','hide_empty_groups','1','',NULL,NULL,NULL,NULL,NULL);
12190INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('2','4','0','show','3','',NULL,NULL,NULL,NULL,NULL);
12191INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('3','4','0','show_tags','3','',NULL,NULL,NULL,NULL,NULL);
12192INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('4','7','3','hostids','0','',NULL,'10084',NULL,NULL,NULL);
12193INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('5','9','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL);
12194INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('6','9','0','ds.fill.0','3','',NULL,NULL,NULL,NULL,NULL);
12195INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('7','9','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL);
12196INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('8','9','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL);
12197INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('9','9','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL);
12198INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('10','9','0','ds.width.0','1','',NULL,NULL,NULL,NULL,NULL);
12199INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('11','9','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL);
12200INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('12','9','0','legend','0','',NULL,NULL,NULL,NULL,NULL);
12201INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('13','9','0','righty','0','',NULL,NULL,NULL,NULL,NULL);
12202INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('14','9','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL);
12203INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('15','9','1','ds.color.0','0','00BFFF',NULL,NULL,NULL,NULL,NULL);
12204INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('16','9','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12205INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('17','9','1','ds.items.0.0','0','Number of processed *values per second',NULL,NULL,NULL,NULL,NULL);
12206INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('18','9','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL);
12207INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('19','9','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL);
12208INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('20','9','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12209INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('21','10','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL);
12210INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('22','10','0','ds.fill.0','3','',NULL,NULL,NULL,NULL,NULL);
12211INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('23','10','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL);
12212INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('24','10','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL);
12213INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('25','10','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL);
12214INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('26','10','0','ds.width.0','1','',NULL,NULL,NULL,NULL,NULL);
12215INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('27','10','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL);
12216INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('28','10','0','legend','0','',NULL,NULL,NULL,NULL,NULL);
12217INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('29','10','0','righty','0','',NULL,NULL,NULL,NULL,NULL);
12218INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('30','10','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL);
12219INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('31','10','1','ds.color.0','0','E57373',NULL,NULL,NULL,NULL,NULL);
12220INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('32','10','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12221INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('33','10','1','ds.items.0.0','0','Utilization of * data collector *',NULL,NULL,NULL,NULL,NULL);
12222INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('34','10','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL);
12223INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('35','10','1','lefty_max','0','100',NULL,NULL,NULL,NULL,NULL);
12224INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('36','10','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL);
12225INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('37','10','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12226INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('38','11','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL);
12227INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('39','11','0','ds.fill.0','3','',NULL,NULL,NULL,NULL,NULL);
12228INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('40','11','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL);
12229INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('41','11','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL);
12230INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('42','11','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL);
12231INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('43','11','0','ds.width.0','1','',NULL,NULL,NULL,NULL,NULL);
12232INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('44','11','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL);
12233INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('45','11','0','legend','0','',NULL,NULL,NULL,NULL,NULL);
12234INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('46','11','0','righty','0','',NULL,NULL,NULL,NULL,NULL);
12235INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('47','11','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL);
12236INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('48','11','1','ds.color.0','0','E57373',NULL,NULL,NULL,NULL,NULL);
12237INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('49','11','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12238INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('50','11','1','ds.items.0.0','0','Utilization of * internal *',NULL,NULL,NULL,NULL,NULL);
12239INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('51','11','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL);
12240INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('52','11','1','lefty_max','0','100',NULL,NULL,NULL,NULL,NULL);
12241INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('53','11','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL);
12242INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('54','11','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12243INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('55','12','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL);
12244INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('56','12','0','ds.fill.0','0','',NULL,NULL,NULL,NULL,NULL);
12245INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('57','12','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL);
12246INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('58','12','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL);
12247INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('59','12','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL);
12248INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('60','12','0','ds.width.0','2','',NULL,NULL,NULL,NULL,NULL);
12249INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('61','12','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL);
12250INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('62','12','0','legend','0','',NULL,NULL,NULL,NULL,NULL);
12251INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('63','12','0','righty','0','',NULL,NULL,NULL,NULL,NULL);
12252INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('64','12','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL);
12253INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('65','12','1','ds.color.0','0','4DB6AC',NULL,NULL,NULL,NULL,NULL);
12254INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('66','12','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12255INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('67','12','1','ds.items.0.0','0','Zabbix*cache*% used',NULL,NULL,NULL,NULL,NULL);
12256INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('68','12','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL);
12257INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('69','12','1','lefty_max','0','100',NULL,NULL,NULL,NULL,NULL);
12258INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('70','12','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL);
12259INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('71','12','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12260INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('72','13','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL);
12261INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('73','13','0','ds.axisy.1','0','',NULL,NULL,NULL,NULL,NULL);
12262INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('74','13','0','ds.fill.0','3','',NULL,NULL,NULL,NULL,NULL);
12263INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('75','13','0','ds.fill.1','3','',NULL,NULL,NULL,NULL,NULL);
12264INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('76','13','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL);
12265INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('77','13','0','ds.missingdatafunc.1','0','',NULL,NULL,NULL,NULL,NULL);
12266INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('78','13','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL);
12267INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('79','13','0','ds.transparency.1','0','',NULL,NULL,NULL,NULL,NULL);
12268INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('80','13','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL);
12269INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('81','13','0','ds.type.1','0','',NULL,NULL,NULL,NULL,NULL);
12270INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('82','13','0','ds.width.0','2','',NULL,NULL,NULL,NULL,NULL);
12271INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('83','13','0','ds.width.1','2','',NULL,NULL,NULL,NULL,NULL);
12272INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('84','13','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL);
12273INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('85','13','0','legend','0','',NULL,NULL,NULL,NULL,NULL);
12274INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('86','13','0','righty','0','',NULL,NULL,NULL,NULL,NULL);
12275INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('87','13','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL);
12276INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('88','13','1','ds.color.0','0','9CCC65',NULL,NULL,NULL,NULL,NULL);
12277INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('89','13','1','ds.color.1','0','FF465C',NULL,NULL,NULL,NULL,NULL);
12278INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('90','13','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12279INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('91','13','1','ds.hosts.1.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12280INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('92','13','1','ds.items.0.0','0','Zabbix value cache hits',NULL,NULL,NULL,NULL,NULL);
12281INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('93','13','1','ds.items.1.0','0','Zabbix value cache misses',NULL,NULL,NULL,NULL,NULL);
12282INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('94','13','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL);
12283INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('95','13','1','ds.timeshift.1','0','',NULL,NULL,NULL,NULL,NULL);
12284INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('96','13','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL);
12285INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('97','13','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12286INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('98','14','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL);
12287INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('99','14','0','ds.axisy.1','0','',NULL,NULL,NULL,NULL,NULL);
12288INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('100','14','0','ds.axisy.2','0','',NULL,NULL,NULL,NULL,NULL);
12289INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('101','14','0','ds.fill.0','0','',NULL,NULL,NULL,NULL,NULL);
12290INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('102','14','0','ds.fill.1','0','',NULL,NULL,NULL,NULL,NULL);
12291INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('103','14','0','ds.fill.2','0','',NULL,NULL,NULL,NULL,NULL);
12292INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('104','14','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL);
12293INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('105','14','0','ds.missingdatafunc.1','0','',NULL,NULL,NULL,NULL,NULL);
12294INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('106','14','0','ds.missingdatafunc.2','0','',NULL,NULL,NULL,NULL,NULL);
12295INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('107','14','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL);
12296INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('108','14','0','ds.transparency.1','0','',NULL,NULL,NULL,NULL,NULL);
12297INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('109','14','0','ds.transparency.2','0','',NULL,NULL,NULL,NULL,NULL);
12298INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('110','14','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL);
12299INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('111','14','0','ds.type.1','0','',NULL,NULL,NULL,NULL,NULL);
12300INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('112','14','0','ds.type.2','0','',NULL,NULL,NULL,NULL,NULL);
12301INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('113','14','0','ds.width.0','2','',NULL,NULL,NULL,NULL,NULL);
12302INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('114','14','0','ds.width.1','2','',NULL,NULL,NULL,NULL,NULL);
12303INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('115','14','0','ds.width.2','2','',NULL,NULL,NULL,NULL,NULL);
12304INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('116','14','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL);
12305INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('117','14','0','legend','0','',NULL,NULL,NULL,NULL,NULL);
12306INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('118','14','0','righty','0','',NULL,NULL,NULL,NULL,NULL);
12307INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('119','14','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL);
12308INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('120','14','1','ds.color.0','0','B0AF07',NULL,NULL,NULL,NULL,NULL);
12309INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('121','14','1','ds.color.1','0','E53935',NULL,NULL,NULL,NULL,NULL);
12310INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('122','14','1','ds.color.2','0','0275B8',NULL,NULL,NULL,NULL,NULL);
12311INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('123','14','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12312INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('124','14','1','ds.hosts.1.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12313INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('125','14','1','ds.hosts.2.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12314INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('126','14','1','ds.items.0.0','0','Zabbix queue',NULL,NULL,NULL,NULL,NULL);
12315INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('127','14','1','ds.items.1.0','0','Zabbix queue over 10 minutes',NULL,NULL,NULL,NULL,NULL);
12316INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('128','14','1','ds.items.2.0','0','Zabbix preprocessing queue',NULL,NULL,NULL,NULL,NULL);
12317INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('129','14','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL);
12318INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('130','14','1','ds.timeshift.1','0','',NULL,NULL,NULL,NULL,NULL);
12319INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('131','14','1','ds.timeshift.2','0','',NULL,NULL,NULL,NULL,NULL);
12320INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('132','14','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL);
12321INSERT INTO `widget_field` (`widget_fieldid`,`widgetid`,`type`,`name`,`value_int`,`value_str`,`value_groupid`,`value_hostid`,`value_itemid`,`value_graphid`,`value_sysmapid`) values ('133','14','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL);
12322COMMIT;
12323